We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Having a "ForumVotes" collection may be an unnecessary amount of populations when trying to pull threads/replies/comments.
Instead, we can have a "votes" list within those post objects as { playerId: [1|-1] }, removing it if the user unvotes.
{ playerId: [1|-1] }
Status