{
    types: {
        'Subjects': {
            pluralLabel: 'Subjects'
        }
    },
    items: [
       {   type:    'Subjects', 
           label:   'solo',
           description: 'This video shows only one or two individuals'
       },
       {   type:    'Subjects',
           label:   'small group',
           description: 'This video shows a small group---often in a studio'
       },
       {   type:     'Subjects',
           label:    'open session',
           description: 'This video shows the dance being performed in an open session'
       },
       {   type:     'Subjects',
           label:    'open session with leader',
           description: 'This video shows the dance being performed in an open session, but focuses on a single leader who knows what they are doing'
       },
       {   type:     'Subjects',
           label:    'performance',
           description: 'This video shows the dance in a performance, often on stage and costumed'
       }

    ]
}