best mongodb schema
I have a mongodb schema. I wonder if there is a better approach for this schema. question: { type: String, required: true, }, image1: { type: String, required: true, }, image2: { type: String, required: true, }, imageOneVotes: { type:…