Viewing 1-20 of 20
pageSize field will be used to determine the results returned in that request, this should be equal or less than the set limit, which is also a field present for the maximum amount of results per page.
Page 2totalCount: 16, nextCursor: 'abc'
totalCount: 16, nextCursor: null
import { Pagination } from '@shieldpay/bumblebee/pagination'; <Pagination totalCount={totalCount} nextCursor={nextCursor} offset={offset} pageSize={pageSize} loadMoreTo={`?nextCursor=${nextCursor}`} />;