package models type Settings struct { OpenRegistration bool `bun:"open_registration,type:boolean" json:"open_registration" yaml:"open_registration"` }