Votes
Vote Object
Votes on a post.
The Vote Object contains several fields each with defined types and descriptions which are outlined as follows:
id
string
Unique identifier for the vote.
post
Post | null
Reference to the post associated with the vote.
voter
User | null
Reference to the user who cast the vote.
createdAt
Date
Timestamp of when the vote was registered.