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

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