pub async fn count(
    matches: &ArgMatches,
    cli: bool,
    print_warning: bool,
    unique_ids: Vec<String>,
    index_type: IndexType
) -> Result<Option<u64>>
Expand description

goat-cli count presents an identical CLI to goat-cli search but prints to the console in the CLI call here, and to the stderr in the goat-cli search call.