I'm trying to make an add-on for a webpage (which isn't mine).
Everything is ok, but I don't understand why an object is containing an array of 60 items (they are part of the articles), while there is another key indicating that there are 301
articles. It happens in any webpage of this website.
This is the JSON I can fetch through my console.
The webpage shows more than 60 articles, while the articles
array under the catalog
object has a length of 60
.
How is it possible? How can I get the full webpage articles?