* remove() removes all documents in collection (previously, had to explicitly pass {} selector to MM). * update() requires {multi: true} to update multiple documents. Previously we defaulted to true, now multi defaults to false.