I have a Backbone Model that has Backbone Collections for some of its attributes.
When a change event is triggered on one of these collections, it does not propagate to the parent model.
Is it possible to change this, so that the event does propagate?