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

# OrderEventCountableConnection Object

No description

```graphql
type OrderEventCountableConnection {
  pageInfo: PageInfo!
  edges: [OrderEventCountableEdge!]!
  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) ● [`[OrderEventCountableEdge!]!`](/api-reference/orders/objects/order-event-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

[`homepageEvents`](/api-reference/deprecated/orders/queries/homepage-events.md) query
