﻿# EntityStatsByStateResponse

Schema definition for EntityStatsByStateResponse

# EntityStatsByStateResponse

Schema definition for EntityStatsByStateResponse

## Schema Viewer

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

## Description

This schema defines the structure and validation rules for EntityStatsByStateResponse.

## Properties

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

## Related Schemas

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