The core shape
Most JavaScript project data is not just an array or just an object. It is usually an array of objects.
An object describes one thing. An array holds many things. If you get this shape right, your code becomes easier to read, test, and later replace with API data.