Start your All-Access Pass to unlock this challenge
What must be added to the database query when implementing pagination?
A predictable order using orderBy().
orderBy()
A join to related entities for better performance.
A groupBy clause to group similar results.
groupBy
A limit clause to restrict the number of results.
limit