@route({
      routes: [
        { id: 'gc21', path: ['', 'gc-21'], component: GrandChildTwoOne },
        { id: 'gc22', path: 'gc-22/:id?', component: GrandChildTwoTwo },
      ],