pub async fn get_feedback_count_for_course(
    conn: &mut PgConnection,
    course_id: Uuid
) -> ModelResult<FeedbackCount>