mongoose.Query.prototype.exec = async function (...arg: readonly any[]): Promise<any> {
  const Model = this.model
  const key = JSON.stringify({
    // eslint-disable-next-line no-underscore-dangle
    name: this._collection.collectionName,