Custom labels instead of numbering in RegressionTables.jl

Hi there,
currently RegressionTables.jl automatically numbers the regression models when more than one is passed to regtable (using integers). However, I dont seem to find a way to replace these integers with custom labels like for example replacing (1) => "Linear". I tried doing so through the labels Dictionary and it did not change it. Is this possible?

Thanks!