Hey Convex team,
The stars table contains all the information about a snippet (which is used in my project) and tells whether that code snippet is starred by a user or not
Let's say a user "X" has starred a snippet "Y"
Now, whenever I try to query the stars table for a user "Z", the result is ambigous and it shows that user "Z" has already starred the snippet "Y" which is not true in this case
Kindly look into the problem or If I am doing something wrong, then kindly clarify and correct me


