The SEObot API's pagination appears to be inconsistent with the reported total number of articles. The API consistently returns 4 fewer articles than the reported total.
Steps to Reproduce
Initialize SEObot client with valid API key
Call getArticles() with pagination (limit=4)
Continue paginating until no more articles are returned
Current Behavior
API reports total: 16 articles exist
Successfully returns 12 articles across 3 pages:
Page 1: 4 articles
Page 2: 4 articles
Page 3: 4 articles
Page 4+: Empty array []
Missing 4 articles despite reporting they exist
Expected Behavior
Either:
Return all 16 articles through pagination
Or report correct total (12) matching actual available articles
The SEObot API's pagination appears to be inconsistent with the reported total number of articles. The API consistently returns 4 fewer articles than the reported total.
Steps to Reproduce
getArticles()
with pagination (limit=4)Current Behavior
total: 16
articles exist[]
Expected Behavior
Either:
Logs
Thanks!