$select->join(
DbTables::TBL_APARTMENT_IMAGES,
new Expression(
DbTables::TBL_APARTMENT_IMAGES . '.apartment_id = ' . $this->getTable() . '.id AND MIN(' .
DbTables::TBL_APARTMENT_IMAGES . '.image_order)'
),
[
'image_path',
],
Select::JOIN_LEFT
);