I'm inserting numerous records on a stream and would like to retrieve all the records. I'm not finding a solution to get all the records noting that liststreamitems only lists 10 items if a count parameter is not passed in. And it seems the only way to retrieve all items on the stream to pass in a count which will be larger than the number of items you expect? What if the number of items is unknown. How do you retrieve all items?. Please help, thanks.