()
| 259 | } |
| 260 | |
| 261 | func (p Project) DetailedItems() map[string]interface{} { |
| 262 | return map[string]interface{}{ |
| 263 | "items": serializeProjectWithItems(&p), |
| 264 | "totalCount": p.Items.TotalCount, |
| 265 | } |
| 266 | } |
| 267 | |
| 268 | func (p Project) ExportData(_ []string) map[string]interface{} { |
| 269 | return map[string]interface{}{ |