Hi guys, if there is a collection of posts, and a user can like or dislike posts, what is the best approach to implement this? do I use another collection for likes and join them? or having a field in the posts collection with all users' likes (to know if the current user is liked a specific post to unlike it for example)? Or there is a way am unaware of?