unless ($item) {
return $c->render(
status => 404,
openapi => { error => "item_id not found." }
openapi => { error => "Item not found" }
);
}
else {
unless ($biblio) {
status => 400,
openapi => "Biblio not found."
openapi => { error => "Biblio not found" }
-