Is there a way to set Alias of current model which i working with ? I am doing leftJoin and i have 2 columns same called("id") so i have to Alias current model, but using ::query() i dont see such a option...... i know i can use modelsManager but query just looks better and i dont have to get modelsManager from DI.