Model for a single page of storage items returned from a collection list method.
Args:
count: Count of the returned objects on this page.
offset: The offset of the first object specified in the API call.
limit: The limit on the number of returned objects specified in the API call.
total: Total number of objects matching the API call criteria.
desc: Whether the listing is descending or not.
Model for a single page of storage items returned from a collection list method.
Args: count: Count of the returned objects on this page. offset: The offset of the first object specified in the API call. limit: The limit on the number of returned objects specified in the API call. total: Total number of objects matching the API call criteria. desc: Whether the listing is descending or not.