Is your feature request related to a problem? Please describe.
Currently the pagination displays the first page as 1, but logic uses 0-based indexing. This mismatch creates confusion both when coding and to users who try to use the page query param.
** Context
#189 (comment)
Is your feature request related to a problem? Please describe.
Currently the pagination displays the first page as 1, but logic uses 0-based indexing. This mismatch creates confusion both when coding and to users who try to use the
pagequery param.** Context
#189 (comment)