# SyncBatchResponseDto

**Kind:** Class

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

Batch sync response

## Properties

| Property | Type |
|---|---|
| `success` | `number` |
| `failed` | `number` |
| `skipped` | `number` |
| `results` | `SyncResultDto[]` |
| `categoriesCreated` | `string[]` |
