Public User Profile
data class PublicUserProfile(val clerkUserId: String, val displayName: String? = null, val avatarUrl: String? = null, val bio: String? = null, val websiteUrl: String? = null, val hideComments: Boolean = false, val createdAt: String = "", val updatedAt: String = "")(source)
Public user profile information, as returned by FeedbackClient.fetchUserProfile.