pub async fn recent( db: &Db, limit: i64, model_filter: Option<&str>, action_filter: Option<&str>, ) -> Result<Vec<AdminAction>>
Fetch the most recent limit admin actions, newest first.
limit