using virtual fields to sum values in cakephp

I'm trying to get the sum of votes for a given user. Say this is posts table id | body | user_id | vote_total | type 1 test 1 4 new 2 test2 1 3 n...