I have this loop 2 arrays - data and serviceCodes.
data.map((year) => year.Services.map((service) => { serviceCodes.map((code, index) => {