let fil = res.map(x=>Object.keys(x).filter(x=>x!='process' && x!='relay_type') .reduce((a,b)=>{ a[b] = x[b] return a },{})).map(x=>Object.assign(x,{total:'wew'}))