select('id') ->from('labels') ->where(Operator::equals(['code' => $code])) ->execute()->fetchOne(); return $labelId ?: null; } }