if (!_.has(secondData, key)) {
        return acc.concat({ type: 'deleted', name: key, value: firstData[key] });
      }