# Ember : 1.4.0
# Ember Data : 1.0.0-beta.7+canary.b45e23ba
I have simplified my use case to make the q
If you're here, you're probably doing the same mistake as I did :)
If you need a complicated tree of objects to display your route, you could also:
this.store.find('mymodel', model_id)However I'm leaving the original anwser marked as "accepted" as it actually anwsers the original question, and this anwser is just a note for future reference/other users.