pub trait PageLimit { // Required method fn page_limit_sql(&self, offset: u64, size: u64) -> Result<String>; }
return sql