I want to check the changes in an order template and show it on screen
const changeStream = OrderModel.watch(pipeline)
changeStream.on('change', (change) => {
})
how to show these changes on the front, or if there is a better way to solve the problem