Is there a way to use QueryFactory and get the translation for a picklist? Like: ``` SELECT Id, Name, toLabel(ServiceType__c) FROM Time__c ```