<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [PartialResult](./x-types.partialresult.md) &gt; [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;
```
