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