pub async fn get_reference_by_id(
    conn: &mut PgConnection,
    reference_id: Uuid
) -> ModelResult<MaterialReference>