delete: ({ key, from }) => {
      const value = getValue(from);
      return `${padding(deep)}- ${key}: ${value}`;
    },