Ad
  • Custom User Avatar

    From an API design point of view I'd argue that PaginationHelper is poor. If you were dealing with pages would you really want to work with an API that says Page 1 has an index of 0? Zero indexing is an implementation detail that shouldn't have bled into the API.