Hi, everyone! I’m trying to create a feature where users can review other users by creating a review (an item in the Review collection) that has a star amount and a comment. However, I’m kinda stuck on how to structure the database relationships. I want reviews written about a certain user to show up on their profile page.
I have a Users collection and a Review collection, but should I make the relationship be that a Review can have multiple users and a User can have multiple reviews? How should I go about creating this review other users system?