{
    check: (data1, data2, key) => !(_.has(data2, key)),
    build: (data1, data2, key) => ({ type: 'deleted', key, value: data1[key] }),
  },