Improve API compatibility with pynetbox
Add 'label' alias field to 'number' field in Numbers serializers.
PyNetbox recognises only 'name' and 'label' fields as an object representation field for Plugins.
Adding 'label' field improves visual user experience while querying numbers using pynetbox in console mode.
Without these fields, Number object representation will be blank in a console.