Home > @vsf-enterprise/bigcommerce-theme > Collection
# Collection interface
Collection object is derived from the common paginated collection from BigCommerce API
Signature:
export interface Collection
# Properties
Property | Type | Description |
---|---|---|
data | unknown[] | List of data from the collection |
meta | MetaCollection | Data about the response, including pagination and collection totals.Pagination links for the previous and next parts of the whole collection. |