In my app, users can review multiple items, and I want to count how many unique items they've reviewed, not just the number of reviews. Is there a way to query and count these unique reviews? I know how to query ALL the documents and I understand that this is a filter, but I'm not understanding which filter I should be using. I have been working on trying to figure this out for three weeks. Please help, and thank you!