`$collection->dropIndex(array('count.pin' => -1, '_id' => 1));` this index in particular results in: ``` [ErrorException] MongoCollection::deleteIndex(): The key needs to be either a string or an array ```