import { Task } from './task.model'; export class TaskCollection { public total: number; public tasks: Task[]; }