I was wondering if it's possible to make a snapshot of all documents in a collection. But this snapshot (or get) should include only certain items of the documents.
I.e.: I have a collection of 'users', each document has items 'name', 'age' and 'score'. From this I want to have a snapshot that only includes the data of 'name'.
Thanks for help!