getType()) { PropertyType::KEYWORD => new KeywordPropertyOrder($property, $direction), PropertyType::NUMBER => new NumberPropertyOrder($property, $direction), default => new BaseOrder($property, $direction), }; } }