Closed
Description
I don't think it ever worked, but the default value for list parameters (query params) is set to a field
with a default factory.
Instead, we probably need to have some sort of a sentinel value and, if set to that, assign the default. Or, ignore defaults for lists altogether for now, removing a feature that doesn't work is better than generating broken code I think.