pub async fn get_number_of_people_done_at_least_one_exercise(
    conn: &mut PgConnection
) -> ModelResult<Vec<GlobalStatEntry>>