pub async fn student_enrollments_by_country(
conn: &mut PgConnection,
course_id: Uuid,
granularity: TimeGranularity,
time_window: u16,
country: String,
) -> ModelResult<Vec<CountResult>>Expand description
Get student signup counts by country with specified time granularity.