Anybody else got a solution?
Or is it wrong to put an instance of a model into another model?
I feel like I'm constantly clearing the store because I want to load different instances of data with the same ID.
I want to load the category-model with all it's items and also have the a different categoryInstance (but is the same category, same categoryID) with one item in my cartModel.