IPagedResponse public interface IPagedResponse Documentation int CurrentStartIndex { get; set; } Action FirstPage { get; set; } Action LastPage { get; set; } Action NextPage { get; set; } Action PreviousPage { get; set; } int ResultCount { get; set; } int TotalCount { get; set; }