Hey Jitze,
what you can do is, add an attribute to your entity which stores the number of likes it recieved.
Now in the list view, add the icons you want and apply an on change event, and using a microflow or nanoflow, you can increase or decrease the number of likes using a change activity and store it accordingly.
Hope it helps!