As part of migration from oapi to the new api, I am replacing a call that used the "library" api with a new call that now uses the "documents" api ( since the "library" api is not available anymore).
Here is what the request looks like : https://api.mendeley.com/documents?limit=5 ( with the token in the header).
The response is just JSON data for the documents in the library.I am not getting the fields like - total_results, total_pages, current_page etc. in the response.
How can I get the total_results, total_pages, current_page data etc. in the response.
Thanks, Prasad