Rest platform and json_attributes_path

hi all
y use a rest platform sensor with this configuration

json_attributes_path: "$.records[0].fields"
    json_attributes:
      - start_date
      - end_date
      - description

it work’s fine but how can y add records[1].fields, records[2].fields etc

I would also like to know this since the only idea I have is to create another rest sensor with a different path.