pub const fn page_has_more(page_len: usize) -> boolExpand description
Returns true when a fetched page came back full (per_page=100 entries), meaning a
subsequent page may exist and should be fetched too. A page with fewer entries is
necessarily the last one.