### Feature Request <!-- Fill in the relevant information below to help triage your issue. --> | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary Do you have plans on allowing typed collections mapping? I would like to have something like ```php /** * @MongoDB\Field(type="collection", itemType="MyCustomType") */ private $myCollection; ```