# SyncRelationshipsResponseDto

**Kind:** Class

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

Response for bulk relationship sync

## Properties

| Property | Type |
|---|---|
| `success` | `number` |
| `failed` | `number` |
| `updated` | `number` |
| `created` | `number` |
| `errors` | `Array<{ relationshipId: string; error: string }>` |
