package schema import "entgo.io/ent" type App struct { ent.Schema } func (App) Fields() []ent.Field { return []ent.Field{} }