package profile type About struct { ProfilePicture string About string Achievements []Achievement } type Achievement struct { Title string Value string Enabled bool }