> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UserStatistics

> Reference for the UserStatistics data type in the ABBYY FlexiCapture Web Services API: counts of batches, documents, and pages a user has processed at a stage.

## What it does

The **UserStatistics** data type stores information about the number of batches, documents and pages processed by the user. Processed batches are the batches that came to the stage in the "processed" state.

## Fields

| **Name**       | **Type** | **Description**                   |
| -------------- | -------- | --------------------------------- |
| BatchesCount   | int      | The number of processed batches   |
| DocumentsCount | int      | The number of processed documents |
| PagesCount     | int      | The number of processed pages     |
