package domain // Branch-level aggregated report type BranchStats struct { BranchID int64 CompanyID int64 TotalBets int64 TotalCashIn Currency TotalCashOut Currency TotalCashBacks Currency }