const data = arrayReduce(
      fields,
      (data, { value, name }) => {
        data[name] = value
        return data