Total count of likes for content which a specific user created

we need the total count of LIkes the user received for each content he received.

content 1 - 2 likes

content 2 - 5 likes

content 3 - 0 likes

so the total cont would be 7, we used core_v2_likeditem.List that gives the total count of the content but not likes, we know that we need to iterate through the list and calculate the total count of likes, but we had a lot of awards that need to be awarded to the user based on the user's total count with min-max ranges. 



subject edited
[edited by: Satish Kumar Polampalli at 10:50 AM (GMT 0) on Fri, Mar 19 2021]