In my current setup, I have a "requests" collection and I have successfully set up publications on the server side and subscriptions on the client side. My question is, how can I effectively handle new records in MongoDB? Specifically, I would like to receive any new records added to the "requests" collection on the client side so I can perform certain actions. Can you provide guidance on how to achieve this?