totalFeatures is confusing. We are returning numberMatched information from WFS
export const gpfWfsGetFeaturesHitsOutputSchema = z.object({
result_type: z.literal("hits").describe("Indique que la réponse contient uniquement un comptage."),
totalFeatures: z.number().describe("Le nombre total d'objets correspondant à la requête."),
});
totalFeaturesis confusing. We are returningnumberMatchedinformation from WFS