package model type BandData struct { BandId int HubId int HeartRate int Battery int TimeMiles int64 }