Instead of this: ``` await db.base.collection(coll).drop() ``` I want to do this: ``` await db(coll).drop() ```