Change text in repeater based on the content of a field in a collection linked to Wix Events

It sounds like you will need to use .descending() on your wixData query. See if API docs here for more information about how to use that.

And to limit the amount of items returned from the query you can look at limit in the API docs

See if you can make the modifications yourself after taking a look and let me know if you are able to get it the rest of the way. Glad it’s closer!!