export type AuthUserFields = {
  readonly username: string
  readonly email: string
  readonly password: string
  readonly scopes: readonly typeof Schema.Types.ObjectId[]