Pagination now works correctly when OnlyFans overrides your request 🔧
When OnlyFans forcibly changes your requested limit or offset, we now return the correct next_page value that matches the actual parameters they used. Before, we'd return a mismatched _pagination.next_page that was out of sync with the overwritten limit/offset—which broke pagination loops.
We also show a clear _pagination.notice in the response whenever OnlyFans overrides your request, so you know exactly what happened.