import { Organization } from './organization.model'; export class OrganizationCollection { public organizations: Organization[]; }