You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Implementing pagination using skip & limit, only total resource count is available though (to my knowlage at least). Describe the solution you'd like
It would feel more graceful on the frontend side if a total of items returned by specific query was also provided. Describe alternatives you've considered
It's all right, I just check for an empty array to come and stop there...
The text was updated successfully, but these errors were encountered:
Bumping this issue. Thanks for the clarification. Obviously it would be great if the count also took account for the include key query stuff as at is quite a limitation.
Is your feature request related to a problem? Please describe.
Implementing pagination using skip & limit, only total resource count is available though (to my knowlage at least).
Describe the solution you'd like
It would feel more graceful on the frontend side if a total of items returned by specific query was also provided.
Describe alternatives you've considered
It's all right, I just check for an empty array to come and stop there...
The text was updated successfully, but these errors were encountered: