const exists = await this.findOneById<Pick<IPermission, '_id'>>(id, { projection: { _id: 1 } });