/**
  * Get array of the lots related to products in the bundle.
  *
  * @return \Praxigento\Odoo\Data\Odoo\Inventory\Lot[]
  */
 public function getLots()
 {
     $result = parent::getLots();
     return $result;
 }