I want to exclude password field from returned JSON. I am using NestJS and Typeorm.
The solution provided on this question doesn\'t work for me or in NestJS. I can
You can use the package https://github.com/typestack/class-transformer
You can exclude a properties using decorators and also, you can exlude properties using groups.