0

If I have a json file like this :

 {
   "users": {
     "count": 157,
     "rows": [...data]
   },
   "gifts": { ...}
}

How can I write endpoints to get the users.count and the users.rows ? thanks for feedback

1 Answers1

0

No need for such structure, using _start and _end , I also get an X-Total-Count: 14 in the header ...