Why should changestreams_verified be set to true before running a MongoDB change stream script?
`I’m working with FastAPI to create database migrations for adding columns to my MongoDB collections. Before running my change stream script, I noticed a recommendation to set a flag called changestreams_verified to true.