How is ember-data support for loading has many with filter

I have not idea for : ember-data support for loading has many with filter like this:

users/{id}/comments?filter=333

and the filter can be more complex:

filter:{
     where:{
          age:5
     },
     limit:5,
     offset:10
}

Can anyone help to resolve this ?