The min/max functions currently required numbers. Being able to use these (and other) functions for dates / intervals would simplify formulas.
To get the “most recent date” of a lookup I currently use min(date_diff('day', field('Dates'), today()))
where a min(field('Dates'))
returning a date-type in min
would make this easier for other formulas.