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
{{ message }}
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
When i call search methods of the sdk, the pagination datas returns by the api are not injected in the return datas.
I get an array of the elements, but there is no key "pagination" which could inform me on how many elements may be retreived with that request. I need this information to display informations in a back-office and this could be helpfull.
I checked the source-code and the information is present before the return. Would it be possible to inject it or tell me how to get the total items of a query without having to get each pages ?
Thanks for help.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I face an issue (i think easy one).
When i call search methods of the sdk, the pagination datas returns by the api are not injected in the return datas.
I get an array of the elements, but there is no key "pagination" which could inform me on how many elements may be retreived with that request. I need this information to display informations in a back-office and this could be helpfull.
I checked the source-code and the information is present before the return. Would it be possible to inject it or tell me how to get the total items of a query without having to get each pages ?
Thanks for help.
The text was updated successfully, but these errors were encountered: