This.store.find() range?

I’m trying to figure out a way to retrieve a subset of items based on a range of sequential IDs. In other words, I need to return entries 52-64 as my model. Can I do this with this.find()? I can’t seem to find anything the documentation about it.

Thanks.