is this a bug?
When I do request to /identities with per_page=90&page=1, i get results offset by 90, like its page 2.
in the api docs it seems to specify that it starts at page 1 not 0 https://www.ory.sh/docs/kratos/reference/api
white-cartoon-58880
09/01/2023, 9:45 AM
Easy fix on our side is just start at 0 instead of 1, but if its a bug, then its probably gonna change back at some point?