pub async fn get_filename(
    conn: &mut PgConnection,
    path: &str
) -> ModelResult<String>