SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Animation%' AND COUNTRY LIKE '%allemand%' AND (ORIGINALTITLE LIKE '%Kevin Durand%' OR TRANSLATEDTITLE LIKE '%Kevin Durand%' OR ACTORS LIKE '%Kevin Durand%' OR DIRECTOR LIKE '%Kevin Durand%' OR PRODUCER LIKE '%Kevin Durand%') ORDER BY DATEADD DESC, ORIGINALTITLE

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