import Foundation struct GlucoseDataForStats: JSON { let date: Date var glucose: Int }