pub async fn get_student_duration(
    conn: &mut PgConnection,
    user_id: Uuid,
    course_instance_id: Uuid
) -> ModelResult<Option<i64>>