How unload related record on specific record?

For example I have a post model , post hasMany comments. When I unload post record, the post comments did’t unload. Post comments stayed in store.

Want want to post with its comments and sub comments? How can I implement it?

Here is example I create https://github.com/Vazgen7788/ember-data-rel