Whenever I attempt to run an update it is appending the collection twice. For example: ``` javascript db.properties.properties.update({}, {$set: { status: "ACTIVE" }}) ``` where `properties` is the collection.