return try {
my $itemtypes_set = Koha::ItemTypes->new;
my $itemtypes = $c->objects->search( $itemtypes_set, { embed => $c->stash('koha.embed') } );
my $itemtypes = $c->objects->search( $itemtypes_set );
return $c->render( status => 200, openapi => $itemtypes );
} catch {
-