removed: ({ name, value }, depth) => `${'    '.repeat(depth)}  - ${name}: ${stringify(value, depth)}`,