So I have created an object with different reviews in a database with some information. There is a table reffrence in the object which points to different reviews. There are multible reviews for every day in the database and the different reviews is owned by different users. How do I make it so when the user opens one of the days it only shows their review from that reviews object?
I get back the reviews object but how do I make it so it only returns the review that belongs to the user.