role(role: string | string[]): Query {
        this._.role = role;
        return this;
    }