abstract val likes: Boolean?
how the logged-in user has voted on the item, 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 item,
True = upvoted, False = downvoted, null = no vote
NOTE: use the extensions to have a practical enum class.