if (obj.type === 'deleted') {
        return `${acc}\n${indent}  - ${obj.key}: ${stringify(obj.oldValue)}`;
      }