<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [SearchResponse](./x-types.searchresponse.md)

## SearchResponse interface

Response for the search endpoint.

**Signature:**

```typescript
export interface SearchResponse 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [banners?](./x-types.searchresponse.banners.md) |  | [Banner](./x-types.banner.md)<!-- -->\[\] | _(Optional)_ |
|  [displayTagging?](./x-types.searchresponse.displaytagging.md) |  | [TaggingRequest](./x-types.taggingrequest.md) | _(Optional)_ |
|  [facets?](./x-types.searchresponse.facets.md) |  | [Facet](./x-types.facet.md)<!-- -->\[\] | _(Optional)_ |
|  [partialResults?](./x-types.searchresponse.partialresults.md) |  | [PartialResult](./x-types.partialresult.md)<!-- -->\[\] | _(Optional)_ |
|  [promoteds?](./x-types.searchresponse.promoteds.md) |  | [Promoted](./x-types.promoted.md)<!-- -->\[\] | _(Optional)_ |
|  [queryTagging?](./x-types.searchresponse.querytagging.md) |  | [TaggingRequest](./x-types.taggingrequest.md) | _(Optional)_ |
|  [redirections?](./x-types.searchresponse.redirections.md) |  | [Redirection](./x-types.redirection.md)<!-- -->\[\] | _(Optional)_ |
|  [results](./x-types.searchresponse.results.md) |  | [Result](./x-types.result.md)<!-- -->\[\] |  |
|  [spellcheck?](./x-types.searchresponse.spellcheck.md) |  | string | _(Optional)_ |
|  [stats?](./x-types.searchresponse.stats.md) |  | [Stats](./x-types.stats.md) | _(Optional)_ |
|  [totalResults](./x-types.searchresponse.totalresults.md) |  | number |  |

