QueryResponse public class QueryResponse : IPagedResponse Documentation public int CurrentStartIndex { get; set; } public Action FirstPage { get; set; } public Action LastPage { get; set; } public Action NextPage { get; set; } public Action PreviousPage { get; set; } public int ResultCount { get; set; } public int TotalCount { get; set; } public QueryResponse()