OBJECT
type FamilyModel {accuracy: String address: String allowRetake: Boolean code: String countFamilyMembers: Int country: String familyId: Long familyIdentifier: String familyMembersList: [FamilyMemberDTO] imageURL: String latitude: String locationPositionGps: String locationType: String longitude: String name: String project: ProjectDTO snapshotList: [SnapshotModel] }