Description
With the introduction of the find command in MongoDB 3.2, all the $-prefixed query modifiers have been replaced with explicit command fields. To reduce confusion, the DBCursor#addSpecial method should be deprecated, as there are already per-modifier methods for each of them (e.g. min, max, sort, etc).