Resolved. My issue was with the API structure. Thought results_size
is the size of results
but it's the total amount of results through all pages.
Correct response example:
{
"results": [
{
"id": "0",
"title": "0",
"description": "0",
"blob": {
"id": "0"
}
},
{
"id": "1",
"title": "1",
"description": "1",
"blob": {
"id": "1"
}
},
{
"id": "2",
"title": "2",
"description": "2",
"blob": {
"id": "2"
}
},
{
"id": "3",
"title": "3",
"description": "3",
"blob": {
"id": "3"
}
},
{
"id": "4",
"title": "4",
"description": "4",
"blob": {
"id": "4"
}
},
{
"id": "5",
"title": "5",
"description": "5",
"blob": {
"id": "5"
}
},
{
"id": "6",
"title": "6",
"description": "6",
"blob": {
"id": "6"
}
},
{
"id": "7",
"title": "7",
"description": "7",
"blob": {
"id": "7"
}
},
{
"id": "8",
"title": "8",
"description": "8",
"blob": {
"id": "8"
}
},
{
"id": "9",
"title": "9",
"description": "9",
"blob": {
"id": "9"
}
},
{
"id": "10",
"title": "10",
"description": "10",
"blob": {
"id": "10"
}
},
{
"id": "11",
"title": "11",
"description": "11",
"blob": {
"id": "11"
}
},
{
"id": "12",
"title": "12",
"description": "12",
"blob": {
"id": "12"
}
},
{
"id": "13",
"title": "13",
"description": "13",
"blob": {
"id": "13"
}
},
{
"id": "14",
"title": "14",
"description": "14",
"blob": {
"id": "14"
}
},
{
"id": "15",
"title": "15",
"description": "15",
"blob": {
"id": "15"
}
},
{
"id": "16",
"title": "16",
"description": "16",
"blob": {
"id": "16"
}
},
{
"id": "17",
"title": "17",
"description": "17",
"blob": {
"id": "17"
}
},
{
"id": "18",
"title": "18",
"description": "18",
"blob": {
"id": "18"
}
},
{
"id": "19",
"title": "19",
"description": "19",
"blob": {
"id": "19"
}
},
{
"id": "20",
"title": "20",
"description": "20",
"blob": {
"id": "20"
}
},
{
"id": "21",
"title": "21",
"description": "21",
"blob": {
"id": "21"
}
},
{
"id": "22",
"title": "22",
"description": "22",
"blob": {
"id": "22"
}
},
{
"id": "23",
"title": "23",
"description": "23",
"blob": {
"id": "23"
}
},
{
"id": "24",
"title": "24",
"description": "24",
"blob": {
"id": "24"
}
},
{
"id": "25",
"title": "25",
"description": "25",
"blob": {
"id": "25"
}
},
{
"id": "26",
"title": "26",
"description": "26",
"blob": {
"id": "26"
}
},
{
"id": "27",
"title": "27",
"description": "27",
"blob": {
"id": "27"
}
},
{
"id": "28",
"title": "28",
"description": "28",
"blob": {
"id": "28"
}
},
{
"id": "29",
"title": "29",
"description": "29",
"blob": {
"id": "29"
}
},
{
"id": "30",
"title": "30",
"description": "30",
"blob": {
"id": "30"
}
},
{
"id": "31",
"title": "31",
"description": "31",
"blob": {
"id": "31"
}
},
{
"id": "32",
"title": "32",
"description": "32",
"blob": {
"id": "32"
}
},
{
"id": "33",
"title": "33",
"description": "33",
"blob": {
"id": "33"
}
},
{
"id": "34",
"title": "34",
"description": "34",
"blob": {
"id": "34"
}
},
{
"id": "35",
"title": "35",
"description": "35",
"blob": {
"id": "35"
}
},
{
"id": "36",
"title": "36",
"description": "36",
"blob": {
"id": "36"
}
},
{
"id": "37",
"title": "37",
"description": "37",
"blob": {
"id": "37"
}
},
{
"id": "38",
"title": "38",
"description": "38",
"blob": {
"id": "38"
}
},
{
"id": "39",
"title": "39",
"description": "39",
"blob": {
"id": "39"
}
},
{
"id": "40",
"title": "40",
"description": "40",
"blob": {
"id": "40"
}
},
{
"id": "41",
"title": "41",
"description": "41",
"blob": {
"id": "41"
}
},
{
"id": "42",
"title": "42",
"description": "42",
"blob": {
"id": "42"
}
},
{
"id": "43",
"title": "43",
"description": "43",
"blob": {
"id": "43"
}
},
{
"id": "44",
"title": "44",
"description": "44",
"blob": {
"id": "44"
}
},
{
"id": "45",
"title": "45",
"description": "45",
"blob": {
"id": "45"
}
},
{
"id": "46",
"title": "46",
"description": "46",
"blob": {
"id": "46"
}
},
{
"id": "47",
"title": "47",
"description": "47",
"blob": {
"id": "47"
}
},
{
"id": "48",
"title": "48",
"description": "48",
"blob": {
"id": "48"
}
},
{
"id": "49",
"title": "49",
"description": "49",
"blob": {
"id": "49"
}
}
],
"results_size": 51
}
Now I can see all of the results in Prismic UI as well.