fn sort_challenges(
    challenges: Vec<Challenge>,
    order_by: Option<OrderBy>
) -> Vec<Challenge>