My team has a big project with over 100 labels, so
I’m trying to show a progress bar for fetching labels from a GitLab repo via the API
The problem is, that I don’t know how to fetch the total label count, before fetching
all the labels.
I checked the API docs, but I found only how to get the issues connected to a label.
If anyone has a link or an idea, please share.