export function buildHeader(attributes = {}) {
  // fill in default values where necessary
  const output = Object.assign({}, headerDefaults(), attributes);

  return removeUndefined(output)