export interface DatasetDownloadCount { id: number | string; downloadCount: number; MDCStartDate?: string; }