return $id;
}
=head3 $object->count();
Returns how many objects like this are in the DB.
=cut
sub count {
my ($self) = @_;
return $self->_result()->count();
=head3 $object->_result();
Returns the internal DBIC Row object
-