package ledger type AgencyHostGiftStats struct { GiftIncome int64 GiftedHostCount int64 } type AgencyHostGiftStatsQuery struct { HostUserIDs []int64 StartAtMS int64 EndAtMS int64 }