observation-js Documentation - v1.16.0
    Preparing search index...

    Interface BioBlitzCategoryStatistics

    Summary statistics for a BioBlitz category.

    interface BioBlitzCategoryStatistics {
        bioblitzes: number;
        observations: number;
        species: number;
        observers: number;
    }
    Index

    Properties

    bioblitzes: number

    Number of BioBlitzes in the category.

    observations: number

    Number of observations in all of the BioBlitzes in the category.

    species: number

    Number of species in all of the BioBlitzes in the category.

    observers: number

    Number of observers in all of the BioBlitzes in the category.