I have following object -:
const response = { 'ALICE': { CLUSTER:'3', ... } }
How i can access property CLUSTER ?.   The response object is coming from server and the outer key i.e 'ALICE' here is unknown, it can be any possible name, but value i.e {CLUSTER: '3', ...} has fixed properties.
 
     
    