OBJECT
type FamilyDataModel {accuracy: String active: Boolean address: String code: String countFamilyMembers: Int country: String familyId: Long familyIdentifier: String familyMembersList: [FamilyMemberDTO] imageURL: String isActive: Boolean latitude: String locationPositionGps: String locationType: String longitude: String name: String }