const deleted = (data, depth) => `${'    '
  .repeat(depth - 1)}  - ${data.name}: ${stringify(data.value, depth)}`;