return items[0].json.map(item => {
  return {
    json: item
  }
});