const formatRemoved = ({ children, key }, deep) => {
  if (_.isEmpty(children)) {
    return `- ${key}`;
  }
  const currentDeepPadding = padding.repeat(deep);