Bases: limit number of results

Like many other folks I am really enjoying bases. It’s a great start for adding database-like powers to Obsidian.

I think a really valuable feature would be the ability to limit the number of results displayed to the user.

Example: Let’s say I want to find the five most recently updated files within a directory and put them in an embedded Base table on another page. I could use a filter based on modified time to find the most recent tickets but that table is inflexible and would require constantly updating the filter to continue to only show a certain number of files. If I had the ability to limit the number of results displayed in a table, I could just filter all files in the directory, sort by modified time, and set the limit. The table will always stay updated with the correct data I want to see (In this case, five most recent files modified).