/usr/local/CPAN/Bing-Search/Bing/Search/Role/Response/Total.pm


package Bing::Search::Role::Response::Total;
use Moose::Role;

has 'Total' => ( is => 'rw', isa => 'Num' );

1;