package components type ContentPagination struct { PageStartRecord int PageEndRecord int TotalRecords int PrevLink string NextLink string }