🕵️♀️ Task
You can calculate the largest/latest value in a particular column within a collection with .maximum
. It returns a single value (of whatever datatype the column is).
Calculates the maximum value on a given column. The value is returned with the same data type of the column, or nil if there’s no row. See calculate for examples with options.