StarterPackView

constructor(    uri: AtUri,     cid: Cid,     record: JsonContent,     creator: ProfileViewBasic,     list: ListViewBasic? = null,     listItemsSample: List<ListItemView> = emptyList(),     feeds: List<GeneratorView> = emptyList(),     joinedWeekCount: Long? = null,     joinedAllTimeCount: Long? = null,     labels: List<Label> = emptyList(),     indexedAt: Timestamp)