is this a bug? When I do request to /identities wi...
# talk-kratos
w
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
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?
https://github.com/ory/kratos/pull/3325/files seems this PR kinda changed this around?