GeneratorView

constructor(    uri: AtUri,     cid: Cid,     did: Did,     creator: ProfileView,     displayName: String,     description: String? = null,     descriptionFacets: List<Facet> = emptyList(),     avatar: Uri? = null,     likeCount: Long? = null,     acceptsInteractions: Boolean? = null,     labels: List<Label> = emptyList(),     viewer: GeneratorViewerState? = null,     contentMode: String? = null,     indexedAt: Timestamp)