pub fn get_top_planets_by_player_count(
    status: &Status,
    count: usize
) -> Vec<(&PlanetStatus, i64)>
Expand description

Get the top planets by player count

Arguments: status: &Status - The status to get the top planets from count: usize - The number of top planets to get