# CategoryWithRelations

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/types/src/models/category.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/types/src/models/category.ts#L37)

Category with full relations included

## Properties

| Property | Type |
|---|---|
| `parent` | `Category | null` |
| `children` | `Category[]` |
| `project` | `{
    id: string;
    name: string;
    slug: string;
    organizationId: string;
  }` |
