<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [Stats](./x-types.stats.md)

## Stats interface

Statistics for the current search results.

Price - interval of the prices of the results.

**Signature:**

```typescript
export interface Stats 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[price](./x-types.stats.price.md)


</td><td>


</td><td>

{ min: number \| undefined; max: number \| undefined; }


</td><td>


</td></tr>
</tbody></table>

