We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Do you have plans on allowing typed collections mapping? I would like to have something like
/** * @MongoDB\Field(type="collection", itemType="MyCustomType") */ private $myCollection;