<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [PlatformSearchResponse](./x-adapter-platform.platformsearchresponse.md) &gt; [catalog](./x-adapter-platform.platformsearchresponse.catalog.md)

## PlatformSearchResponse.catalog property

**Signature:**

```typescript
catalog: {
        content: PlatformResult[];
        facets: PlatformFacet[];
        numFound: number;
        spellchecked: string;
        partials: PlatformPartialResult[];
        tagging: {
            query: string;
            display: string;
        };
        stats: {
            price: {
                min: number;
                max: number;
            };
        };
    };
```
