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

# BatchListItemRequestCounts

## Example Usage

```typescript theme={null}
import { BatchListItemRequestCounts } from "@openrouter/sdk/models";

let value: BatchListItemRequestCounts = {
  completed: 674174,
  failed: 11483,
  total: 131515,
};
```

## Fields

| Field       | Type     | Required             | Description |
| ----------- | -------- | -------------------- | ----------- |
| `completed` | *number* | :heavy\_check\_mark: | N/A         |
| `failed`    | *number* | :heavy\_check\_mark: | N/A         |
| `total`     | *number* | :heavy\_check\_mark: | N/A         |
