Home > @vsf-enterprise/bigcommerce-api > MetaCollection
# MetaCollection interface
Data about the response, including pagination and collection totals.Pagination links for the previous and next parts of the whole collection.
Signature:
export interface MetaCollection
# Properties
Property | Type | Description |
---|---|---|
pageInfo? | PageInfo | (Optional) Information about pagination in a GraphQL response. |
pagination? | Pagination | (Optional) Pagination model including all necessary information for pagination. |
responseInfo? | string | (Optional) Information about the GraphQL response e.g "no products", "unable to fetch data" |
totalItems? | number | (Optional) Total items of the list results |