previous() {
        if (typeof this.responseData.previous !== 'string') {
            return Promise.resolve(this);
        }