pub trait IntoOrderBy { // Required method fn into_order_by(self) -> Result<Vec<OrderByItem>, String>; }