Basically today it works in a way which "adds" all the variables of users ( it is sort of a rating stuff ) instead of giving a "average rating" of users. Better explained: 1: 10 users on the site rate their favorite movies. Lets say they all give different "ratings". User 1 gives a 10, user 2 gives a 9 and so on. Total number would then be 20 and this is how it is today. However, the average score would be 5 and this is what we want to show. How to add in the average score? can someone help me fix this out