### 🐛 Response serialization needs to be fixed > Password field cannot be exposed to public or any kind of users ```json { "password": "test1234", "confirmPassword": "test1234", } ``` [View in details ➡️](https://github.com/mahabubx7/nestjs-starter-kit/blame/a23347b3a0ae568a8cdc1e9244f6233762e21304/docs/auth/register.http#L65-L66)