package model import "gorm.io/gorm" type Author struct { gorm.Model Name string Description string OpenLibraryId string }