var subElement = _(element[property]).map(function(arr){
            return self.redfish.clientRequest(arr['@odata.id'])
                .then(function(res){
                    return res.body;
                });