# ContributorStats

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/document/dto/document-stats.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/document/dto/document-stats.dto.ts#L4)

Contributor statistics

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `email` | `string` |
| `editCount` | `number` |
| `lastEditAt` | `Date` |
