Unix-ms when the most recent successful fetch resolved.
Trigger the next page load. Safe to call when hasNextPage is false.
Server reports more pages available (regardless of whether they are loaded).
Any fetch is in flight (refresh + first-page + next-page).
A fetchNextPage() call is currently in flight.
Total number of pages loaded so far (≥1 once initial fetch resolves).
useObjects — gated, paginated infinite listing.
Wraps the cancellable, continuation-token paginated
objects_listcommand inuseInfiniteQuery. The returneddatais the flattened array of every loaded page's entries; callers that subscribe via<Virtualized onEndReached>get auto-pagination on scroll.Gating: returns
{ data: undefined, isLoading, isGated: true }when the profile has not been validated this session.Backwards-compatible signature: existing callers that only read
data/isLoading/isGatedcontinue to work without changes.