Get all entries in the list, paginated.
(bytes32[] memory array, bytes32 next) = list.getEntriesPaginated(bytes32(keccak256("entry")), 4);
LinkedBytes32
The storage pointer of the list.
bytes32
The data to start the query from.
uint256
The number of entries to return.
bytes32[]
The array of entries.
The next entry in the list.