can I reference multiple properties of a class without class prefix.. something like with/appy for KProperty?
I have multiple lists of properties of the same class and the class keeps repeating ... like listOf(User::id, User::email, User::firstName, ...)