# TemplateFiltersDto

**Kind:** Class

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

DTO for filtering templates in list queries.
Supports filtering by category and organization.

## Properties

| Property | Type |
|---|---|
| `category` | `TemplateCategory` |
| `organizationId` | `string` |
| `search` | `string` |
