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
@Column({ select: false }) password: string
Can read about hidden columns here