pub async fn get_feedback_count(
    course_id: Path<Uuid>,
    pool: Data<PgPool>,
    user: AuthUser
) -> ControllerResult<Json<FeedbackCount>>
Expand description

GET /api/v0/main-frontend/courses/:id/feedback-count - Returns the amount of feedback for the given course.