pub trait QueryParams: Send + Sync { // Required methods fn limit(&self) -> i64; fn offset(&self) -> i64; }