pub async fn get_zones_with_txn( txn: &mut SqliteConnection, lim: i64, offset: i64 ) -> Result<Vec<FileZone>, Error>