pub async fn query_snapshot_by_tag(
    tag: String,
    pool: &DbConnectionPool
) -> Result<Snapshot, HandleError>