···6161| `author` | [`app.bsky.actor.defs#profileViewBasic`](https://github.com/bluesky-social/atproto/tree/main/lexicons/app/bsky/actor/defs.json#profileViewBasic) | ✅ | | |
6262| `record` | `unknown` | ✅ | | |
6363| `indexedAt` | `string` | ✅ | | Format: `datetime` |
6464-| `viewerCount` | [`place.stream.livestream#viewerCount`](/lex-reference/place-stream-livestream#viewercount) | ❌ | The number of viewers watching this livestream. Use when you can't reasonably use #viewerCount directly. | |
6464+| `viewerCount` | [`#viewerCount`](#viewercount) | ❌ | The number of viewers watching this livestream. Use when you can't reasonably use #viewerCount directly. | |
65656666---
6767···186186 "viewerCount": {
187187 "type": "ref",
188188 "description": "The number of viewers watching this livestream. Use when you can't reasonably use #viewerCount directly.",
189189- "ref": "place.stream.livestream#viewerCount"
189189+ "ref": "#viewerCount"
190190 }
191191 }
192192 },
···7777 "viewerCount": {
7878 "type": "ref",
7979 "description": "The number of viewers watching this livestream. Use when you can't reasonably use #viewerCount directly.",
8080- "ref": "place.stream.livestream#viewerCount"
8080+ "ref": "#viewerCount"
8181 }
8282 }
8383 },