Returns an aggregation of the last n elements within a group. The elements returned are meaningful only if in a specified sort order.
If the group contains fewer than n elements, $lastN returns all elements in the group.
Param: collection
The input array
Param: expr
The right-hand side expression value of the operator
Returns an aggregation of the last n elements within a group. The elements returned are meaningful only if in a specified sort order. If the group contains fewer than n elements, $lastN returns all elements in the group.