# WebhookDeliveriesConnection

Page of deliveries plus the total number matching the filter.

```
type WebhookDeliveriesConnection {

  items: [WebhookDelivery!]!

  total: Int!

}
```

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

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

Deliveries, newest first.

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

Total matching deliveries, ignoring pagination.

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

[`webhookDeliveries`](https://docs.monei.com/es/es/apis/graphql/operations/queries/webhook-deliveries/.md) query
