I want to get "results" into "page:1" with json server url because my code wants just "results" data, how can I do it?
Here is my json file
{
"page": 1,
"results": [
{
"title": "Mortal Kombat"
}
],
"total_pages": 438,
"total_results": 8742
}