SourceResultCount
import type { SourceResultCount } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";Per source result count information.
interface SourceResultCount {
hasMoreResults?: boolean;
resultCountEstimate?: bigint;
resultCountExact?: bigint;
source?: Source;
}