I usually use [`array<Type>`](https://phpstan.org/writing-php-code/phpdoc-types#general-arrays) in my projects, but JsonMapper doesn't support that. It does however support `Type[]`, and for that I am grateful 🙂 . Would adding support for `array<Type>` be difficult?