package models type Planet struct { Id string Size int64 // fields Name string OwnerId string }