I was curious if there was a way for me to set a collections model to a parent model. I may be way off here as I've just started with backbone.js but heres the structure I'm looking to do.
Collection
model:object
the object model is the parent model of two other sub-objects.
Object
->Image
->text
The two sub models extend the Object model.
Is this do-able? I hope I am making myself clear here. Thanks to anyone who can offer any assistance.