/// migrate((app) => { const collection = app.findCollectionByNameOrId("pbc_3872109612") // update collection data unmarshal({ "name": "vtubers" }, collection) return app.save(collection) }, (app) => { const collection = app.findCollectionByNameOrId("pbc_3872109612") // update collection data unmarshal({ "name": "vtuber" }, collection) return app.save(collection) })