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