Inside the Group field are the Number fields. How to get the Label of a field if it is different from the Name.
With get_field_object() you can only get Name values, but I need Label
https://skr.sh/sPZkFXSGn67
get_field_object() returns all of the information about a field, including its label.