Limit on Query all Records

Options
I see a way to sort and paginate inside the Query all Records function but I'm wondering if there is a way to limit the number of records being returned (with or without an input)?

As a work-around, I added the following custom query…
db: events.id ≤ 100000… but that doesn't seem like the right approach.

Comments