VoteCountResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| target_id | Long | ID of the target entity. | [default to null] |
| target_type | CommunityVoteTargetType | Type of the target entity. | [default to null] |
| upvotes | Long | Number of upvotes. | [default to null] |
| downvotes | Long | Number of downvotes. | [default to null] |
| net_score | Long | Net score calculated as upvotes minus downvotes. | [default to null] |