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