Return remaining_items_count with items_page

Include the ability to along with the cursor return a remaining_items_count with items_page.

This way for large fetches we can provide a progress bar. This also helps with integrations to estimate remaining time to retrieve and abort early if it will exceed timeout (and queue the operation into an asynchronous process)

Thank you @anon29275264 for the request!