collectBodyParameters() {
    const { tree } = this.req.body;
    this.data = { tree };
  }