method Collection.prototype.get Collection.prototype.get(key: TKey): Task<TDoc | null, CollectionGetFailed> Fetches a single document by its key. Parameters key: TKey Return Type Task<TDoc | null, CollectionGetFailed>