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.