OBJECT
type FamilyDataDTO {accuracy: Float address: String code: String countFamilyMembers: Int country: String familyId: Long familyIdentifier: String familyMemberDTOList: [FamilyMemberDTO] latitude: Float longitude: Float postCode: String streetDescription: String }