> For the complete documentation index, see [llms.txt](https://docs.maildrop.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maildrop.cc/graphql-types/statistics.md).

# Statistics

```graphql
type Statistics {
        blocked: Int
        saved: Int
}
```

<table><thead><tr><th width="148">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>blocked</strong></td><td>The number of messages that the Heluna antispam filters have blocked for Maildrop.</td></tr><tr><td><strong>saved</strong></td><td>The number of clean messages that have been delivered to Maildrop mailboxes.</td></tr></tbody></table>

{% hint style="info" %}
These statistics may be cached for up to a minute and may not reflect the current true totals.
{% endhint %}
