SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Western%' AND COUNTRY LIKE '%Chine%' AND (ORIGINALTITLE LIKE '%Anne Girouard%' OR TRANSLATEDTITLE LIKE '%Anne Girouard%' OR ACTORS LIKE '%Anne Girouard%' OR DIRECTOR LIKE '%Anne Girouard%' OR PRODUCER LIKE '%Anne Girouard%') ORDER BY DATEADD DESC, ORIGINALTITLE

Invalid Query: User 'mrlafiadb01' has exceeded the 'max_questions' resource (current value: 12148)