I know it sounds weird, but I am having tough issue here. In the picture, Items is Array(0), but inside it is Array(9). I can't access it when I say data.Items.length or data.Items[0]. Why does it look like that and how can I access it?
Here's how I create it:
var data = {};
data = [];
Then push data in a loop into data.
