I have a mongoose schema like this:
{ obj: { firstKey: {type: boolean}, secondKey: {type: boolean} } }
I can add and modify documents