import { LeadComment } from './lead-comment.model'; export class LeadCommentCollection { public comments: LeadComment[]; public count: number; public total: number; }