SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Aventures%' AND (ORIGINALTITLE LIKE '%Aaron Romano%' OR TRANSLATEDTITLE LIKE '%Aaron Romano%' OR ACTORS LIKE '%Aaron Romano%' OR DIRECTOR LIKE '%Aaron Romano%' OR PRODUCER LIKE '%Aaron Romano%') GROUP BY MEDIATYPE ORDER BY MEDIATYPE

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