I am successfully getting the number of books on my read shelf, filtering out any books that were read pre-2020, and printing out that number (13 ) on a webpage. But when I load that page on mobile I only get the number 5.
I have the the "per_page" condition set to 50 and I can see in the JSON data that I am getting that on desktop but when I view the data on mobile I am only getting the 5 most recently read books returned. This even happens when I emulate a mobile device using Chrome's dev tools.
Is this a bug or is there something that I am not aware of that restricts the amount of data that can be returned on mobile?
I have the the "per_page" condition set to 50 and I can see in the JSON data that I am getting that on desktop but when I view the data on mobile I am only getting the 5 most recently read books returned. This even happens when I emulate a mobile device using Chrome's dev tools.
Is this a bug or is there something that I am not aware of that restricts the amount of data that can be returned on mobile?