export class OrganizationInfo { title: { "name": string, "url": string }; name: string; country: string; objIdentifier: string; projects: Map; //dataProviders: { "name": string, "url": string, "type": string, "websiteUrl": string, // "organizations": {"name": string, "url": string}[]}[]; deletedByInferenceIds: string[]; }