I would like to retrieve metadata_item_id for each record in media_parts that does not match with query:sqlite> select count(*) from media_parts where extra_data not like '%deepAnalysisVersion=2%';
Since media_parts is collection of individual files iam not sure on what tables to join to get metadata_item_id
