| Name | Type | Description | Notes |
|---|---|---|---|
| uploads | int | Stripe users only. Uploads consumed in the current period. | [optional] |
| profiles | int | Stripe users only. Profiles currently owned. | [optional] |
| last_reset | \DateTime | Stripe users only. | [optional] |
| connected_accounts | int | Metronome users only. Accounts currently connected across the team. | [optional] |
| x_api_calls | \Zernio\Model\UsageStatsUsageXApiCalls | [optional] | |
| x_api_calls_by_operation | array<string,int> | Metronome users only. Per-operation X API call counts keyed by operation (e.g. `posts_read`, `content_create`, `content_create_with_url`). Resolve each key to price and metadata via `GET /v1/billing/x-pricing`. This is the canonical source — covers every price tier including the $0.200 URL tier that `xApiCalls` excludes. | [optional] |