If we have the following JavaScript object:
var obj = {
field: {
field: {
field: {
field: {...}
}
}
}
}
how deep can MongoDB go?