I am still experiencing issues with this. The error appears to be inconsistent across different models. With my pagePaginated query, I first run with the following variables:{
"locale": "en",
"sort": "title ASC",
"first": 2,
"path": "/path/to/my/content/",
"after": ""
} Which correctly re...