My collection is pretty big and it has many items and my goal is to increase performance. Therefore, I want query specific fields from my collection, instead of querying the whole collection and filter it’s items later (which I know how to do with JS).
Thank you!