# Engagement

Object

Snapshot of engagement metrics for a single piece of content.

## Fields

| Name | Type | Description |
| --- | --- | --- |
| `comments` | [`BigInt`](/api/v2/docs/types/big-int) | Total number of comments. |
| `earnedMediaValue` | [`BigInt`](/api/v2/docs/types/big-int) | Estimated earned media value (EMV) in cents. |
| `impressions` | [`BigInt`](/api/v2/docs/types/big-int) | Number of views, plays, or estimated impressions. |
| `likes` | [`BigInt`](/api/v2/docs/types/big-int) | Total number of likes. |
| `linearViralityScore` | [`ViralityScore!`](/api/v2/docs/types/virality-score) | Bucketed virality score. |
| `shares` | [`BigInt`](/api/v2/docs/types/big-int) | Number of shares. |
| `views` | [`BigInt`](/api/v2/docs/types/big-int) | Number of views. |
