Add a user count helper
Closed this issue · 1 comments
TomasNiDo commented
I want to paginate the data when fetching users, the problem is I have to get the total count of users to generate a metadata. Fetching all users and getting its count would defeat the purpose of my pagination.
The solution is obviously getting the count of the users. There is an API available in the docs where I can get the count of the users, but there is no available helper here in the package.
edewit commented