I have the following Structure:
export class Contact { id: number = 0; firstname: string = \'\'; lastname: string = \'\'; phones: Phone[] = []