ProfileViewDetailed

constructor(    did: Did,     handle: Handle,     displayName: String? = null,     description: String? = null,     avatar: Uri? = null,     banner: Uri? = null,     followersCount: Long? = null,     followsCount: Long? = null,     postsCount: Long? = null,     associated: ProfileAssociated? = null,     joinedViaStarterPack: StarterPackViewBasic? = null,     indexedAt: Timestamp? = null,     createdAt: Timestamp? = null,     viewer: ViewerState? = null,     labels: List<Label> = emptyList(),     pinnedPost: StrongRef? = null)