The problem represented in the following code: http://jsfiddle.net/W7Rq9/
I have a collection of models (Photos). Each model (Photo) has its own collection (Tags) and sometimes the data stored in tags
is repeated. And when I fetch my collection of photos
, the repeated tags
is deleted.
I think it will be more clearer in the example http://jsfiddle.net/W7Rq9/