# ChargebackEventsConnection

No description

```
type ChargebackEventsConnection {

  items: [ChargebackEvent!]!

  total: Int!

}
```

### Fields[​](#fields "Enlace directo al Fields")

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

History entries in the current page, newest first.

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

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

### Returned By[​](#returned-by "Enlace directo al Returned By")

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