pub async fn get_chapter_and_exercise_counts(
conn: &mut PgConnection,
course_module_id: Uuid,
) -> ModelResult<ModuleSizeCounts>pub async fn get_chapter_and_exercise_counts(
conn: &mut PgConnection,
course_module_id: Uuid,
) -> ModelResult<ModuleSizeCounts>