> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/products/llms.txt)
> Source: https://docs.saleor.io/api-reference/products/objects/collection-countable-connection

# CollectionCountableConnection Object

Represents a connection to a list of collections.

```graphql
type CollectionCountableConnection {
  pageInfo: PageInfo!
  edges: [CollectionCountableEdge!]!
  totalCount: Int
}
```

<a id="fields"></a>

### Fields

<a id="page-info"></a>

#### [`pageInfo`](#page-info) ● [`PageInfo!`](/api-reference/miscellaneous/objects/page-info.md)

Pagination data for this connection.

<a id="edges"></a>

#### [`edges`](#edges) ● [`[CollectionCountableEdge!]!`](/api-reference/products/objects/collection-countable-edge.md)

<a id="total-count"></a>

#### [`totalCount`](#total-count) ● [`Int`](/api-reference/miscellaneous/scalars/int.md)

A total count of items in the collection.

<a id="returned-by"></a>

### Returned By

[`collections`](/api-reference/products/queries/collections.md) query

<a id="member-of"></a>

### Member Of

[`Sale`](/api-reference/discounts/objects/sale.md) object  ● [`Voucher`](/api-reference/discounts/objects/voucher.md) object
