Ecto 3.9 dynamics in select/select_merge with selected_as

Thank you all for the new cool features introduced in Ecto 3.9. I am experimenting with dynamics in select and select_merge and couldn’t find a way to combine it with selected_as to alias the result of the select. Can someone suggest a way to achieve that?