It would be very helpful if you could add an overload to `Query.Select` that accepts a `IEnumerable<string>`. I have a list of columns as an IEnumerable<string> but in order to add to the select list i need to unnecessarily convert them to an array.