[ {
  "ID" : 13,
  "code" : "INA629",
  "price" : 5600,
  "departureDate" : "26 Feb 2021",
  "origin" : "DEL",
  "destination" : "BLR",
  "emptySeats" : 120,
  "plane" : {
    "ptype" : "Boeing 737",
    "totalSeats" : 180
  }
}, {
  "ID" : 16,
  "code" : "INA1629",
  "price" : 5200,
  "departureDate" : "26 Feb 2021",
  "origin" : "DEL",
  "destination" : "BLR",
  "emptySeats" : 95,
  "plane" : {
    "ptype" : "Boeing 737",
    "totalSeats" : 180
  }
} ]