I am using Node.js and MongoDB with mongoose. When I execute code below,The first code of updating is working properly. But I get an error 'not okForStorage' at second updating query which is inserting 'bar'.I am using Node.js and MongoDB with mongoose. W