Nested routes and one model with different records

Hello,

I have parent route with model and child route (as modal) with same model but different records. When I’ve loaded child nested route it also updates parent route model. But I want different records set for each route. Filter function doesnt fit my requirements because I have large data set and all filter functionality is done by server side.

My question: How can I isolate child route model records from parent?