Como mapear uma resposta JSON com diferentes índices
Object.entries(this.state.modules.attributes).map(([k, v]) => v.label);
SAMER SAEID
Object.entries(this.state.modules.attributes).map(([k, v]) => v.label);