import { StatisticsDto } from "./statistics-dto.model"; export class StatisticsDto { list?: Array; name?: string; count?: number; count1?: number; };