count method

Future count()

Implementation

Future count() {
  return this.repository.count(database: this.database);
}