package models type Members struct { Name string `json:"name"` Email string `json:"email"` SchoolYear int `json:"school_year"` }