Ok so I have a backbone model that is giving me the following array (or at least what I believe should be an array). Below is a screenshot of the console.log of my array.
So the array's name is myModel, and the following gives me an undefined value.
myModel.length
How can I go about getting the length of this array/Object so that I can loop over it?