I have the following User class:
User
export class User { public id: number; //Some basic information public email: string; public fi