<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [Previewable](./x-types.previewable.md) &gt; [totalResults](./x-types.previewable.totalresults.md)

## Previewable.totalResults property

The number of results that the combination of `query` and `facets` properties return, or `null` if they have not been loaded yet.

**Signature:**

```typescript
totalResults?: number | null;
```
