···4747 TextContent string `json:"textContent,omitempty"`
4848 // BlueskyPostRef is a strong reference to a Bluesky post.
4949 // Useful to keep track of comments off-platform.
5050- //
5151- // Currently, the type is [any], because I don't understand how I should represent it.
5252- // It looks like to be a strong ref, but a record generated by `leaflet.pub`:
5353- // 1. doesn't include a `$type`
5454- // 2. has more info than required by the lexicon used
5555- BlueskyPostRef any `json:"bskyPostRef,omitempty"`
5050+ BlueskyPostRef *xrpc.StrongRef `json:"bskyPostRef,omitempty"`
5651 // Tags is an array of strings used to tag or categorize the [Document].
5752 // Avoid prepending tags with hashtags.
5853 // Max length: 1280.