package models type MachineUsage struct { Machine string DrawsUsed int PctOfDraws float64 FirstUsed string LastUsed string }