namespace _10PrintHello.Apps.Things.SirenTables { public class Comment { public int postId { get; set; } [Sortable] public int id { get; set; } [Sortable] public string name { get; set; } [Sortable] public string email { get; set; } public string body { get; set; } } }