package models // ExampleModel is a placeholder for future data models // TODO: Define your data models here type ExampleModel struct { ID int `json:"id"` Name string `json:"name"` }