Using sequelize-typescript together with class-transformer
If you use sequelize-typescript together with class-transformer, then you should apply @Exclude to the entire model then @Expose each property that you want to expose.
If you use sequelize-typescript together with class-transformer, then you should apply @Exclude to the entire model then @Expose each property that you want to expose.