package entities type Project struct { ID int Name string CustomerID int }