Is there any way, to get results from a collection without using the query? I mean I have a collection named books, and I want to get the newest 5 books from there, the created_date being the date of the publishing to the website of the book, in a timestamp format. How can I do this search without using a query?