package model import "gorm.io/gorm" type Rechnung struct { gorm.Model }