import { FileModel } from './FileModel'; export interface FilesSubset { files: FileModel[]; totalFilesCount: number; }