# ChargebackEventsConnection

No description

```
type ChargebackEventsConnection {

  items: [ChargebackEvent!]!

  total: Int!

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`ChargebackEventsConnection.items`](#items) ● [`[ChargebackEvent!]!`](https://docs.monei.com/apis/graphql/types/objects/chargeback-event/.md) non-null object[​](#items "Direct link to items")

History entries in the current page, newest first.

#### [`ChargebackEventsConnection.total`](#total) ● [`Int!`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) non-null scalar[​](#total "Direct link to total")

Total number of entries for this chargeback (across all pages).

### Returned By[​](#returned-by "Direct link to Returned By")

[`chargebackEvents`](https://docs.monei.com/apis/graphql/operations/queries/chargeback-events/.md) query
