groupBy - How can I limit the number of distinct groupings returned by the groupBy action?

Réponse

You can limit the number of distinct groupings by using the 'resultLimit' parameter, which specifies the maximum number of distinct groupings to return. It accepts an integer value.
Did this answer help you?