---
title: "UnreadCount"
description: "The `UnreadCount` entity."
section: "Reference"
group: "Types"
order: 246
---

## Definition

```ts
interface UnreadCount {
  count: number;
}
```

## Fields

| Field   | Type     | Notes                                                       |
| ------- | -------- | ----------------------------------------------------------- |
| `count` | `number` | `required` — Number of unread notifications for the caller. |
