# SearchFacets

**Kind:** Interface

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

Search facets for filtering

## Properties

| Property | Type |
|---|---|
| `byState` | `Record<string, number>` |
| `byType` | `Record<string, number>` |
| `byAuthor` | `Record<string, number>` |
| `byCategory` | `Record<string, number>` |
