package models import "<<.Module>>/internal/database" type Item struct { database.Model Title string Description string }