// With class-transformer, you can change the name of a column with @Expose: @Expose({ name: "my_name" }) name: string;