export class CategoryCount { Product?: number; SubCategory?: number; constructor(){ this.Product = 0; this.SubCategory = 0; } }