Limit the number of responses in certain UI elements

Hi! I’ve got back end pagination in Xano set to 25 for a particular collection. This works well on “summary” pages where I display that number of items by default on the page.

Now I’m working on other sections that only display 2 or 3 “most recent items” instead of the entire 25 list. I’ve been looking up all the different formulas and can’t seem to figure out how to filter to the “most recent 3 items.”

Here’s where I’ve landed so far, but it seems to be based on the record id, not necessarily the date, etc.

Any help is super appreciated!

You can specify a column to sort by, in my case it’s “created_at” being a date.

Ah! This is perfect! Thanks so much - exactly what I needed