SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Criminalit�%' AND COUNTRY LIKE '%Pays-Bas%' AND (ORIGINALTITLE LIKE '%Penelope Mitchell%' OR TRANSLATEDTITLE LIKE '%Penelope Mitchell%' OR ACTORS LIKE '%Penelope Mitchell%' OR DIRECTOR LIKE '%Penelope Mitchell%' OR PRODUCER LIKE '%Penelope Mitchell%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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