# PostMetric

PostMetric

A single metric for a post (or an entry in an aggregated metrics response).

**Fields:**
- `description`: `String!` - A human-readable description of what the metric represents.
- `name`: `String!` - The human-readable name of the metric (e.g. "Reactions", "Eng. Rate").
- `type`: `PostMetricType!` - The type of metric. Cross-network metrics use unified naming (`reactions`,
`comments`, etc.); network-specific metrics retain their network's
vocabulary (`saves`, `quotes`, etc.). See `PostMetricType` for the full
catalog including deprecated values.
- `unit`: `PostMetricUnit!` - The unit (count vs percentage) of `value`.
- `value`: `Float!` - The metric value. Defaults to 0 when the network did not report the metric.