In the client, the list of labels presented to the user are shown as follows:

This number that is displayed is actually the label's MySQL ID. How about we do one of the following:
@kellychoffman for design input.
It looks like the ID was added in the development part of this feature, not the design. See: https://github.com/Automattic/woocommerce-connect-client/pull/734#issuecomment-264846542
I think the intention is good, but the actual Label ID will grow to be quite large, and not really helpful (and likely not the way the merchant is thinking about this list of labels).
How about we just turn this into a count of labels on the order? Always 1 - N?
How about we just turn this into a count of labels on the order? Always 1 - N?
I think that's a great idea. I would also add: Let's sort the labels by ID. That way it will be easy to map the 1-N number to the label in the backend.