Return Distinct Values for an Array Field
The following example returns the distinct values for the field sizes from all documents in the Collection1 collection: This will be the expected result: Distinct, as for relational database, finds the distinct values for a specified field across a single collection or view and returns the results in an array.