arg_name:optionname:typeMaptype:arraydescription:|Default :php:`type map<manual/en/mongodb.persistence.deserialization.php#mongodb.persistence.typemaps>`to apply to cursors. The type map determines how BSON documents are convertedto PHP values which determines. The |php-library| uses the following type mapby default:.. code-block:: php['array' => 'MongoDB\Model\BSONArray','document' => 'MongoDB\Model\BSONDocument','root' => 'MongoDB\Model\BSONDocument',]interface:phpmethodoperation:MongoDB\\Client::__constructoptional:trueposition:1...