@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 492 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [Previewable](./x-types.previewable.md) > [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;
```