Koha::Authority - Koha Authority Object class
$count = $self->get_usage_count;
Returns the number of linked biblio records.
my @biblios = $self->linked_biblionumbers({
[ max_results => $max ], [ offset => $offset ],
});
Returns an array of biblionumbers.