# CommsGetUnreadCountResponse

Model ID: `CommsGetUnreadCountResponse`

Response for GET /communications/conversations/unread-count.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `participantId` | `string` | Yes |  |  |  | No | Participant id the unread count was computed for. |
| `totalUnread` | `integer` | Yes |  |  |  | No | Total unread message count across all of the participant's conversations. |

## Example

None declared in canonical OpenAPI.
