private renderForAlbum () {
    album = factory<Album>('album', {
      name: 'IV',
      cover: 'https://test/album.jpg'
    })