package models

type Photo struct {
	ID   uint32 `gorm:"primary_key"`
	File string
}