SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Romance%' AND COUNTRY LIKE '%France%' AND (ORIGINALTITLE LIKE '%Sophie McShera%' OR TRANSLATEDTITLE LIKE '%Sophie McShera%' OR ACTORS LIKE '%Sophie McShera%' OR DIRECTOR LIKE '%Sophie McShera%' OR PRODUCER LIKE '%Sophie McShera%') ORDER BY DATEADD DESC, ORIGINALTITLE

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