-
-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Not a problem.
Describe the solution you'd like
Just thought it would be useful to be able to adjust pageSize if I really only want a couple of results... or maybe 50? Strikes me that a range of pageSize from 1 to some reasonable number, like 200, with a default of whatever it is now, 30? would be useful and prevent over-fetching or multiple calls to get more than exactly 30.
Describe alternatives you've considered
The obvious alternatives are just filtering and multiple calls.
Additional context
I see it's provided by pagy, pretty much out of the box with the limit extra.
lambda2
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request