MyProduct Entity
@Entity({ name: \'products\' }) export class ProductEntity extends BaseEntity { @PrimaryGeneratedColumn() id: number;