package model import "gorm.io/gorm" type CollectionItem struct { gorm.Model CollectionID uint Position uint Book Book BookID uint }