# Schema Inaccuracy `GET /user/repos` does not include pagination information in the returned header responses, despite taking `page`/`per_page` in the query. ## Expected The response should include headers containing [the standard set of links](https://docs.github.com/en/rest/using-the-rest-api/using-pagination-in-the-rest-api?apiVersion=2022-11-28#using-link-headers) to the previous, next, first and last pages. I've found that if I manually add these to the schema I'm using that this endpoint does return the expected pagination details.