pub fn paginated_response<T: Serialize>( items: Vec<T>, total: u64, page: u32, page_size: u32, ) -> Response<Body>
创建分页响应的便捷函数