<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [PopularSearchesConfig](./x-components.popularsearchesconfig.md)

## PopularSearchesConfig interface

Configuration options for the popular searches module.

**Signature:**

```typescript
export interface PopularSearchesConfig 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[hideSessionQueries](./x-components.popularsearchesconfig.hidesessionqueries.md)


</td><td>


</td><td>

boolean


</td><td>

Hides the popular searches that have been already searched during the session.


</td></tr>
<tr><td>

[maxItemsToRequest](./x-components.popularsearchesconfig.maxitemstorequest.md)


</td><td>


</td><td>

number


</td><td>

Number of popular searches to request.


</td></tr>
</tbody></table>

