package models import "gorm.io/gorm" type Settings struct { gorm.Model }