package db type Author struct { ID uint Name string URL string Email string Discord string // SystemAuthorsFlags SystemAuthorsFlags `json:"flags"` }