public related = async (pageOptions?: pageOptions): Promise<relatedResult> => {
        try {
            if (!this._related) {
                const result = await related(this.title, pageOptions?.redirect);
                this._related = result;