Is there a way to know if there are more than 50 items when calling the management GET endpoints with paginated requests?
What method would you suggest to call the enpoints and know you’ve got all the data?
All that comes to mind is calling the endpoint with per_page=50 and increasing the page parameter until an empty set is returned. Would be good to have a response field indicating there’s another page.