So I added more than 20 badges to a gitlab project, however the web ui of badges will only list 20 badges.
I also tried to list all my badges with an api call, but again I only see 20 badges:
curl --header "PRIVATE-TOKEN: $GITLAB_API_PRIVATE_TOKEN" "https://gitlab.com/api/v4/projects/$MYPROJECTID/badges"
I noticed the same issue detailed here, but no resolution:
https://gitlab.com/gitlab-org/gitlab/-/issues/29704
How can I see and edit all of my badge id's in the ui or api?