SELECT count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Musical%' AND COUNTRY LIKE '%Argentine%' AND (ORIGINALTITLE LIKE '%Josie Trinidad%' OR TRANSLATEDTITLE LIKE '%Josie Trinidad%' OR ACTORS LIKE '%Josie Trinidad%' OR DIRECTOR LIKE '%Josie Trinidad%' OR PRODUCER LIKE '%Josie Trinidad%') ORDER BY DATEADD DESC, ORIGINALTITLE

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