MongoDB Query Language (MQL) Miscellaneous Query Operators
$comment
The $comment operator adds a comment to a query to help identify the query in logs and profiler output.
$natural
The $natural operator forces the query to use the natural order of documents in a collection, providing control over document ordering and retrieval.
$rand
The $rand operator generates a random float value between 0 and 1.