NAME

Mongol::Collection

SYNOPSIS

DESCRIPTION

ATTRIBUTES

items

my $items = $collection->entities();

Returns a list of entities.

start

my $start = $collection->start();

Pagination start index. Defaults to 0.

rows

my $rows = $collection->rows();

Returns the number of rows. Default to 10.

SEE ALSO