type Customer { id: Int firstName: String lastName: String phoneNumber: String emailAddress: String addresses: [Address] user: User }