# User statistics

Explore what information is available for user statistics.

This type includes aggregate statistics and metrics related to a user's behavior and activity across sessions.

## Properties

These are the available properties:

- `sessions`: `integer|null`

  The total number of sessions across all applications. It is incremented every time the user visits the application.

- `orders`: `integer|null`

  The total number of orders placed across all sessions. It is incremented every time the user places an order.
