You could do something like:
{
"_id": "mongoid",
.... some fields
"options": [{
"name": "Option 1",
"vote": 1
}, {
"name": "Option 2",
"vote": 100
}]
}
The option field contains an array of objects. Each object has two fields. The option name and the number of votes on this option.