# SearchResponse

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/documentation/services/azure-search.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/documentation/services/azure-search.service.ts#L84)

Search response with facets

## Properties

| Property | Type |
|---|---|
| `results` | `SearchResult[]` |
| `total` | `number` |
| `facets` | `{
    documentType?: Record<string, number>;
    category?: Record<string, number>;
    difficulty?: Record<string, number>;
  }` |
