Hi, I'm looking to achieve the following scenario.
I currently have a database call that gets all records, and includes pagination (this shows 28 records per page)
If the user is not on a premium plan, however, I only want them to be able to see 20 items maximum. How can I limit the amount of items that I retrieve from the database to 20?
Get first 20 records
1 reply