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