-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Description
Taking example on the config-sample.json, with a small nuance by adding the field valid:
{
"page": 1,
"limit": 20,
"total": 11,
"valid": true,
"items": [
{
"id": "aI8Li80Dr8Vx",
"thumbnail": "https://www.hbo.com/content/dam/hbodata/series/game-of-thrones/character/s5/tyrion-lannister-512x512.jpg/_jcr_content/renditions/cq5dam.web.260.260.jpeg",
"name": "Tyrion Lannister",
"realName": "Peter Dinklage",
"location": "Winterfell",
"isAlive": true
},
...
Is it possible to present the values on the fields total and valid only?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels