# Get plot counts Returns the number of plots matching the given filters. Endpoint: GET /v1/plots/counts Version: v1 Security: bearerAuth ## Query parameters: - `projectId` (string) Project ID (optional, defaults to user's 'active project') - `supplier` (string) Filters plots to those belonging to the supplier with the given satelligence ID. - `uploadId` (string) Filters plots to those ingested by the given upload. ## Response 200 fields (application/json): - `numTotal` (integer) The number of plots matching the given filters. ## Response 400 fields ## Response 401 fields ## Response 403 fields