add: ({ key, to }) => {
      const value = getValue(to);
      return `${padding(deep)}+ ${key}: ${value}`;
    },