my $shelves = Koha::Virtualshelves->search(
{
biblionumber => $biblionumber,
category => 2,
public => 1,
},
join => 'virtualshelfcontents',
-