val likes: Boolean?
how the logged-in user has voted on the comment, True = upvoted, False = downvoted, null = no vote NOTE: use the extensions to have a practical enum class.
likes
- how the logged-in user has voted on the comment,
True = upvoted, False = downvoted, null = no vote
NOTE: use the extensions to have a practical enum class.