normal request data is purple
*getlist{payload}, {call, put}{
      const data = yield call(getlist,payload)
      //data
  } so here comes the problem 
 the number returned by my API is normally 
 stored under the result attribute of data, but the API clearly returns data. Why is it not received by data? Where"s result? Tmurt  
 
