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