pub async fn update(
    conn: &mut PgConnection,
    id: Uuid,
    term: &str,
    definition: &str
) -> ModelResult<()>