async fn glossary(
    pool: Data<PgPool>,
    course_id: Path<Uuid>,
) -> ControllerResult<Json<Vec<Term>>>