Add method to handle empty receptionEmails in Response. Enhanced the Response model to handle cases where receptionEmails is empty by setting it to a new ReceptionEmails object. Added corresponding XML stub and test case to validate this change.
Fixed a potential issue in TypeArray's count method by providing a default empty array.