package models type Organization struct { ID int64 Username string DisplayName string CreatedAt int64 UpdatedAt int64 }