﻿# EntityStatsResponse

Schema definition for EntityStatsResponse

# EntityStatsResponse

Schema definition for EntityStatsResponse

## Schema Viewer

<JsonSchemaViewer
  schema={schema}
  name="EntityStatsResponse"
  category="search"
  client:load
/>

## Description

This schema defines the structure and validation rules for EntityStatsResponse.

## Properties

- **count** (integer, required): Entity count for this model.
- **modelName** (string, required): Entity model name.
- **modelVersion** (integer, required): Entity model version.
- **requestId** (string, required): ID of the original request.

## Related Schemas

See other schemas in the [search](/reference/schemas/search/) category.