# CollectionConnection - storefront - CONNECTION Version: unstable ## Description An auto-generated type for paginating through multiple Collections. ### Access Scopes ## Fields * [edges](/docs/api/storefront/unstable/objects/CollectionEdge): CollectionEdge! - A list of edges. * [nodes](/docs/api/storefront/unstable/objects/Collection): Collection! - A list of the nodes contained in CollectionEdge. * [pageInfo](/docs/api/storefront/unstable/objects/PageInfo): PageInfo! - Information to aid in pagination. * [totalCount](/docs/api/storefront/unstable/scalars/UnsignedInt64): UnsignedInt64! - The total count of Collections. ## Connections ## Returns ## Fields with this connection * [Product.collections](/docs/api/storefront/unstable/objects/Product) ## Queries with this connection * [collections](/docs/api/storefront/unstable/queries/collections) ## Examples