command – When specifying a command as a string,
db.runCommand() transforms the
command into the form {command:1}.
Provides a helper to run specified database commands. This is the preferred method to issue
database commands, as it provides a consistent interface between
the shell and drivers.