Skip to main content

New vote attributes added to the Topic data object

  • July 27, 2026
  • 0 replies
  • 7 views

Aleksandra

We've added two new attributes to the Topic data object: last_voted_at and vote_count.

  • vote_count contains the total number of votes an idea has received.
  • last_voted_at captures the timestamp of the most recent vote.

Now you can analyze idea popularity and voting recency directly from the Topic object without pulling a separate votes table.