# ChargebacksConnection

No description

```
type ChargebacksConnection {

  items: [Chargeback!]!

  total: Int!

}
```

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

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

Chargebacks in the current page.

#### [`ChargebacksConnection.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 chargebacks matching the filter (across all pages).

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

[`chargebacks`](https://docs.monei.com/es/es/apis/graphql/operations/queries/chargebacks/.md) query
