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