I wanted to get all documents from a collection with specific fields in my document. By default, it's including $collectionId
, $databaseId
, etc, which I don't want.
TL;DR
The user wants to retrieve specific fields from a document when listing a collection but does not want to include certain default fields. Currently, there is no option for a select query, but there may be a feature release in the future.