Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
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.
This comment is hidden because it contains spoiler information about the solution
Read AlecP's post below. Read this too: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution and when you think something is wrong, provide some proof or a little explanation about what you think is wrong, how you think it should be instead and why.
I think the python tests of page_count are broken