What do you guys think about bubbling the collection reset event to the model? ``` javascript invoice.get("items").reset(items) ``` Fires the pseudo code: ``` javascript invoice.trigger("change:items") ```