I want to display all movies in my DB by pages.
I select it like that:
@Query(value = "SELECT m.title, avg(r.rating) " + "FROM m