updateOne(Ctor: typeof Model, where: where, props: props): Promise<number> {
    return Promise.resolve(0)
  }