return flight data not parsing in output
The return flight data is not displaying in the output. returns blank list: "ReturnFlight": [],
[ { "StartDate": "2024-09-25T12:25:00-07:00", "ReturnDate": "2024-10-05T00:00:00Z", "Price": 844, "Flight": [ { "DepAirportCode": "LAX", "DepAirportName": "Los Angeles International Airport", "DepCity": "Los Angeles", "ArrAirportName": "Hong Kong International Airport", "ArrAirportCode": "HKG", "ArrCity": "Hong Kong", "DepTime": "2024-09-25T12:25:00-07:00", "ArrTime": "2024-09-26T18:55:00+08:00", "Duration": 55800000000000, "Airplane": "Boeing 777", "FlightNumber": "CX 885", "Unknown": null, "AirlineName": "Cathay Pacific", "Legroom": "32 inches" }, { "DepAirportCode": "HKG", "DepAirportName": "Hong Kong International Airport", "DepCity": "Hong Kong", "ArrAirportName": "Narita International Airport", "ArrAirportCode": "NRT", "ArrCity": "Tokyo", "DepTime": "2024-09-27T01:20:00+08:00", "ArrTime": "2024-09-27T06:45:00+09:00", "Duration": 15900000000000, "Airplane": "Airbus A350", "FlightNumber": "CX 524", "Unknown": null, "AirlineName": "Cathay Pacific", "Legroom": "32 inches" } ], "ReturnFlight": [], "SrcAirportCode": "LAX", "DstAirportCode": "NRT", "SrcCity": "Los Angeles", "DstCity": "Tokyo", "FlightDuration": 94800000000000, "ReturnFlightDuration": 0 },