// for now mapping only whats needed.Can use all values ideally export interface UserProfile { lastname: string; firstname: string; }