Hey everyone!
For my community section I have added a like feature, that works by adding the current user to a list called userlikes.
But now in order to sort the posts by likes I need to create a need data field called post that counts the amount of users in the list and uses that as the count. How would it be possible to say Likes = List of userlikes:count? and where would I have to do this?
Thanks alot