Using the REST API - /api/content/{id}/child/attachment, how do I find the total number of attachments?
I don't see a totalSize in the json response. Irrespective of the limit parameter value, the size of the result set is 200.
Using the UI, I can visually see the number Attachments (650) when looking at the page properties.
Is there a way to get this number using REST API?