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