Issue 13179

Consider returning counts for all paging responses

13179
Reporter: mdoering
Assignee: trobertson
Type: Improvement
Summary: Consider returning counts for all paging responses
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2013-05-17 13:57:09.297
Updated: 2013-12-16 17:50:40.501
Resolved: 2013-09-27 19:37:44.394
        
Description: For the basic CRUD list(page) paging method we do return a total count which is retrieved by a separate mapper call. But for all other paging methods we do not seem to populate counts at all, e.g. OrganizationService.hostedDatasets.

If feasable implement the total count, if not at least properly document the behavior]]>