RecordViewRecord

constructor(    uri: AtUri,     cid: Cid,     author: ProfileViewBasic,     value: JsonContent,     labels: List<Label> = emptyList(),     replyCount: Long? = null,     repostCount: Long? = null,     likeCount: Long? = null,     quoteCount: Long? = null,     embeds: List<RecordViewRecordEmbedUnion> = emptyList(),     indexedAt: Timestamp)

Parameters

value

The record data itself.