# ReaderUsage

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/reader-account/reader-account.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/reader-account/reader-account.service.ts#L7)

## Properties

| Property | Type |
|---|---|
| `checklist` | `{
    accountCreatedAt: Date | null;
    firstKeyAt: Date | null;
    firstCallAt: Date | null;
    first2xxAt: Date | null;
  }` |
| `daily` | `Array<{ date: string; count: number }>` |
| `recent` | `Array<{ status: number; method: string; path: string; latencyMs: number; createdAt: Date }>` |
