pub async fn students_by_country_totals(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<Vec<StudentsByCountryTotalsResult>>pub async fn students_by_country_totals(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<Vec<StudentsByCountryTotalsResult>>