using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace HyperCube.Models { public class ReportModel { public string FileName { get; set; } public string FileFormat { get; set; } public string FileSize { get; set; } public string NounGroups { get; set; } public string NounGroupsSorted { get; set; } public string Entities { get; set; } public string EntitiesNounGroups { get; set; } public string Keywords1 { get; set; } public string Keywords2 { get; set; } } }