package models import "gorm.io/gorm" var ErrNotFound = gorm.ErrRecordNotFound