filtering documents with getPage
getPage function so I can control the pagination more. But I can't seem to figure out how the filtering works. For example, I have a messages table that stores messages all the messages from many companies. However, I'm not sure how I would only include those results in the getPage return since I don't see a param that allows me to filter my index eg this is my function right now and I only want the results with only a particular channelId and destinationId. How would I achieve this?
Thank you for any advice in advance!
