Pagination
Originally intended the functionality to exist as a decorator that would be applied to the different endpoints, but realized that would require duplicating some of the error handling, as well as just requiring some very annoying work arounds to properly handle the mocks required. End result is a bit more code within the actual endpoints than originally desired, but I don't think it is too much.