const results = [] for (const item of items[0].json["tickets"]) { results.push({ json: item }) } return results;