Backbone model attributes can be string, objects, backbone collection etc. But is it possible that an attribute is an array of backbone model?
Ex: var Model - Backbone model Model.get('charts') - Simple array [chart], here chart is the backbone model
Here my question is that ideally Backbone model attribute is if having array then it should be backbone collection or can be simple array of backbone Model?