What would be the best way to calculate the total number of votes a user has received? (ie: tally all votes from posts a user created).
Would the best approach be to create a counter that increments everytime a vote is cast? Or is there a built in method that can tally the total?