Hello I found the following issue in the normalizers: Before 5.3.0 ```json { "phone": "+33600000000" } ``` Since 5.3.0 ```json { "phone": "+33600000000", "email": null } ``` What about a skipNullValues like Symfony?