{
    type: 'added',
    check: (before, after, key) => !_.has(before, key),
    action: (before, after, key) => ({ value: after[key] }),
  },