Profile View
data class ProfileView(val did: Did, val handle: Handle, val displayName: String? = null, val description: String? = null, val avatar: Uri? = null, val associated: ProfileAssociated? = null, val indexedAt: Timestamp? = null, val createdAt: Timestamp? = null, val viewer: ViewerState? = null, val labels: List<Label> = emptyList())