pub async fn count_documents( filter: impl Into<Option<Document>>, collection_name: &str, db: &Database, ) -> Result<u64, Error>