> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supahub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Vote Object

> Votes on a post.

The Vote Object contains several fields each with defined types and descriptions which are outlined as follows:

<ParamField body="id" type="string">
  Unique identifier for the vote.
</ParamField>

<ParamField body="post" type="Post | null">
  Reference to the post associated with the vote.
</ParamField>

<ParamField body="voter" type="User | null">
  Reference to the user who cast the vote.
</ParamField>

<ParamField body="createdAt" type="Date">
  Timestamp of when the vote was registered.
</ParamField>
