Questions,Queries What is the IMDB rating of the movie Come and Get It ?,"db.movies.find({""title"": ""Come and Get It""}, { ""imdb.rating"": 1})" What is the text description of the movie The Black Cat awards?,"db.movies.find({""title"":""The Black Cat""}, {""awards.text"":1})" Was the movie Smilin' Through well received by audiences and critics?,"db.movies.find({""title"":""Smilin' Through""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the language of the film A Free Soul?,"db.movies.find({""title"":""A Free Soul""}, {""languages"":1})" "Has Miss Lulu Bett won any awards? If so, which ones?","db.movies.find({""title"":""Miss Lulu Bett"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the MPAA rating of Pandora's Box?,"db.movies.find({""title"":""Pandora's Box""}, {""rated"":1})" who stars in the movie Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""cast"": 1})" How many nominations did the movie The Life of Emile Zola receive?,"db.movies.find({""title"":""The Life of Emile Zola""}, {""awards.nominations"":1})" What is the box office revenue for the movie 'Alice Adams'?,"db.movies.find({""title"": ""Alice Adams""}, {""tomatoes.boxOffice"": 1})" How did the audience and critics receive the movie Bride of Frankenstein?,"db.movies.find({""title"":""Bride of Frankenstein""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What type of movie is She ?,"db.movies.find({""title"":""She""}, {""genres"":1})" How many reviews did the movie The Iron Horse receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Iron Horse""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" What are the countries associated with the movie Freaks ?,"db.movies.find({""title"": ""Freaks""}, {""countries"": 1})" what was the release date of the film Applause?,"db.movies.find({""title"": ""Applause""}, {""released"": 1})" who was the film The Docks of New York written by?,"db.movies.find({""title"": ""The Docks of New York""}, {""writers"": 1})" who are the actors in the film Freaks?,"db.movies.find({""title"": ""Freaks""}, {""cast"": 1})" what is the plot for The Big Trail?,"db.movies.find({""title"": ""The Big Trail""}, {""plot"": 1})" which company produced 42nd Street?,"db.movies.find({""title"":""42nd Street""}, {""tomatoes.production"":1})" "Gold Diggers of 1935, is written by who?","db.movies.find({""title"": ""Gold Diggers of 1935""}, {""writers"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie State Fair ?,"db.movies.find({""title"":""State Fair""}, {""tomatoes.viewer.meter"":1})" who wrote I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, {""writers"": 1})" who stars in the film One Hundred Men and a Girl?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""cast"": 1})" How many audience reviews have been submitted for the movie Battleship Potemkin?,"db.movies.find({ ""title"": ""Battleship Potemkin"" }, { ""tomatoes.viewer.numReviews"": 1 })" How many audience reviews have been submitted for the movie He Who Gets Slapped?,"db.movies.find({ ""title"": ""He Who Gets Slapped"" }, { ""tomatoes.viewer.numReviews"": 1 })" How many votes did the movie College receive on IMDB?,"db.movies.find({""title"": ""College""}, { ""imdb.votes"": 1})" What is the website associated with the movie Carnival in Flanders on Rotten Tomatoes?,"db.movies.find({""title"": ""Carnival in Flanders""}, {""tomatoes.website"": 1})" What is the production company of the movie Bride of Frankenstein?,"db.movies.find({""title"":""Bride of Frankenstein""}, {""tomatoes.production"":1})" what is the movie Romance description ?,"db.movies.find({""title"": ""Romance""}, {""plot"": 1})" what is the movie Cops imdb rating?,"db.movies.find({""title"": ""Cops""}, {""imdb.rating"": 1})" which person directed The Awful Truth?,"db.movies.find({""title"": ""The Awful Truth""}, {""directors"": 1})" What is the movie Scarface rating?,"db.movies.find({""title"":""Scarface""}, {""rated"":1})" What is the text representation of the awards won and nominations received by the movie Westfront 1918?,"db.movies.find({""title"": ""Westfront 1918""}, { ""awards.text"": 1})" who directed è Nous la Libertè?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""directors"": 1})" who directed the movie Blacksmith Scene?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""directors"": 1})" What is the MongoDB document ID of the movie Topaze?,"db.movies.find({""title"": ""Topaze""}, {""_id"": 1})" what is the movie Disraeli description ?,"db.movies.find({""title"": ""Disraeli""}, {""plot"": 1})" what kind of movie is Becky Sharp?,"db.movies.find({""title"": ""Becky Sharp""}, {""genres"": 1})" What is the imdbID and year of release for the movie with a title of 'Les Misèrables'?,"db.movies.find({""title"": ""Les Misèrables""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" what was the release date of The Perils of Pauline?,"db.movies.find({""title"": ""The Perils of Pauline""}, {""released"": 1})" What is the production company behind the movie Secret Agent ?,"db.movies.find({""title"": ""Secret Agent""}, {""tomatoes.production"": 1})" What is the website associated with the movie The Land Beyond the Sunset on Rotten Tomatoes?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, {""tomatoes.website"": 1})" who wrote the screenplay for the movie Zero for Conduct?,"db.movies.aggregate([ { ""$match"": { ""title"":""Zero for Conduct""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" "San Francisco, was written by who?","db.movies.find({""title"": ""San Francisco""}, {""writers"": 1})" what was the release date of the film The Green Pastures?,"db.movies.find({""title"": ""The Green Pastures""}, {""released"": 1})" What is the MongoDB document ID of the movie King Solomon's Mines?,"db.movies.find({""title"": ""King Solomon's Mines""}, {""_id"": 1})" What is the production company behind the movie The Circus ?,"db.movies.find({""title"": ""The Circus""}, {""tomatoes.production"": 1})" what is the film David Copperfield about in details?,"db.movies.find({""title"": ""David Copperfield""}, {""fullplot"": 1})" In what language was the movie Twentieth Century released?,"db.movies.find({ ""title"": ""Twentieth Century"" }, { ""languages"": 1})" "Little Women, was written by who?","db.movies.find({""title"": ""Little Women""}, {""writers"": 1})" What is the IMDb rating for The Chechahcos?,"db.movies.find({""title"": ""The Chechahcos""}, {""imdb.rating"": 1})" What languages are spoken in the movie A Damsel in Distress?,"db.movies.find({""title"":""A Damsel in Distress""}, {""languages"":1})" What are the genres this movie Gold Diggers of 1933 belongs to?,"db.movies.find({""title"":""Gold Diggers of 1933""}, {""genres"":1})" What is the name of the director and cast for the movie 'The Kid Brother'?,"db.movies.find({""title"": ""The Kid Brother""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What are the genres associated with the movie Curly Top ?,"db.movies.find({ ""title"": ""Curly Top"" }, { ""genres"": 1})" what year was the movie Metropolis released?,"db.movies.find({""title"": ""Metropolis""}, {""year"": 1})" How many comments have been posted by users on the movie The Gold Rush's page on the Mflix platform?,"db.movies.find({ ""title"": ""The Gold Rush"" }, { ""num_mflix_comments"": 1 })" What is the MPAA rating of the film The Lost Patrol?,"db.movies.find({""title"":""The Lost Patrol""}, {""rated"":1})" What are the names of all the actors who starred in the movie 'The Prisoner of Shark Island'?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""cast"": 1})" what is the film Cimarron about in details?,"db.movies.find({""title"": ""Cimarron""}, {""fullplot"": 1})" What is the language of the movie For Heaven's Sake?,"db.movies.find({""title"":""For Heaven's Sake""}, {""languages"":1})" what is the full plot for The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""fullplot"": 1})" what is the genre for the film Three Little Pigs?,"db.movies.find({""title"": ""Three Little Pigs""}, {""genres"": 1})" what is Robin Hood about?,"db.movies.find({""title"": ""Robin Hood""}, {""plot"": 1})" who directed Scarface?,"db.movies.find({""title"": ""Scarface""}, {""directors"": 1})" What is the imdbID and year of release for the movie with a title of 'Dante's Inferno'?,"db.movies.find({""title"": ""Dante's Inferno""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" What is the MPAA rating of the movie Swedenhielms Family?,"db.movies.find({""title"":""Swedenhielms Family""}, {""rated"":1})" What is the production company of The Guardsman?,"db.movies.find({""title"":""The Guardsman""}, {""tomatoes.production"":1})" What is the imdbID and genre of the movie 'Little Miss Marker'?,"db.movies.find({""title"": ""Little Miss Marker""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" what is the plot for The Blue Light?,"db.movies.find({""title"": ""The Blue Light""}, {""plot"": 1})" What are the countries associated with the movie The Hurricane ?,"db.movies.find({""title"": ""The Hurricane""}, {""countries"": 1})" Can you provide a detailed summary of the movie Elephant Boy plot?,"db.movies.find({ ""title"": ""Elephant Boy"" }, { ""fullplot"": 1})" Can you provide me with a list of Terrence Malick-directed movies with the highest ratings?,"db.movies.find({""directors"": 'Terrence Malick', ""imdb.rating"": {""$gt"": 8.5}})" What is the running time of the film Harvest?,"db.movies.find({""title"":""Harvest""}, {""runtime"":1})" How many votes did the movie The Land Beyond the Sunset receive on IMDB?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, { ""imdb.votes"": 1})" who stars in the film Payment Deferred?,"db.movies.find({""title"": ""Payment Deferred""}, {""cast"": 1})" what is the full plot for the movie Naughty Marietta?,"db.movies.find({""title"": ""Naughty Marietta""}, {""fullplot"": 1})" what is the film The Beloved Vagabond description ?,"db.movies.find({""title"": ""The Beloved Vagabond""}, {""plot"": 1})" what genre is Broken Lullaby?,"db.movies.find({""title"": ""Broken Lullaby""}, {""genres"": 1})" who stars in Man with a Movie Camera?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""cast"": 1})" How many wins did the movie Where Are My Children? receive?,"db.movies.find({""title"":""Where Are My Children?""}, {""awards.wins"":1})" When was the Tomatometer score and other Tomato-related information last updated for the movie Our Hospitality?,"db.movies.find({""title"": ""Our Hospitality""}, { ""tomatoes.lastUpdated"": 1})" who is the director that directed The Sin of Madelon Claudet?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""directors"": 1})" Who is the lead actor of the movie Little Women ?,"db.movies.find({""title"": ""Little Women""}, {""cast"":{""$slice"": 1},""title"":1})" who produced The Story of Louis Pasteur?,"db.movies.find({""title"":""The Story of Louis Pasteur""}, {""tomatoes.production"":1})" what type of film is Make Way for Tomorrow?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""genres"": 1})" what type of film is The Broadway Melody?,"db.movies.find({""title"": ""The Broadway Melody""}, {""genres"": 1})" What is the consensus among critics about the movie The Birth of a Nation?,"db.movies.find({""title"": ""The Birth of a Nation""}, { ""tomatoes.consensus"": 1})" what genre is the film Flesh and the Devil?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""genres"": 1})" Who are the actors in the movie The 39 Steps?,"db.movies.find({""title"":""The 39 Steps""}, {""cast"":1})" "Has the film L'opèra de quat'sous won any awards? If so, which ones?","db.movies.find({""title"":""L'opèra de quat'sous"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what is the plot for the movie Make Way for Tomorrow?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""plot"": 1})" What are the genres associated with the movie Regeneration ?,"db.movies.find({ ""title"": ""Regeneration"" }, { ""genres"": 1})" What are the highest-rated War movies in the database?,"db.movies.find({""genres"": ""War""}).sort({""imdb.rating"": -1}).limit(10)" What is the freshness score of the movie The Italian on Rotten Tomatoes?,"db.movies.find({""title"": ""The Italian""}, {""tomatoes.fresh"": 1})" How many awards did the movie win Grass: A Nation's Battle for Life ?,"db.movies.find({ ""title"": ""Grass: A Nation's Battle for Life"" },{ ""awards.wins"": 1 })" How many reviews have been submitted for the movie Tarzan and His Mate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Tarzan and His Mate"" },{ ""tomatoes.viewer.numReviews"": 1 })" what is The New Gulliver imdb rating?,"db.movies.find({""title"": ""The New Gulliver""}, {""imdb.rating"": 1})" How many audience reviews have been submitted for the movie Swedenhielms Family ?,"db.movies.find({ ""title"": ""Swedenhielms Family"" },{ ""tomatoes.viewer.numReviews"": 1 })" which person wrote the movie The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""writers"": 1})" What is the imdbID and genre of the movie 'The Crusades'?,"db.movies.find({""title"": ""The Crusades""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" what genre of movie is The Front Page?,"db.movies.find({""title"": ""The Front Page""}, {""genres"": 1})" what sort of movie is Three Smart Girls?,"db.movies.find({""title"": ""Three Smart Girls""}, {""genres"": 1})" Was the movie Viva Villa! well received by audiences and critics?,"db.movies.find({""title"":""Viva Villa!""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the rating of the movie The Phantom of the Opera ?,"db.movies.find({ ""title"": ""The Phantom of the Opera"" }, { ""rated"": 1})" which company produced The Thief of Bagdad?,"db.movies.find({""title"":""The Thief of Bagdad""}, {""tomatoes.production"":1})" Can you provide more information about the Rotten Tomatoes rating for the movie The Kid Brother?,"db.movies.find({""title"": ""The Kid Brother""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" how many awards did the film The Wedding Night win?,"db.movies.find({""title"":""The Wedding Night""}, {""awards.wins"":1})" "Has the film City Streets won any awards? If so, which ones?","db.movies.find({""title"":""City Streets"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the movie Moscow Laughs about? Can you provide a brief summary?,"db.movies.find({""title"":""Moscow Laughs""}, {""plot"":1})" How did the audience and critics receive From Hand to Mouth?,"db.movies.find({""title"":""From Hand to Mouth""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who is the director of A Night at the Opera?,"db.movies.find({""title"": ""A Night at the Opera""}, {""directors"": 1})" "who stars in the movie Laugh, Clown, Laugh?","db.movies.find({""title"": ""Laugh, Clown, Laugh""}, {""cast"": 1})" The Prisoner of Shark Island is a movie written by this person?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""writers"": 1})" Could you tell me the typical rating of Jacques Rivette movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Jacques Rivette""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What is the MPAA rating of the film Where Are My Children??,"db.movies.find({""title"":""Where Are My Children?""}, {""rated"":1})" "who stars in the movie Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""cast"": 1})" What is the website associated with the movie Within Our Gates on Rotten Tomatoes?,"db.movies.find({""title"": ""Within Our Gates""}, {""tomatoes.website"": 1})" what is Cops description?,"db.movies.find({""title"": ""Cops""}, {""plot"": 1})" what is the film Morocco imdb rating?,"db.movies.find({""title"": ""Morocco""}, {""imdb.rating"": 1})" What is the plot summary of the movie The Prisoner of Shark Island ?,"db.movies.find({ ""title"": ""The Prisoner of Shark Island"" }, { ""plot"": 1})" what is the film The Red Head imdb rating?,"db.movies.find({""title"": ""The Red Head""}, {""imdb.rating"": 1})" Was the movie Men Without Women well received by audiences?,"db.movies.find({""title"":""Men Without Women""}, {""tomatoes.viewer"":1})" Who are the writers of the movie Two Seconds ?,"db.movies.find({""title"": ""Two Seconds""}, { ""writers"": 1})" the director of Battling Butler was?,"db.movies.find({""title"": ""Battling Butler""}, {""directors"": 1})" who wrote the screenplay for These Three?,"db.movies.aggregate([ { ""$match"": { ""title"":""These Three""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the IMDb rating for the movie Modern Times ?,"db.movies.find({""title"":""Modern Times""}, {""imdb.rating"":1})" the movie Man of Aran starred who?,"db.movies.find({""title"": ""Man of Aran""}, {""cast"": 1})" In which countries was the movie Dodsworth produced?,"db.movies.find({""title"":""Dodsworth""}, {""countries"":1})" who acted in the movie Comradeship?,"db.movies.find({""title"": ""Comradeship""}, {""cast"": 1})" who acted in the film The Docks of New York?,"db.movies.find({""title"": ""The Docks of New York""}, {""cast"": 1})" What is the audience rating of the movie Man of Aran ?,"db.movies.find({ ""title"": ""Man of Aran"" },{ ""tomatoes.viewer.rating"": 1 })" who is the director of The Story of a Cheat?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""directors"": 1})" what is The Robber Symphony description?,"db.movies.find({""title"": ""The Robber Symphony""}, {""plot"": 1})" what is the movie Peter Pan description ?,"db.movies.find({""title"": ""Peter Pan""}, {""plot"": 1})" who is listed as director for Going Hollywood?,"db.movies.find({""title"": ""Going Hollywood""}, {""directors"": 1})" who stars in the film The Wedding March?,"db.movies.find({""title"": ""The Wedding March""}, {""cast"": 1})" Who are the starring actors/actresses in the movie Foolish Wives?,"db.movies.find({""title"":""Foolish Wives""}, {""cast"":1})" who was The Four Horsemen of the Apocalypse written by?,"db.movies.find({""title"": ""The Four Horsemen of the Apocalypse""}, {""writers"": 1})" the film Love Me Tonight starred which actors?,"db.movies.find({""title"": ""Love Me Tonight""}, {""cast"": 1})" "the film The Ace of Hearts, was written by who?","db.movies.find({""title"": ""The Ace of Hearts""}, {""writers"": 1})" What is the IMDb rating for the movie The Story of Louis Pasteur?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""imdb.rating"": 1})" What is the production company of the movie The Blood of a Poet?,"db.movies.find({""title"":""The Blood of a Poet""}, {""tomatoes.production"":1})" How many votes does the movie It Happened One Night have on IMDb?,"db.movies.find({""title"":""It Happened One Night""}, {""imdb.votes"":1})" What is the running time of Topaze?,"db.movies.find({""title"":""Topaze""}, {""runtime"":1})" Which films directed by Yasujiro Ozu have the highest ratings?,"db.movies.find({""directors"": 'Yasujiro Ozu', ""imdb.rating"": {""$gt"": 8.5}})" what type of film is Modern Times?,"db.movies.find({""title"": ""Modern Times""}, {""genres"": 1})" "the film Going Hollywood, was written by who?","db.movies.find({""title"": ""Going Hollywood""}, {""writers"": 1})" who was the writer of Harvest?,"db.movies.find({""title"": ""Harvest""}, {""writers"": 1})" who wrote Forbidden?,"db.movies.find({""title"": ""Forbidden""}, {""writers"": 1})" how many awards did the film The Ghost Goes West win?,"db.movies.find({""title"":""The Ghost Goes West""}, {""awards.wins"":1})" What is the imdbID and genre of the movie 'Der Kaiser von Kalifornien'?,"db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" Who is the lead actress of the movie Les Misèrables ?,"db.movies.find({""title"": ""Les Misèrables""}, {""cast"":{""$slice"": 1},""title"":1})" How long is the runtime of the movie The Champ ?,"db.movies.find({""title"":""The Champ""}, {""runtime"":1})" What are the genres this movie King Kong belongs to?,"db.movies.find({""title"":""King Kong""}, {""genres"":1})" the film Wild and Woolly starred which actors?,"db.movies.find({""title"": ""Wild and Woolly""}, {""cast"": 1})" who acted in the film Maria Chapdelaine?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""cast"": 1})" who's the director of Dekigokoro?,"db.movies.find({""title"": ""Dekigokoro""}, {""directors"": 1})" What is the production company of Duck Soup?,"db.movies.find({""title"":""Duck Soup""}, {""tomatoes.production"":1})" who was the writer of the movie Stage Door?,"db.movies.find({""title"": ""Stage Door""}, {""writers"": 1})" What is the language of the film Roberta?,"db.movies.find({""title"":""Roberta""}, {""languages"":1})" Can you tell me the total count of films that Coen Brothers has directed?,"db.movies.countDocuments({""directors"":""Coen Brothers""})" How many audience reviews have been submitted for the movie Carnival in Flanders?,"db.movies.find({ ""title"": ""Carnival in Flanders"" }, { ""tomatoes.viewer.numReviews"": 1 })" which company produced the film One Night of Love?,"db.movies.find({""title"":""One Night of Love""}, {""tomatoes.production"":1})" who directed the film Final Accord?,"db.movies.find({""title"": ""Final Accord""}, {""directors"": 1})" Les Misèrables is a movie written by this person?,"db.movies.find({""title"": ""Les Misèrables""}, {""writers"": 1})" what was the release year of the movie Romance?,"db.movies.find({""title"": ""Romance""}, {""year"": 1})" What is the principal film genre that Steven Spielberg focuses on in his directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Steven Spielberg"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the IMDb rating for the film Battleship Potemkin?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""imdb.rating"": 1})" who is the writer of Swedenhielms Family?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""writers"": 1})" what was the release date of I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, {""released"": 1})" What is the IMDb ID for the movie Maria Chapdelaine?,"db.movies.find({""title"":""Maria Chapdelaine""}, {""imdb.id"":1})" What is the language of Regeneration?,"db.movies.find({""title"":""Regeneration""}, {""languages"":1})" What is the IMDB rating of the movie Hallelujah ?,"db.movies.find({""title"": ""Hallelujah""}, { ""imdb.rating"": 1})" How long is the runtime of the movie Black Legion ?,"db.movies.find({""title"":""Black Legion""}, {""runtime"":1})" "the film Mutiny on the Bounty, was written by who?","db.movies.find({""title"": ""Mutiny on the Bounty""}, {""writers"": 1})" What is the ID of the movie The Scarlet Empress on IMDB?,"db.movies.find({""title"": ""The Scarlet Empress""}, {""imdb.id"": 1})" Can you tell me which film genres Sergei Eisenstein has directed?,"db.movies.distinct(""genres"", { ""directors"": ""Sergei Eisenstein"" })" what is the plot for the movie Greed?,"db.movies.find({""title"": ""Greed""}, {""plot"": 1})" who is the director that directed La Grande Illusion?,"db.movies.find({""title"": ""La Grande Illusion""}, {""directors"": 1})" what was the release date of the movie The Ace of Hearts?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""released"": 1})" the director of It Happened One Night was?,"db.movies.find({""title"": ""It Happened One Night""}, {""directors"": 1})" Can you provide a longer version of the movie He Who Gets Slapped plot?,"db.movies.find({""title"":""He Who Gets Slapped""}, {""fullplot"":1})" what is the genre for the movie Flash Gordon?,"db.movies.find({""title"": ""Flash Gordon""}, {""genres"": 1})" what is the full plot for the film The Garden of Allah?,"db.movies.find({""title"": ""The Garden of Allah""}, {""fullplot"": 1})" What is the viewer rating for the movie Final Accord on Rotten Tomatoes?,"db.movies.find({""title"":""Final Accord""}, {""tomatoes.viewer.rating"":1})" What is the full plot summary of the movie The Wind ?,"db.movies.find({""title"": ""The Wind""}, {""plot"": 1})" What is the text description of the movie Curly Top awards?,"db.movies.find({""title"":""Curly Top""}, {""awards.text"":1})" what sort of movie is The Count of Monte Cristo?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""genres"": 1})" who is the director for Follow the Fleet?,"db.movies.find({""title"": ""Follow the Fleet""}, {""directors"": 1})" What type of movie is The Prisoner of Shark Island ?,"db.movies.find({""title"":""The Prisoner of Shark Island""}, {""genres"":1})" How many comments have been posted by users on the movie The 3 Penny Opera's page on the Mflix platform?,"db.movies.find({ ""title"": ""The 3 Penny Opera"" }, { ""num_mflix_comments"": 1 })" Who are the main actors in Beau Geste ?,"db.movies.find({ ""title"": ""Beau Geste"" }, { ""cast"": 1})" The Informer is a film written by this person?,"db.movies.find({""title"": ""The Informer""}, {""writers"": 1})" What are the genres associated with the movie The Thief of Bagdad ?,"db.movies.find({ ""title"": ""The Thief of Bagdad"" }, { ""genres"": 1})" how many awards did the film Queen Christina win?,"db.movies.find({""title"":""Queen Christina""}, {""awards.wins"":1})" What is the IMDb rating for the movie Queen Christina?,"db.movies.find({""title"": ""Queen Christina""}, {""imdb.rating"": 1})" What is the critical reception of the movie Nanook of the North?,"db.movies.find({""title"":""Nanook of the North""}, {""tomatoes.critic"":1})" How did the audience and critics receive The Ace of Hearts?,"db.movies.find({""title"":""The Ace of Hearts""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" which person wrote the film The Count of Monte Cristo?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""writers"": 1})" who produced the movie The Jazz Singer?,"db.movies.find({""title"":""The Jazz Singer""}, {""tomatoes.production"":1})" In what year was the movie The Son of the Sheik released?,"db.movies.find({""title"":""The Son of the Sheik""}, {""year"":1})" What are the names of all the actors who starred in the movie 'He Who Gets Slapped'?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""cast"": 1})" what was the release year of the movie The Docks of New York?,"db.movies.find({""title"": ""The Docks of New York""}, {""year"": 1})" what kind of film is The Thin Man?,"db.movies.find({""title"": ""The Thin Man""}, {""genres"": 1})" What is the running time of Broken Lullaby?,"db.movies.find({""title"":""Broken Lullaby""}, {""runtime"":1})" the movie A Free Soul starred who?,"db.movies.find({""title"": ""A Free Soul""}, {""cast"": 1})" who is the director for The Wind?,"db.movies.find({""title"": ""The Wind""}, {""directors"": 1})" What is the box office revenue of the movie Romance in dollars?,"db.movies.find({""title"": ""Romance""}, {""tomatoes.boxOffice"": 1})" what was the release year of It's a Gift?,"db.movies.find({""title"": ""It's a Gift""}, {""year"": 1})" who are the actors in the movie Hallelujah?,"db.movies.find({""title"": ""Hallelujah""}, {""cast"": 1})" Which actor has the most frequent appearances in Tim Burton's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Tim Burton"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what was the release year of the film Broken Lullaby?,"db.movies.find({""title"": ""Broken Lullaby""}, {""year"": 1})" What are the most critically acclaimed movies directed by Michelangelo Antonioni?,"db.movies.find({""directors"": 'Michelangelo Antonioni', ""imdb.rating"": {""$gt"": 8.5}})" who was the writer of the film The Crowd?,"db.movies.find({""title"": ""The Crowd""}, {""writers"": 1})" What is the full plot summary of the movie Harvest ?,"db.movies.find({""title"": ""Harvest""}, {""plot"": 1})" what is the movie Night Must Fall about in details?,"db.movies.find({""title"": ""Night Must Fall""}, {""fullplot"": 1})" what kind of movie is The Docks of New York?,"db.movies.find({""title"": ""The Docks of New York""}, {""genres"": 1})" Can you provide a detailed summary of the movie The Invisible Ray plot?,"db.movies.find({ ""title"": ""The Invisible Ray"" }, { ""fullplot"": 1})" who was the film The Navigator written by?,"db.movies.find({""title"": ""The Navigator""}, {""writers"": 1})" What is the imdbID and genre of the movie 'Swedenhielms Family'?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" "Our Hospitality, was written by who?","db.movies.find({""title"": ""Our Hospitality""}, {""writers"": 1})" who are the actors in Toni?,"db.movies.find({""title"": ""Toni""}, {""cast"": 1})" who acted in the film Who Killed Cock Robin??,"db.movies.find({""title"": ""Who Killed Cock Robin?""}, {""cast"": 1})" What is the most common genre of movies that David Fincher directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""David Fincher"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who wrote the screenplay for the movie Scarface?,"db.movies.aggregate([ { ""$match"": { ""title"":""Scarface""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who produced the movie Trouble in Paradise?,"db.movies.find({""title"":""Trouble in Paradise""}, {""tomatoes.production"":1})" Can you provide a longer version of the movie Hallelujah plot?,"db.movies.find({""title"":""Hallelujah""}, {""fullplot"":1})" Can you give me a brief summary of the movie State Fair plot?,"db.movies.find({""title"":""State Fair""}, {""plot"":1})" "How long, in total, are all the movies that Tim Burton has directed?","db.movies.aggregate([{ ""$match"": { ""directors"": ""Tim Burton"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the rating of the movie The Band Concert according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Band Concert""}, {""tomatoes.viewer.rating"": 1})" How did the audience and critics receive The Chechahcos?,"db.movies.find({""title"":""The Chechahcos""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who was the writer of the movie Come and Get It?,"db.movies.find({""title"": ""Come and Get It""}, {""writers"": 1})" How many votes does the movie Three Ages have on IMDb?,"db.movies.find({""title"":""Three Ages""}, {""imdb.votes"":1})" what is the full plot for The Son of Kong?,"db.movies.find({""title"": ""The Son of Kong""}, {""fullplot"": 1})" "Has the movie The Cameraman won any awards? If so, which ones?","db.movies.find({""title"":""The Cameraman"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what is the genre for the film In Old Arizona?,"db.movies.find({""title"": ""In Old Arizona""}, {""genres"": 1})" What is the movie The Man Who Could Work Miracles rating?,"db.movies.find({""title"":""The Man Who Could Work Miracles""}, {""rated"":1})" What is the production company of the movie The Prisoner of Zenda?,"db.movies.find({""title"":""The Prisoner of Zenda""}, {""tomatoes.production"":1})" how many awards did The Thief of Bagdad win?,"db.movies.find({""title"":""The Thief of Bagdad""}, {""awards.wins"":1})" the film The Divorcee starred which actors?,"db.movies.find({""title"": ""The Divorcee""}, {""cast"": 1})" How does the movie Love Me Tonight rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Love Me Tonight"" },{ ""tomatoes.critic.meter"": 1 })" What are the genres associated with the movie Night Must Fall ?,"db.movies.find({ ""title"": ""Night Must Fall"" }, { ""genres"": 1})" Who are the starring actors/actresses in the movie Children in the Wind?,"db.movies.find({""title"":""Children in the Wind""}, {""cast"":1})" What was the release date for the movie Toni?,"db.movies.find({""title"":""Toni""}, {""released"":1})" How many wins did the movie Gertie the Dinosaur receive?,"db.movies.find({""title"":""Gertie the Dinosaur""}, {""awards.wins"":1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Follow the Fleet""}, { ""tomatoes.production"": 1})" who is the director that directed Queen Kelly?,"db.movies.find({""title"": ""Queen Kelly""}, {""directors"": 1})" How many reviews have been submitted for the movie Metropolis on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Metropolis"" },{ ""tomatoes.viewer.numReviews"": 1 })" which person wrote the movie The 39 Steps?,"db.movies.find({""title"": ""The 39 Steps""}, {""writers"": 1})" who is the director that directed The Emperor Jones?,"db.movies.find({""title"": ""The Emperor Jones""}, {""directors"": 1})" Which movie genres did Yasujiro Ozu direct?,"db.movies.distinct(""genres"", { ""directors"": ""Yasujiro Ozu"" })" Could you inform me of the movies that Steven Spielberg directed?,"db.movies.find({""directors"": ""Steven Spielberg""},{""title"":1})" how many awards did the film The Ace of Hearts win?,"db.movies.find({""title"":""The Ace of Hearts""}, {""awards.wins"":1})" What is the ID of the movie Captains Courageous on IMDB?,"db.movies.find({""title"": ""Captains Courageous""}, {""imdb.id"": 1})" what was the genre of the film A Star Is Born?,"db.movies.find({""title"": ""A Star Is Born""}, {""genres"": 1})" who acted in the film Rembrandt?,"db.movies.find({""title"": ""Rembrandt""}, {""cast"": 1})" What is the total number of films that Stanley Kubrick has directed up to now?,"db.movies.countDocuments({""directors"":""Stanley Kubrick""})" what is the movie Snow White and the Seven Dwarfs about?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""plot"": 1})" who's the director of Mr. Deeds Goes to Town?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""directors"": 1})" In what language was the movie Go West released?,"db.movies.find({ ""title"": ""Go West"" }, { ""languages"": 1})" What is the typical rating for all Akira Kurosawa movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Akira Kurosawa""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" Can you provide more information about the Rotten Tomatoes rating for the movie Ella Cinders?,"db.movies.find({""title"": ""Ella Cinders""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" what is the plot for the film The Black Cat?,"db.movies.find({""title"": ""The Black Cat""}, {""plot"": 1})" What is the movie Snow White and the Seven Dwarfs about? Can you provide a brief summary?,"db.movies.find({""title"":""Snow White and the Seven Dwarfs""}, {""plot"":1})" what is the movie In Old Arizona description ?,"db.movies.find({""title"": ""In Old Arizona""}, {""plot"": 1})" How did the audience and critics receive Chapayev?,"db.movies.find({""title"":""Chapayev""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" In what year was the movie The Lives of a Bengal Lancer released?,"db.movies.find({""title"":""The Lives of a Bengal Lancer""}, {""year"":1})" What is the imdbID and genre of the movie 'Les Misèrables'?,"db.movies.find({""title"": ""Les Misèrables""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" What are the genres associated with the movie State Fair ?,"db.movies.find({ ""title"": ""State Fair"" }, { ""genres"": 1})" what was the release date of the film Folies Bergère de Paris?,"db.movies.find({""title"": ""Folies Bergère de Paris""}, {""released"": 1})" which actor appeared in most of the movies directed by Pedro Almodovar?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Pedro Almodovar"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What are the genres this movie The Cheat belongs to?,"db.movies.find({""title"":""The Cheat""}, {""genres"":1})" Who is the lead actress of the movie Three Little Pigs ?,"db.movies.find({""title"": ""Three Little Pigs""}, {""cast"":{""$slice"": 1},""title"":1})" What is the consensus among critics about the movie Westfront 1918 ?,"db.movies.find({""title"": ""Westfront 1918""}, {""tomatoes.consensus"": 1})" who was the writer of the film Swing Time?,"db.movies.find({""title"": ""Swing Time""}, {""writers"": 1})" what sort of film is Becky Sharp?,"db.movies.find({""title"": ""Becky Sharp""}, {""genres"": 1})" what year was Nosferatu released?,"db.movies.find({""title"": ""Nosferatu""}, {""year"": 1})" What is the name of the director and cast for the movie 'Secret Agent'?,"db.movies.find({""title"": ""Secret Agent""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the MPAA rating of the movie Wife! Be Like a Rose!?,"db.movies.find({""title"":""Wife! Be Like a Rose!""}, {""rated"":1})" Who is the lead actress of the movie Pandora's Box ?,"db.movies.find({""title"": ""Pandora's Box""}, {""cast"":{""$slice"": 1},""title"":1})" What is the running time of the film The Gilded Lily?,"db.movies.find({""title"":""The Gilded Lily""}, {""runtime"":1})" What is the viewer rating for the movie Beau Geste on Rotten Tomatoes?,"db.movies.find({""title"":""Beau Geste""}, {""tomatoes.viewer.rating"":1})" What is the MPAA rating of the movie Pèpè le Moko?,"db.movies.find({""title"":""Pèpè le Moko""}, {""rated"":1})" What was the release date for the movie Popeye the Sailor Meets Sindbad the Sailor?,"db.movies.find({""title"":""Popeye the Sailor Meets Sindbad the Sailor""}, {""released"":1})" What is the Rotten Tomatoes meter rating for the movie Theodora Goes Wild ?,"db.movies.find({""title"":""Theodora Goes Wild""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" who produced A Day in the Country?,"db.movies.find({""title"":""A Day in the Country""}, {""tomatoes.production"":1})" What is the IMDb ID for the movie The Italian?,"db.movies.find({""title"":""The Italian""}, {""imdb.id"":1})" How did the audience and critics receive the movie Curly Top?,"db.movies.find({""title"":""Curly Top""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the box office revenue for the movie 'The Mummy'?,"db.movies.find({""title"": ""The Mummy""}, {""tomatoes.boxOffice"": 1})" How does the movie Anthony Adverse rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Anthony Adverse"" },{ ""tomatoes.critic.meter"": 1 })" What movie directed by Gus Van Sant has the best Rotten Tomatoes score?,"db.movies.find({""directors"": ""Gus Van Sant"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" what is Eskimo about in details?,"db.movies.find({""title"": ""Eskimo""}, {""fullplot"": 1})" What is the freshness score of the movie Daughter of Shanghai on Rotten Tomatoes?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""tomatoes.fresh"": 1})" who directed the film The Song of Night?,"db.movies.find({""title"": ""The Song of Night""}, {""directors"": 1})" What is the rating of the movie Mayerling ?,"db.movies.find({ ""title"": ""Mayerling"" }, { ""rated"": 1})" What is the rating of the movie Anthony Adverse on IMDb?,"db.movies.find({""title"":""Anthony Adverse""}, {""imdb.rating"":1})" What is the production company of the movie A Farewell to Arms?,"db.movies.find({""title"":""A Farewell to Arms""}, {""tomatoes.production"":1})" who is the writer of The Lower Depths?,"db.movies.find({""title"": ""The Lower Depths""}, {""writers"": 1})" who is the writer of the film The Land Beyond the Sunset?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, {""writers"": 1})" What is the Rotten Tomatoes meter rating for the movie The Beloved Vagabond ?,"db.movies.find({""title"":""The Beloved Vagabond""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" which person wrote the movie A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""writers"": 1})" What is the chief film category that Quentin Tarantino's directed movies are classified under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Quentin Tarantino"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who stars in the movie Peter Pan?,"db.movies.find({""title"": ""Peter Pan""}, {""cast"": 1})" what type of movie is The Thin Man?,"db.movies.find({""title"": ""The Thin Man""}, {""genres"": 1})" what is The Ghost Goes West about in details?,"db.movies.find({""title"": ""The Ghost Goes West""}, {""fullplot"": 1})" How many reviews have been submitted by critics for the movie The Edge of the World ?,"db.movies.find({""title"": ""The Edge of the World""}, {""tomatoes.critic.numReviews"": 1})" What is the movie Scrooge rating?,"db.movies.find({""title"":""Scrooge""}, {""rated"":1})" which person directed The Gay Divorcee?,"db.movies.find({""title"": ""The Gay Divorcee""}, {""directors"": 1})" What is the text representation of the awards won and nominations received by the movie Final Accord?,"db.movies.find({""title"": ""Final Accord""}, { ""awards.text"": 1})" what was the release date of the film Queen Christina?,"db.movies.find({""title"": ""Queen Christina""}, {""released"": 1})" What is the MongoDB document ID of the movie Cavalcade?,"db.movies.find({""title"": ""Cavalcade""}, {""_id"": 1})" what is the genre for the film The Lower Depths?,"db.movies.find({""title"": ""The Lower Depths""}, {""genres"": 1})" How long is the runtime of the movie The Immigrant ?,"db.movies.find({""title"":""The Immigrant""}, {""runtime"":1})" what was the genre of the film It Happened One Night?,"db.movies.find({""title"": ""It Happened One Night""}, {""genres"": 1})" "Has the film The Crowd Roars won any awards? If so, which ones?","db.movies.find({""title"":""The Crowd Roars"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what genre is the film The Barretts of Wimpole Street?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""genres"": 1})" who is the writer of Storm Over Asia?,"db.movies.find({""title"": ""Storm Over Asia""}, {""writers"": 1})" Which actor has the highest count of appearances in Louis Malle's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Louis Malle"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the added duration of all movies directed by Satyajit Ray?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Satyajit Ray"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the box office revenue for the movie 'The Broadway Melody'?,"db.movies.find({""title"": ""The Broadway Melody""}, {""tomatoes.boxOffice"": 1})" What is the full plot summary of the movie Trouble in Paradise ?,"db.movies.find({""title"": ""Trouble in Paradise""}, {""plot"": 1})" Who are the actors that appear in the movie Tol'able David ?,"db.movies.find({ ""title"": ""Tol'able David"" },{ ""cast"": 1 })" Can you provide more information about the IMDb rating for the movie The Man Who Knew Too Much ?,"db.movies.find({""title"":""The Man Who Knew Too Much""}, {""imdb"":1})" what kind of movie is Now or Never?,"db.movies.find({""title"": ""Now or Never""}, {""genres"": 1})" What is the language of Come and Get It?,"db.movies.find({""title"":""Come and Get It""}, {""languages"":1})" who starred in the film Wild Oranges?,"db.movies.find({""title"": ""Wild Oranges""}, {""cast"": 1})" who are the actors in the movie Cavalcade?,"db.movies.find({""title"": ""Cavalcade""}, {""cast"": 1})" When was the movie The Ghost Goes West released?,"db.movies.find({""title"":""The Ghost Goes West""}, {""released"":1})" How many audience reviews have been submitted for the movie Dante's Inferno ?,"db.movies.find({ ""title"": ""Dante's Inferno"" },{ ""tomatoes.viewer.numReviews"": 1 })" what is the movie Cops about?,"db.movies.find({""title"": ""Cops""}, {""plot"": 1})" Which cinematic genres were directed by Eric Rohmer?,"db.movies.distinct(""genres"", { ""directors"": ""Eric Rohmer"" })" what was the release date of the movie Gold Diggers of 1935?,"db.movies.find({""title"": ""Gold Diggers of 1935""}, {""released"": 1})" How many award nominations did the movie receive The Cameraman ?,"db.movies.find({ ""title"": ""The Cameraman"" },{ ""awards.nominations"": 1 })" Can you provide more information about the Rotten Tomatoes rating for the movie The Son of Kong?,"db.movies.find({""title"": ""The Son of Kong""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" What is the sum of the runtimes of all the films directed by David Lynch?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""David Lynch"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the overall length of all movies that Wes Anderson has directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Wes Anderson"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" who wrote the film The Story of a Cheat?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""writers"": 1})" What is the Tomatometer score of the movie Alice Adams ?,"db.movies.find({ ""title"": ""Alice Adams"" },{ ""tomatoes.critic.meter"": 1 })" who are the actors in the film Go West?,"db.movies.find({""title"": ""Go West""}, {""cast"": 1})" who was the movie The Black Cat written by?,"db.movies.find({""title"": ""The Black Cat""}, {""writers"": 1})" How did the audience and critics receive the movie Becky Sharp?,"db.movies.find({""title"":""Becky Sharp""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what year was The General released?,"db.movies.find({""title"": ""The General""}, {""year"": 1})" what was the genre of Duck Soup?,"db.movies.find({""title"": ""Duck Soup""}, {""genres"": 1})" In what year was the movie Les vampires released?,"db.movies.find({""title"":""Les vampires""}, {""year"":1})" what was the genre of The Last of the Mohicans?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""genres"": 1})" "Can you provide more information about the Rotten Tomatoes rating for the movie Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" who is listed as director for Civilization?,"db.movies.find({""title"": ""Civilization""}, {""directors"": 1})" How many movies by Orson Welles were released in each year?,"db.movies.aggregate([{ $match: { ""directors"": ""Orson Welles"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" Can you provide more information about the languages spoken in the movie Intolerance: Love's Struggle Throughout the Ages ?,"db.movies.find({""title"":""Intolerance: Love's Struggle Throughout the Ages""}, {""languages"":1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Grass: A Nation's Battle for Life ?,"db.movies.find({""title"":""Grass: A Nation's Battle for Life""}, {""tomatoes.viewer.meter"":1})" what is the plot for the film The General?,"db.movies.find({""title"": ""The General""}, {""plot"": 1})" "the film She, was written by who?","db.movies.find({""title"": ""She""}, {""writers"": 1})" What is the viewer rating for the movie The Lost Patrol on Rotten Tomatoes?,"db.movies.find({""title"":""The Lost Patrol""}, {""tomatoes.viewer.rating"":1})" How many awards did the movie win The Charge of the Light Brigade ?,"db.movies.find({ ""title"": ""The Charge of the Light Brigade"" },{ ""awards.wins"": 1 })" Who is the lead actor of the movie The Son of Kong ?,"db.movies.find({""title"": ""The Son of Kong""}, {""cast"":{""$slice"": 1},""title"":1})" who is the writer of The Story of a Cheat?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""writers"": 1})" What is the IMDb rating for the movie The Son of the Sheik?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""imdb.rating"": 1})" can you describe the plot of Movie Crazy?,"db.movies.find({""title"": ""Movie Crazy""}, {""plot"": 1})" what is Little Women about in details?,"db.movies.find({""title"": ""Little Women""}, {""fullplot"": 1})" What is the language of the film Black Legion?,"db.movies.find({""title"":""Black Legion""}, {""languages"":1})" What is the production company of The Barretts of Wimpole Street?,"db.movies.find({""title"":""The Barretts of Wimpole Street""}, {""tomatoes.production"":1})" How many award nominations did the movie receive Tarzan and His Mate ?,"db.movies.find({ ""title"": ""Tarzan and His Mate"" },{ ""awards.nominations"": 1 })" which person wrote the film Queen Kelly?,"db.movies.find({""title"": ""Queen Kelly""}, {""writers"": 1})" How many reviews have been submitted for the movie Battleship Potemkin on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Battleship Potemkin"" },{ ""tomatoes.viewer.numReviews"": 1 })" who stars in the movie Duck Soup?,"db.movies.find({""title"": ""Duck Soup""}, {""cast"": 1})" the film Foolish Wives starred who?,"db.movies.find({""title"": ""Foolish Wives""}, {""cast"": 1})" How many reviews did the movie The 3 Penny Opera receive on Rotten Tomatoes?,"db.movies.find({""title"":""The 3 Penny Opera""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" How did the audience and critics receive A Midsummer Night's Dream?,"db.movies.find({""title"":""A Midsummer Night's Dream""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is The Private Life of Henry VIII. about?,"db.movies.find({""title"": ""The Private Life of Henry VIII.""}, {""plot"": 1})" What is the rating of the movie A Woman of Paris: A Drama of Fate on IMDb?,"db.movies.find({""title"":""A Woman of Paris: A Drama of Fate""}, {""imdb.rating"":1})" the movie Broadway Melody of 1936 starred which actors?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""cast"": 1})" what is the full plot for Within Our Gates?,"db.movies.find({""title"": ""Within Our Gates""}, {""fullplot"": 1})" How does the movie Little Women rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Little Women"" },{ ""tomatoes.critic.meter"": 1 })" who's the director of China Seas?,"db.movies.find({""title"": ""China Seas""}, {""directors"": 1})" who was the film Westfront 1918 written by?,"db.movies.find({""title"": ""Westfront 1918""}, {""writers"": 1})" what was the genre of the film Rembrandt?,"db.movies.find({""title"": ""Rembrandt""}, {""genres"": 1})" Has the movie Go West won any awards?,"db.movies.find({""title"":""Go West""}, {""awards.wins"":1})" How many nominations did the movie Our Hospitality receive?,"db.movies.find({""title"":""Our Hospitality""}, {""awards.nominations"":1})" What is the Tomatometer score of the movie Robin Hood ?,"db.movies.find({ ""title"": ""Robin Hood"" },{ ""tomatoes.critic.meter"": 1 })" who wrote the screenplay for Payment Deferred?,"db.movies.aggregate([ { ""$match"": { ""title"":""Payment Deferred""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Was the movie Ben-Hur: A Tale of the Christ well received by audiences?,"db.movies.find({""title"":""Ben-Hur: A Tale of the Christ""}, {""tomatoes.viewer"":1})" What is the IMDb rating for the film Shall We Dance?,"db.movies.find({""title"": ""Shall We Dance""}, {""imdb.rating"": 1})" What is the IMDb ID for the movie It?,"db.movies.find({""title"":""It""}, {""imdb.id"":1})" What is the consensus among critics about the movie The Hurricane ?,"db.movies.find({""title"": ""The Hurricane""}, {""tomatoes.consensus"": 1})" "the movie Modern Times, was written by who?","db.movies.find({""title"": ""Modern Times""}, {""writers"": 1})" what type of film is The Music Box?,"db.movies.find({""title"": ""The Music Box""}, {""genres"": 1})" What is the production company behind the movie China Seas ?,"db.movies.find({""title"": ""China Seas""}, {""tomatoes.production"": 1})" What is the running time of the film Scrooge?,"db.movies.find({""title"":""Scrooge""}, {""runtime"":1})" what is the movie Viva Villa! about in details?,"db.movies.find({""title"": ""Viva Villa!""}, {""fullplot"": 1})" what is the movie Napoleon description ?,"db.movies.find({""title"": ""Napoleon""}, {""plot"": 1})" what genre is the film The Man Who Knew Too Much?,"db.movies.find({""title"": ""The Man Who Knew Too Much""}, {""genres"": 1})" what genre of movie is Marked Woman?,"db.movies.find({""title"": ""Marked Woman""}, {""genres"": 1})" who was Bride of Frankenstein written by?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""writers"": 1})" What is the language of the movie The Fall of the House of Usher?,"db.movies.find({""title"":""The Fall of the House of Usher""}, {""languages"":1})" What is the Metacritic score of the movie Storm Over Asia ?,"db.movies.find({ ""title"": ""Storm Over Asia"" }, { ""metacritic"": 1})" who acted in the movie Going Hollywood?,"db.movies.find({""title"": ""Going Hollywood""}, {""cast"": 1})" what is the plot for the film The Guardsman?,"db.movies.find({""title"": ""The Guardsman""}, {""plot"": 1})" What is the MPAA rating of the movie Death Takes a Holiday?,"db.movies.find({""title"":""Death Takes a Holiday""}, {""rated"":1})" In which countries was the movie Dracula produced?,"db.movies.find({""title"":""Dracula""}, {""countries"":1})" What is the MongoDB document ID of the movie The Freshman?,"db.movies.find({""title"": ""The Freshman""}, {""_id"": 1})" who wrote the film Go West?,"db.movies.find({""title"": ""Go West""}, {""writers"": 1})" who are the actors in In Old Arizona?,"db.movies.find({""title"": ""In Old Arizona""}, {""cast"": 1})" How did the audience and critics receive the film The New Gulliver?,"db.movies.find({""title"":""The New Gulliver""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" which person wrote the film Fury?,"db.movies.find({""title"": ""Fury""}, {""writers"": 1})" what was the genre of the film Make Way for Tomorrow?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""genres"": 1})" who was the writer of the film Children in the Wind?,"db.movies.find({""title"": ""Children in the Wind""}, {""writers"": 1})" how many awards did the movie Sanders of the River win?,"db.movies.find({""title"":""Sanders of the River""}, {""awards.wins"":1})" What languages are spoken in the movie The Man Who Knew Too Much?,"db.movies.find({""title"":""The Man Who Knew Too Much""}, {""languages"":1})" What is the percentage of positive reviews among critics for the movie Pandora's Box ?,"db.movies.find({ ""title"": ""Pandora's Box"" },{ ""tomatoes.critic.meter"": 1 })" what is the film The Wind about?,"db.movies.find({""title"": ""The Wind""}, {""plot"": 1})" who acted in the movie Maria Chapdelaine?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""cast"": 1})" How many reviews did the movie Three Smart Girls receive on Rotten Tomatoes?,"db.movies.find({""title"":""Three Smart Girls""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" what was the release year of Cimarron?,"db.movies.find({""title"": ""Cimarron""}, {""year"": 1})" What is the Rotten Tomatoes rating for Roberto Rossellini's highest-rated movie?,"db.movies.find({""directors"": ""Roberto Rossellini"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" "Has Captains Courageous won any awards? If so, which ones?","db.movies.find({""title"":""Captains Courageous"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who was the writer of the film Who Killed Cock Robin??,"db.movies.find({""title"": ""Who Killed Cock Robin?""}, {""writers"": 1})" who stars in the film The Son of the Sheik?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""cast"": 1})" What is the quantity of movies that Luchino Visconti has directed?,"db.movies.countDocuments({""directors"":""Luchino Visconti""})" She Done Him Wrong was directed by who?,"db.movies.find({""title"": ""She Done Him Wrong""}, {""directors"": 1})" who was the writer of the film Seven Chances?,"db.movies.find({""title"": ""Seven Chances""}, {""writers"": 1})" who stars in Marked Woman?,"db.movies.find({""title"": ""Marked Woman""}, {""cast"": 1})" how many awards did the movie The Robber Symphony win?,"db.movies.find({""title"":""The Robber Symphony""}, {""awards.wins"":1})" who was the writer of the film The Hurricane?,"db.movies.find({""title"": ""The Hurricane""}, {""writers"": 1})" What is the IMDb rating for Shanghai Express?,"db.movies.find({""title"": ""Shanghai Express""}, {""imdb.rating"": 1})" What is the running time of The Great Train Robbery?,"db.movies.find({""title"":""The Great Train Robbery""}, {""runtime"":1})" Who are the actors in the movie Frankenstein?,"db.movies.find({""title"":""Frankenstein""}, {""cast"":1})" What is the language of the film Going Hollywood?,"db.movies.find({""title"":""Going Hollywood""}, {""languages"":1})" what's the main genre of the movies directed by David Fincher ?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""David Fincher"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" which person directed Battleship Potemkin?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""directors"": 1})" What is the language of The Prisoner of Shark Island?,"db.movies.find({""title"":""The Prisoner of Shark Island""}, {""languages"":1})" What is the box office revenue for the movie 'Wild Oranges'?,"db.movies.find({""title"": ""Wild Oranges""}, {""tomatoes.boxOffice"": 1})" What is the IMDB rating of the movie Three Ages ?,"db.movies.find({""title"": ""Three Ages""}, { ""imdb.rating"": 1})" what is Show People imdb rating?,"db.movies.find({""title"": ""Show People""}, {""imdb.rating"": 1})" who acted in the film Queen Kelly?,"db.movies.find({""title"": ""Queen Kelly""}, {""cast"": 1})" the movie The Blue Light starred which actors?,"db.movies.find({""title"": ""The Blue Light""}, {""cast"": 1})" When was the movie One Hundred Men and a Girl released in theaters?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""released"": 1})" Who is the lead actor of the movie Wife! Be Like a Rose! ?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""cast"":{""$slice"": 1},""title"":1})" How many audience reviews have been submitted for the movie Follow the Fleet?,"db.movies.find({ ""title"": ""Follow the Fleet"" }, { ""tomatoes.viewer.numReviews"": 1 })" What is the audience rating of the movie In the Land of the Head Hunters ?,"db.movies.find({ ""title"": ""In the Land of the Head Hunters"" },{ ""tomatoes.viewer.rating"": 1 })" what sort of movie is Mutiny on the Bounty?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""genres"": 1})" who was Rembrandt directed by?,"db.movies.find({""title"": ""Rembrandt""}, {""directors"": 1})" What is the Rotten Tomatoes meter rating for the movie Tabu: A Story of the South Seas ?,"db.movies.find({""title"":""Tabu: A Story of the South Seas""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" who's the director of A Night at the Opera?,"db.movies.find({""title"": ""A Night at the Opera""}, {""directors"": 1})" what type of movie is The Jazz Singer?,"db.movies.find({""title"": ""The Jazz Singer""}, {""genres"": 1})" who wrote Foolish Wives?,"db.movies.find({""title"": ""Foolish Wives""}, {""writers"": 1})" How many wins did the movie L'opèra de quat'sous receive?,"db.movies.find({""title"":""L'opèra de quat'sous""}, {""awards.wins"":1})" what is the full plot for the movie Who Killed Cock Robin??,"db.movies.find({""title"": ""Who Killed Cock Robin?""}, {""fullplot"": 1})" how many awards did In the Land of the Head Hunters win?,"db.movies.find({""title"":""In the Land of the Head Hunters""}, {""awards.wins"":1})" How many audience reviews have been submitted for the movie Cimarron?,"db.movies.find({ ""title"": ""Cimarron"" }, { ""tomatoes.viewer.numReviews"": 1 })" How many viewer reviews did the movie The Power and the Glory receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Power and the Glory""}, {""tomatoes.viewer.numReviews"":1})" what was the release date of the movie Tarzan the Ape Man?,"db.movies.find({""title"": ""Tarzan the Ape Man""}, {""released"": 1})" the film Metropolis starred which actors?,"db.movies.find({""title"": ""Metropolis""}, {""cast"": 1})" who produced the film Battleship Potemkin?,"db.movies.find({""title"":""Battleship Potemkin""}, {""tomatoes.production"":1})" who starred in the film The Wedding Night?,"db.movies.find({""title"": ""The Wedding Night""}, {""cast"": 1})" what type of film is The Birth of a Nation?,"db.movies.find({""title"": ""The Birth of a Nation""}, {""genres"": 1})" what is the full plot for the movie Little Caesar?,"db.movies.find({""title"": ""Little Caesar""}, {""fullplot"": 1})" What is the audience rating of the movie Mayerling ?,"db.movies.find({ ""title"": ""Mayerling"" },{ ""tomatoes.viewer.rating"": 1 })" What is the language of the movie Street Angel?,"db.movies.find({""title"":""Street Angel""}, {""languages"":1})" what is Maria Chapdelaine about in details?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""fullplot"": 1})" who stars in Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""cast"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie A Midsummer Night's Dream ?,"db.movies.find({""title"":""A Midsummer Night's Dream""}, {""tomatoes.viewer.meter"":1})" What was the release date for the movie Kid Galahad?,"db.movies.find({""title"":""Kid Galahad""}, {""released"":1})" what was the release date of the film The Public Enemy?,"db.movies.find({""title"": ""The Public Enemy""}, {""released"": 1})" what is the movie The Robber Symphony about?,"db.movies.find({""title"": ""The Robber Symphony""}, {""plot"": 1})" who stars in the film Little Caesar?,"db.movies.find({""title"": ""Little Caesar""}, {""cast"": 1})" What are the genres associated with the movie Follow the Fleet ?,"db.movies.find({ ""title"": ""Follow the Fleet"" }, { ""genres"": 1})" How did the audience and critics receive the film Ruggles of Red Gap?,"db.movies.find({""title"":""Ruggles of Red Gap""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" When was the movie Death Takes a Holiday released in theaters?,"db.movies.find({""title"": ""Death Takes a Holiday""}, {""released"": 1})" how has The Crowd been recieved by critics and audience?,"db.movies.find({""title"":""The Crowd""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the box office revenue of the movie The Man Who Knew Too Much ?,"db.movies.find({""title"": ""The Man Who Knew Too Much""}, { ""tomatoes.boxOffice"": 1})" what genre is the movie These Three?,"db.movies.find({""title"": ""These Three""}, {""genres"": 1})" which company produced the film Show Boat?,"db.movies.find({""title"":""Show Boat""}, {""tomatoes.production"":1})" What is the language of the movie Romeo and Juliet?,"db.movies.find({""title"":""Romeo and Juliet""}, {""languages"":1})" "the movie Freaks, was written by who?","db.movies.find({""title"": ""Freaks""}, {""writers"": 1})" How does the movie The Lives of a Bengal Lancer rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Lives of a Bengal Lancer"" },{ ""tomatoes.critic.meter"": 1 })" which person wrote the movie The Wedding Night?,"db.movies.find({""title"": ""The Wedding Night""}, {""writers"": 1})" What is the production company of The Public Enemy?,"db.movies.find({""title"":""The Public Enemy""}, {""tomatoes.production"":1})" who wrote the movie Civilization?,"db.movies.find({""title"": ""Civilization""}, {""writers"": 1})" Can you provide a longer version of the movie Going Hollywood plot?,"db.movies.find({""title"":""Going Hollywood""}, {""fullplot"":1})" Who are the actors that appear in the movie Three Little Pigs ?,"db.movies.find({ ""title"": ""Three Little Pigs"" },{ ""cast"": 1 })" who directed The Black Cat?,"db.movies.find({""title"": ""The Black Cat""}, {""directors"": 1})" which company produced Romeo and Juliet?,"db.movies.find({""title"":""Romeo and Juliet""}, {""tomatoes.production"":1})" who stars in The Ace of Hearts?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""cast"": 1})" What is the movie The Passion of Joan of Arc about? Can you provide a brief summary?,"db.movies.find({""title"":""The Passion of Joan of Arc""}, {""plot"":1})" How many audience reviews have been submitted for the movie The Gold Rush?,"db.movies.find({ ""title"": ""The Gold Rush"" }, { ""tomatoes.viewer.numReviews"": 1 })" Was the movie Robin Hood well received by audiences and critics?,"db.movies.find({""title"":""Robin Hood""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who starred in the film Foolish Wives?,"db.movies.find({""title"": ""Foolish Wives""}, {""cast"": 1})" Could you tell me which movie that Gus Van Sant directed has the longest runtime?,"db.movies.find({""directors"":""Gus Van Sant""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" who's the director of The World Moves On?,"db.movies.find({""title"": ""The World Moves On""}, {""directors"": 1})" What is the meter score of the movie The Gilded Lily according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Gilded Lily""}, {""tomatoes.viewer.meter"": 1})" What is the Rotten Tomatoes meter rating for the movie For Heaven's Sake ?,"db.movies.find({""title"":""For Heaven's Sake""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" what is the movie Elephant Boy about?,"db.movies.find({""title"": ""Elephant Boy""}, {""plot"": 1})" How many awards did the movie win è Nous la Libertè ?,"db.movies.find({ ""title"": ""è Nous la Libertè"" },{ ""awards.wins"": 1 })" what kind of film is King Solomon's Mines?,"db.movies.find({""title"": ""King Solomon's Mines""}, {""genres"": 1})" What is the average rating of all of Andrei Tarkovsky movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Andrei Tarkovsky""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" How many nominations did the movie The Saphead receive?,"db.movies.find({""title"":""The Saphead""}, {""awards.nominations"":1})" what genre is The Great Ziegfeld?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""genres"": 1})" "the movie Lost Horizon, was written by who?","db.movies.find({""title"": ""Lost Horizon""}, {""writers"": 1})" what is the movie The Last of the Mohicans imdb rating?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""imdb.rating"": 1})" what is the full plot for The Land Beyond the Sunset?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, {""fullplot"": 1})" who's the director of Safety Last!?,"db.movies.find({""title"": ""Safety Last!""}, {""directors"": 1})" How did the audience and critics receive the movie A Story of Floating Weeds?,"db.movies.find({""title"":""A Story of Floating Weeds""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what was the release year of the film Battling Butler?,"db.movies.find({""title"": ""Battling Butler""}, {""year"": 1})" who are the actors in the movie In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, {""cast"": 1})" What are the names of all the actors who starred in the movie 'è Nous la Libertè'?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""cast"": 1})" What is the ID of the movie Make Way for Tomorrow on IMDB?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""imdb.id"": 1})" what is the film Little Miss Marker imdb rating?,"db.movies.find({""title"": ""Little Miss Marker""}, {""imdb.rating"": 1})" Who are the main actors in From Hand to Mouth ?,"db.movies.find({ ""title"": ""From Hand to Mouth"" }, { ""cast"": 1})" who is the writer of Murders in the Rue Morgue?,"db.movies.find({""title"": ""Murders in the Rue Morgue""}, {""writers"": 1})" What is the rating of the movie Safety Last! according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Safety Last!""}, {""tomatoes.viewer.rating"": 1})" what was the genre of the film Modern Times?,"db.movies.find({""title"": ""Modern Times""}, {""genres"": 1})" How many reviews did the movie Storm Over Asia receive on Rotten Tomatoes?,"db.movies.find({""title"":""Storm Over Asia""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" Who is the lead actor of the movie Greed ?,"db.movies.find({""title"": ""Greed""}, {""cast"":{""$slice"": 1},""title"":1})" Who is the director of the movie A Free Soul?,"db.movies.find({""title"": ""A Free Soul""}, { ""directors"": 1})" The Sin of Madelon Claudet is written by this person?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""writers"": 1})" who wrote the screenplay for Swedenhielms Family?,"db.movies.aggregate([ { ""$match"": { ""title"":""Swedenhielms Family""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" How many reviews did the movie In Old Arizona receive on Rotten Tomatoes?,"db.movies.find({""title"":""In Old Arizona""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" How many awards did the movie win The Perils of Pauline ?,"db.movies.find({ ""title"": ""The Perils of Pauline"" },{ ""awards.wins"": 1 })" who wrote the screenplay for the movie The Mummy?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Mummy""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Who is the lead actor of the movie Lady Windermere's Fan ?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""cast"":{""$slice"": 1},""title"":1})" what type of movie is For Heaven's Sake?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""genres"": 1})" What is the movie Three Ages rating?,"db.movies.find({""title"":""Three Ages""}, {""rated"":1})" How many viewer reviews did the movie Wild and Woolly receive on Rotten Tomatoes?,"db.movies.find({""title"":""Wild and Woolly""}, {""tomatoes.viewer.numReviews"":1})" What is the rating of the movie Go West according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Go West""}, {""tomatoes.viewer.rating"": 1})" who directed Wild Oranges?,"db.movies.find({""title"": ""Wild Oranges""}, {""directors"": 1})" When was the information last updated for the movie The Phantom of the Opera ?,"db.movies.find({ ""title"": ""The Phantom of the Opera"" },{ ""lastupdated"": 1 })" what was the release date of the film Naughty Marietta?,"db.movies.find({""title"": ""Naughty Marietta""}, {""released"": 1})" what genre is the film The Garden of Allah?,"db.movies.find({""title"": ""The Garden of Allah""}, {""genres"": 1})" who directed the film A Free Soul?,"db.movies.find({""title"": ""A Free Soul""}, {""directors"": 1})" The Prisoner of Zenda was directed by who?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""directors"": 1})" What is the Metacritic score of the movie The Prisoner of Zenda ?,"db.movies.find({ ""title"": ""The Prisoner of Zenda"" }, { ""metacritic"": 1})" who wrote the screenplay for the film The Last of the Mohicans?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Last of the Mohicans""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" "Modern Times, was written by who?","db.movies.find({""title"": ""Modern Times""}, {""writers"": 1})" which company produced the film The Crowd?,"db.movies.find({""title"":""The Crowd""}, {""tomatoes.production"":1})" What is the language of Daughter of Shanghai?,"db.movies.find({""title"":""Daughter of Shanghai""}, {""languages"":1})" What is the box office revenue of the movie A Day in the Country ?,"db.movies.find({""title"": ""A Day in the Country""}, { ""tomatoes.boxOffice"": 1})" who stars in the movie Snow White and the Seven Dwarfs?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""cast"": 1})" How does the movie Footlight Parade rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Footlight Parade"" },{ ""tomatoes.critic.meter"": 1 })" What is the plot summary of the movie Imitation of Life ?,"db.movies.find({ ""title"": ""Imitation of Life"" }, { ""plot"": 1})" "The Blue Bird, is written by who?","db.movies.find({""title"": ""The Blue Bird""}, {""writers"": 1})" who starred in the movie The Man Who Knew Too Much?,"db.movies.find({""title"": ""The Man Who Knew Too Much""}, {""cast"": 1})" What is the audience rating of the movie Ella Cinders ?,"db.movies.find({ ""title"": ""Ella Cinders"" },{ ""tomatoes.viewer.rating"": 1 })" When was the information about the movie Grand Hotel last updated?,"db.movies.find({ ""title"": ""Grand Hotel"" }, { ""lastupdated"": 1})" what is Eskimo about?,"db.movies.find({""title"": ""Eskimo""}, {""plot"": 1})" who directed the film Sanders of the River?,"db.movies.find({""title"": ""Sanders of the River""}, {""directors"": 1})" what was the release date of the film The Thief of Bagdad?,"db.movies.find({""title"": ""The Thief of Bagdad""}, {""released"": 1})" What is the full plot summary of the movie Sunrise ?,"db.movies.find({""title"": ""Sunrise""}, {""plot"": 1})" What is the Rotten Tomatoes meter rating for the movie Roberta ?,"db.movies.find({""title"":""Roberta""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" The Circus was directed by who?,"db.movies.find({""title"": ""The Circus""}, {""directors"": 1})" When was the information last updated for the movie The Land Beyond the Sunset ?,"db.movies.find({ ""title"": ""The Land Beyond the Sunset"" },{ ""lastupdated"": 1 })" When was the Tomatometer score and other Tomato-related information last updated for the movie Final Accord?,"db.movies.find({""title"": ""Final Accord""}, { ""tomatoes.lastUpdated"": 1})" what is Asphalt imdb rating?,"db.movies.find({""title"": ""Asphalt""}, {""imdb.rating"": 1})" What is the production company of the film My Man Godfrey?,"db.movies.find({""title"":""My Man Godfrey""}, {""tomatoes.production"":1})" what is the genre for the film Maria Chapdelaine?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""genres"": 1})" Was the movie The New Gulliver well received by audiences and critics?,"db.movies.find({""title"":""The New Gulliver""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the rating of the movie The Barretts of Wimpole Street on IMDb?,"db.movies.find({""title"":""The Barretts of Wimpole Street""}, {""imdb.rating"":1})" What are the genres this movie Flash Gordon belongs to?,"db.movies.find({""title"":""Flash Gordon""}, {""genres"":1})" what was the release year of the film The Wind?,"db.movies.find({""title"": ""The Wind""}, {""year"": 1})" How many audience reviews have been submitted for the movie The Beloved Vagabond?,"db.movies.find({ ""title"": ""The Beloved Vagabond"" }, { ""tomatoes.viewer.numReviews"": 1 })" How many audience reviews have been submitted for the movie Dekigokoro ?,"db.movies.find({ ""title"": ""Dekigokoro"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the audience rating of the movie The Private Life of Henry VIII. ?,"db.movies.find({ ""title"": ""The Private Life of Henry VIII."" },{ ""tomatoes.viewer.rating"": 1 })" what is the movie Wild Boys of the Road about?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""plot"": 1})" what is the movie Forbidden about?,"db.movies.find({""title"": ""Forbidden""}, {""plot"": 1})" who was the writer of the movie The Kid Brother?,"db.movies.find({""title"": ""The Kid Brother""}, {""writers"": 1})" who stars in the movie The Prince and the Pauper?,"db.movies.find({""title"": ""The Prince and the Pauper""}, {""cast"": 1})" the film From Hand to Mouth starred who?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""cast"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie The Great Ziegfeld?,"db.movies.find({""title"": ""The Great Ziegfeld""}, { ""tomatoes.lastUpdated"": 1})" who produced the film Marked Woman?,"db.movies.find({""title"":""Marked Woman""}, {""tomatoes.production"":1})" who stars in the movie The Barretts of Wimpole Street?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""cast"": 1})" what genre is the film Sunrise?,"db.movies.find({""title"": ""Sunrise""}, {""genres"": 1})" who acted in the film The Great Train Robbery?,"db.movies.find({""title"": ""The Great Train Robbery""}, {""cast"": 1})" what is the full plot for The Cheat?,"db.movies.find({""title"": ""The Cheat""}, {""fullplot"": 1})" Can you give me a brief summary of the movie The Unknown plot?,"db.movies.find({""title"":""The Unknown""}, {""plot"":1})" When was the information about the movie The Great Ziegfeld last updated?,"db.movies.find({ ""title"": ""The Great Ziegfeld"" }, { ""lastupdated"": 1})" What is the IMDB rating of the movie Queen Kelly ?,"db.movies.find({""title"": ""Queen Kelly""}, { ""imdb.rating"": 1})" La Grande Illusion is a movie written by this person?,"db.movies.find({""title"": ""La Grande Illusion""}, {""writers"": 1})" What is the IMDB rating of the movie Kid Galahad ?,"db.movies.find({""title"": ""Kid Galahad""}, { ""imdb.rating"": 1})" What is the ID of the movie Three Ages on IMDB?,"db.movies.find({""title"": ""Three Ages""}, {""imdb.id"": 1})" who was the writer of White Shadows?,"db.movies.find({""title"": ""White Shadows""}, {""writers"": 1})" what is the full plot for Now or Never?,"db.movies.find({""title"": ""Now or Never""}, {""fullplot"": 1})" In what language was the movie Shall We Dance released?,"db.movies.find({ ""title"": ""Shall We Dance"" }, { ""languages"": 1})" what is Blacksmith Scene imdb rating?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""imdb.rating"": 1})" what is the film Snow White and the Seven Dwarfs description ?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""plot"": 1})" what is the film Mr. Deeds Goes to Town about?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""plot"": 1})" Who is the director of the movie Disraeli?,"db.movies.find({""title"": ""Disraeli""}, { ""directors"": 1})" who is the writer of the movie The Docks of New York?,"db.movies.find({""title"": ""The Docks of New York""}, {""writers"": 1})" who wrote the screenplay for L'opèra de quat'sous?,"db.movies.aggregate([ { ""$match"": { ""title"":""L'opèra de quat'sous""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" what is the movie Hell's Hinges imdb rating?,"db.movies.find({""title"": ""Hell's Hinges""}, {""imdb.rating"": 1})" Could you tell me the typical rating of Michelangelo Antonioni movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Michelangelo Antonioni""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" who's the director of Curly Top?,"db.movies.find({""title"": ""Curly Top""}, {""directors"": 1})" can you describe the plot of The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""plot"": 1})" What languages are spoken in the movie Black Fury?,"db.movies.find({""title"":""Black Fury""}, {""languages"":1})" who starred in the film Make Way for Tomorrow?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""cast"": 1})" what year was the movie Ben-Hur: A Tale of the Christ released?,"db.movies.find({""title"": ""Ben-Hur: A Tale of the Christ""}, {""year"": 1})" M is written by this person?,"db.movies.find({""title"": ""M""}, {""writers"": 1})" When was the movie Hallelujah released?,"db.movies.find({""title"":""Hallelujah""}, {""released"":1})" whats the total runtime of all the movies directed by Pedro Almodovar ?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Pedro Almodovar"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the quantity of movies that Alain Resnais has directed?,"db.movies.countDocuments({""directors"":""Alain Resnais""})" What is the text description of the movie One Night of Love awards?,"db.movies.find({""title"":""One Night of Love""}, {""awards.text"":1})" What is the production company behind the movie Frankenstein ?,"db.movies.find({""title"": ""Frankenstein""}, { ""tomatoes.production"": 1})" who wrote the screenplay for the movie Snow White and the Seven Dwarfs?,"db.movies.aggregate([ { ""$match"": { ""title"":""Snow White and the Seven Dwarfs""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" what is the full plot for the film The Band Concert?,"db.movies.find({""title"": ""The Band Concert""}, {""fullplot"": 1})" who was the writer of the movie Queen Christina?,"db.movies.find({""title"": ""Queen Christina""}, {""writers"": 1})" "the movie The Trail of the Lonesome Pine, was written by who?","db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""writers"": 1})" What is the standard rating of Roberto Rossellini movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Roberto Rossellini""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" How did the audience and critics receive The 3 Penny Opera?,"db.movies.find({""title"":""The 3 Penny Opera""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How many wins did the movie Greed receive?,"db.movies.find({""title"":""Greed""}, {""awards.wins"":1})" How many comments have been posted by users on the movie Duck Soup's page on the Mflix platform?,"db.movies.find({ ""title"": ""Duck Soup"" }, { ""num_mflix_comments"": 1 })" the movie The Big Parade starred who?,"db.movies.find({""title"": ""The Big Parade""}, {""cast"": 1})" What is the production company behind the movie 42nd Street ?,"db.movies.find({""title"": ""42nd Street""}, {""tomatoes.production"": 1})" what genre is the movie Grand Hotel?,"db.movies.find({""title"": ""Grand Hotel""}, {""genres"": 1})" who is the director for La Grande Illusion?,"db.movies.find({""title"": ""La Grande Illusion""}, {""directors"": 1})" Can you provide a longer version of the movie Cleopatra plot?,"db.movies.find({""title"":""Cleopatra""}, {""fullplot"":1})" What is the movie Dante's Inferno about? Can you provide a brief summary?,"db.movies.find({""title"":""Dante's Inferno""}, {""plot"":1})" What is the box office revenue of the movie The Son of Kong ?,"db.movies.find({""title"": ""The Son of Kong""}, { ""tomatoes.boxOffice"": 1})" who was the writer of the film Cops?,"db.movies.find({""title"": ""Cops""}, {""writers"": 1})" What are the genres this movie Chapayev belongs to?,"db.movies.find({""title"":""Chapayev""}, {""genres"":1})" who starred in Everybody's Woman?,"db.movies.find({""title"": ""Everybody's Woman""}, {""cast"": 1})" how has The Song of Night been recieved by critics and audience?,"db.movies.find({""title"":""The Song of Night""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" which company produced Three Ages?,"db.movies.find({""title"":""Three Ages""}, {""tomatoes.production"":1})" who starred in the film Show Boat?,"db.movies.find({""title"": ""Show Boat""}, {""cast"": 1})" what sort of movie is Upstream?,"db.movies.find({""title"": ""Upstream""}, {""genres"": 1})" what is the movie Robin Hood imdb rating?,"db.movies.find({""title"": ""Robin Hood""}, {""imdb.rating"": 1})" who is the director for Man with a Movie Camera?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""directors"": 1})" Who is the lead actress of the movie Now or Never ?,"db.movies.find({""title"": ""Now or Never""}, {""cast"":{""$slice"": 1},""title"":1})" can you describe the plot of The Spanish Earth?,"db.movies.find({""title"": ""The Spanish Earth""}, {""plot"": 1})" Who is the director of the movie The Divine Lady?,"db.movies.find({""title"": ""The Divine Lady""}, { ""directors"": 1})" What is the rating of the movie Forbidden according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Forbidden""}, {""tomatoes.viewer.rating"": 1})" who directed It?,"db.movies.find({""title"": ""It""}, {""directors"": 1})" What is the language of the movie Man of Aran?,"db.movies.find({""title"":""Man of Aran""}, {""languages"":1})" What is the IMDb rating for the movie Top Hat?,"db.movies.find({""title"": ""Top Hat""}, {""imdb.rating"": 1})" Who is the actor that appears the most in movies directed by Sergei Eisenstein?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Sergei Eisenstein"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who produced the movie The Hunchback of Notre Dame?,"db.movies.find({""title"":""The Hunchback of Notre Dame""}, {""tomatoes.production"":1})" What is the MPAA rating of Trouble in Paradise?,"db.movies.find({""title"":""Trouble in Paradise""}, {""rated"":1})" who was The Count of Monte Cristo directed by?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""directors"": 1})" What is the running time of the movie The Informer?,"db.movies.find({""title"":""The Informer""}, {""runtime"":1})" What is the movie Now or Never rating?,"db.movies.find({""title"":""Now or Never""}, {""rated"":1})" How did the audience and critics receive The Gilded Lily?,"db.movies.find({""title"":""The Gilded Lily""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is Skippy description?,"db.movies.find({""title"": ""Skippy""}, {""plot"": 1})" What is the percentage of positive reviews among critics for the movie The Unknown ?,"db.movies.find({ ""title"": ""The Unknown"" },{ ""tomatoes.critic.meter"": 1 })" How many wins did the movie The Robber Symphony receive?,"db.movies.find({""title"":""The Robber Symphony""}, {""awards.wins"":1})" When was the movie Three Smart Girls released?,"db.movies.find({""title"":""Three Smart Girls""}, {""released"":1})" what type of film is Daughter of Shanghai?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""genres"": 1})" What is the production company of Tsirk?,"db.movies.find({""title"":""Tsirk""}, {""tomatoes.production"":1})" who acted in the film The Crowd?,"db.movies.find({""title"": ""The Crowd""}, {""cast"": 1})" How did the audience and critics receive the movie It Happened One Night?,"db.movies.find({""title"":""It Happened One Night""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" "In Yasujiro Ozu's directed movies, which actor has made the most appearances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Yasujiro Ozu"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" How many votes did the movie San Francisco receive on IMDB?,"db.movies.find({""title"": ""San Francisco""}, { ""imdb.votes"": 1})" who was the writer of the movie Chapayev?,"db.movies.find({""title"": ""Chapayev""}, {""writers"": 1})" Can you provide a detailed summary of the movie Bride of Frankenstein plot?,"db.movies.find({ ""title"": ""Bride of Frankenstein"" }, { ""fullplot"": 1})" In what year was the movie Wild Oranges released ?,"db.movies.find({ ""title"": ""Wild Oranges"" }, { ""year"": 1})" what year was the movie King of Jazz released?,"db.movies.find({""title"": ""King of Jazz""}, {""year"": 1})" who is the author of The Devil Is a Woman?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""writers"": 1})" What languages are spoken in the movie A Day in the Country ?,"db.movies.find({""title"": ""A Day in the Country""}, { ""languages"": 1})" what is the full plot for Foolish Wives?,"db.movies.find({""title"": ""Foolish Wives""}, {""fullplot"": 1})" who is the director for The Circus?,"db.movies.find({""title"": ""The Circus""}, {""directors"": 1})" What is the IMDB rating of the movie Going Hollywood ?,"db.movies.find({""title"": ""Going Hollywood""}, { ""imdb.rating"": 1})" What is the website associated with the movie Dracula on Rotten Tomatoes?,"db.movies.find({""title"": ""Dracula""}, {""tomatoes.website"": 1})" who stars in The Docks of New York?,"db.movies.find({""title"": ""The Docks of New York""}, {""cast"": 1})" "The Garden of Allah, is written by who?","db.movies.find({""title"": ""The Garden of Allah""}, {""writers"": 1})" What is the imdbID and genre of the movie '7th Heaven'?,"db.movies.find({""title"": ""7th Heaven""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" What are the genres associated with the movie Men Without Women ?,"db.movies.find({ ""title"": ""Men Without Women"" }, { ""genres"": 1})" How many award nominations did the movie receive A Corner in Wheat ?,"db.movies.find({ ""title"": ""A Corner in Wheat"" },{ ""awards.nominations"": 1 })" How many viewer reviews did the movie Metropolis receive on Rotten Tomatoes?,"db.movies.find({""title"":""Metropolis""}, {""tomatoes.viewer.numReviews"":1})" who are the actors in the movie The Wedding Night?,"db.movies.find({""title"": ""The Wedding Night""}, {""cast"": 1})" "the film I Was Born, But... starred who?","db.movies.find({""title"": ""I Was Born, But...""}, {""cast"": 1})" What is the sum of the runtimes of all the films directed by Louis Malle?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Louis Malle"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the box office revenue of the movie Forbidden in dollars?,"db.movies.find({""title"": ""Forbidden""}, {""tomatoes.boxOffice"": 1})" Who is the director of the movie The World Moves On?,"db.movies.find({""title"": ""The World Moves On""}, { ""directors"": 1})" In what year was the movie Little Women released ?,"db.movies.find({ ""title"": ""Little Women"" }, { ""year"": 1})" How many movies were directed by Alfred Hitchcock?,"db.movies.countDocuments({""directors"":""Alfred Hitchcock""})" Who are the main actors/actresses in the movie Tol'able David?,"db.movies.find({""title"":""Tol'able David""}, {""cast"":1})" What is the MPAA rating of the movie Marked Woman?,"db.movies.find({""title"":""Marked Woman""}, {""rated"":1})" How many wins did the movie The Crowd Roars receive?,"db.movies.find({""title"":""The Crowd Roars""}, {""awards.wins"":1})" Who are the main actors in Shanghai Express ?,"db.movies.find({ ""title"": ""Shanghai Express"" }, { ""cast"": 1})" What is the running time of the film The Thin Man?,"db.movies.find({""title"":""The Thin Man""}, {""runtime"":1})" who wrote the screenplay for the movie It?,"db.movies.aggregate([ { ""$match"": { ""title"":""It""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the website associated with the movie College on Rotten Tomatoes?,"db.movies.find({""title"": ""College""}, {""tomatoes.website"": 1})" the film Broadway Melody of 1936 was directed by who?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""directors"": 1})" What is the Tomatometer score of the movie She ?,"db.movies.find({ ""title"": ""She"" },{ ""tomatoes.critic.meter"": 1 })" What is the imdbID and genre of the movie 'Disraeli'?,"db.movies.find({""title"": ""Disraeli""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" what was the release year of the movie The Invisible Man?,"db.movies.find({""title"": ""The Invisible Man""}, {""year"": 1})" what is the full plot for Follow the Fleet?,"db.movies.find({""title"": ""Follow the Fleet""}, {""fullplot"": 1})" what genre of movie is Go West?,"db.movies.find({""title"": ""Go West""}, {""genres"": 1})" what is the genre for the movie It Happened One Night?,"db.movies.find({""title"": ""It Happened One Night""}, {""genres"": 1})" When was the information last updated for the movie The Kid ?,"db.movies.find({ ""title"": ""The Kid"" },{ ""lastupdated"": 1 })" what was the release year of the movie Dishonored?,"db.movies.find({""title"": ""Dishonored""}, {""year"": 1})" Who are the starring actors/actresses in the movie The Private Life of Henry VIII.?,"db.movies.find({""title"":""The Private Life of Henry VIII.""}, {""cast"":1})" what kind of movie is The Band Concert?,"db.movies.find({""title"": ""The Band Concert""}, {""genres"": 1})" who wrote the screenplay for Skippy?,"db.movies.aggregate([ { ""$match"": { ""title"":""Skippy""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the critical reception of the movie Grand Hotel?,"db.movies.find({""title"":""Grand Hotel""}, {""tomatoes.critic"":1})" What was the release date for the movie The Big Parade?,"db.movies.find({""title"":""The Big Parade""}, {""released"":1})" what is The Wedding March about?,"db.movies.find({""title"": ""The Wedding March""}, {""plot"": 1})" What are the genres this movie The Prince and the Pauper belongs to?,"db.movies.find({""title"":""The Prince and the Pauper""}, {""genres"":1})" What was the release date for the movie The Hunchback of Notre Dame?,"db.movies.find({""title"":""The Hunchback of Notre Dame""}, {""released"":1})" What is the IMDB rating of the movie Little Caesar ?,"db.movies.find({""title"": ""Little Caesar""}, { ""imdb.rating"": 1})" How long is the runtime of the movie Footlight Parade ?,"db.movies.find({""title"":""Footlight Parade""}, {""runtime"":1})" what is the movie The Divine Lady imdb rating?,"db.movies.find({""title"": ""The Divine Lady""}, {""imdb.rating"": 1})" How many audience reviews have been submitted for the movie The Phantom of the Opera ?,"db.movies.find({ ""title"": ""The Phantom of the Opera"" },{ ""tomatoes.viewer.numReviews"": 1 })" which company produced the film College?,"db.movies.find({""title"":""College""}, {""tomatoes.production"":1})" who wrote the film City Lights?,"db.movies.find({""title"": ""City Lights""}, {""writers"": 1})" Who are the main actors/actresses in the movie The Freshman?,"db.movies.find({""title"":""The Freshman""}, {""cast"":1})" What type of media is The Wedding March?,"db.movies.find({ ""title"": ""The Wedding March"" }, { ""type"": 1})" In which countries was the movie He Who Gets Slapped produced?,"db.movies.find({""title"":""He Who Gets Slapped""}, {""countries"":1})" When was the movie Little Miss Marker released in theaters?,"db.movies.find({""title"": ""Little Miss Marker""}, {""released"": 1})" who was the writer of the film The Blood of a Poet?,"db.movies.find({""title"": ""The Blood of a Poet""}, {""writers"": 1})" How many awards did the movie win Little Miss Marker ?,"db.movies.find({ ""title"": ""Little Miss Marker"" },{ ""awards.wins"": 1 })" What is the sum of the runtimes of all the films directed by Coen Brothers?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Coen Brothers"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" How did the audience and critics receive the film 42nd Street?,"db.movies.find({""title"":""42nd Street""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Who are the main actors/actresses in the movie The Wedding Night?,"db.movies.find({""title"":""The Wedding Night""}, {""cast"":1})" How many awards did the movie win Frankenstein ?,"db.movies.find({ ""title"": ""Frankenstein"" },{ ""awards.wins"": 1 })" What is the running time of the movie Footlight Parade?,"db.movies.find({""title"":""Footlight Parade""}, {""runtime"":1})" who stars in Toni?,"db.movies.find({""title"": ""Toni""}, {""cast"": 1})" who is the writer of the film The Docks of New York?,"db.movies.find({""title"": ""The Docks of New York""}, {""writers"": 1})" What is the percentage of positive reviews among critics for the movie Footlight Parade ?,"db.movies.find({ ""title"": ""Footlight Parade"" },{ ""tomatoes.critic.meter"": 1 })" How many votes did the movie Men Without Women receive on IMDB?,"db.movies.find({""title"": ""Men Without Women""}, { ""imdb.votes"": 1})" How many reviews have been submitted for the movie Broken Blossoms or The Yellow Man and the Girl on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Broken Blossoms or The Yellow Man and the Girl"" },{ ""tomatoes.viewer.numReviews"": 1 })" the movie The Song of Night was directed by who?,"db.movies.find({""title"": ""The Song of Night""}, {""directors"": 1})" Who are the main actors/actresses in the movie The Devil to Pay!?,"db.movies.find({""title"":""The Devil to Pay!""}, {""cast"":1})" What is the name of the director and cast for the movie 'It's a Gift'?,"db.movies.find({""title"": ""It's a Gift""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What are the countries associated with the movie La Grande Illusion ?,"db.movies.find({""title"": ""La Grande Illusion""}, {""countries"": 1})" What is the complete length of all movies directed by Vittorio De Sica?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Vittorio De Sica"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" The Kid was directed by who?,"db.movies.find({""title"": ""The Kid""}, {""directors"": 1})" Who are the actors in the movie It Happened One Night?,"db.movies.find({""title"":""It Happened One Night""}, {""cast"":1})" What is the name of the Jean-Pierre Melville-directed movie with the briefest runtime?,"db.movies.find({""directors"":""Jean-Pierre Melville""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" "Has Nanook of the North won any awards? If so, which ones?","db.movies.find({""title"":""Nanook of the North"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" When was the information last updated for the movie The Lost Patrol ?,"db.movies.find({ ""title"": ""The Lost Patrol"" },{ ""lastupdated"": 1 })" who wrote the screenplay for the film College?,"db.movies.aggregate([ { ""$match"": { ""title"":""College""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the runtime of the movie Sunrise ?,"db.movies.find({""title"": ""Sunrise""}, { ""runtime"": 1})" Who is the director of the movie Under the Roofs of Paris?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, { ""directors"": 1})" What is the box office revenue of the movie Sons of the Desert ?,"db.movies.find({""title"": ""Sons of the Desert""}, { ""tomatoes.boxOffice"": 1})" what was the release year of the movie Sanders of the River?,"db.movies.find({""title"": ""Sanders of the River""}, {""year"": 1})" who directed the film The Crowd?,"db.movies.find({""title"": ""The Crowd""}, {""directors"": 1})" What is the language of For Heaven's Sake?,"db.movies.find({""title"":""For Heaven's Sake""}, {""languages"":1})" What is the text representation of the awards won and nominations received by the movie The Pearls of the Crown?,"db.movies.find({""title"": ""The Pearls of the Crown""}, { ""awards.text"": 1})" who was The Son of Kong written by?,"db.movies.find({""title"": ""The Son of Kong""}, {""writers"": 1})" In what language was the movie Lost Horizon released?,"db.movies.find({ ""title"": ""Lost Horizon"" }, { ""languages"": 1})" who wrote the film Lenin in October?,"db.movies.find({""title"": ""Lenin in October""}, {""writers"": 1})" who starred in The Immigrant?,"db.movies.find({""title"": ""The Immigrant""}, {""cast"": 1})" What are the films directed by Clint Eastwood?,"db.movies.find({""directors"": ""Clint Eastwood""},{""title"":1})" What is the IMDB rating of the movie Gold Diggers of 1933 ?,"db.movies.find({""title"": ""Gold Diggers of 1933""}, { ""imdb.rating"": 1})" Who is the director of the movie The Hurricane?,"db.movies.find({""title"": ""The Hurricane""}, { ""directors"": 1})" who was Shall We Dance directed by?,"db.movies.find({""title"": ""Shall We Dance""}, {""directors"": 1})" What is the consensus among critics about the movie Theodora Goes Wild?,"db.movies.find({""title"": ""Theodora Goes Wild""}, { ""tomatoes.consensus"": 1})" Which films did Satyajit Ray direct in the 1990s?,"db.movies.find({""directors"": 'Satyajit Ray', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" who was the movie I Am a Fugitive from a Chain Gang written by?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, {""writers"": 1})" who was The Four Horsemen of the Apocalypse directed by?,"db.movies.find({""title"": ""The Four Horsemen of the Apocalypse""}, {""directors"": 1})" The Man Who Could Work Miracles is written by this person?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""writers"": 1})" When was the information last updated for the movie The Invisible Man ?,"db.movies.find({ ""title"": ""The Invisible Man"" },{ ""lastupdated"": 1 })" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Blue Bird""}, { ""tomatoes.production"": 1})" "the film A Star Is Born, was written by who?","db.movies.find({""title"": ""A Star Is Born""}, {""writers"": 1})" what was the release year of the film In Old Arizona?,"db.movies.find({""title"": ""In Old Arizona""}, {""year"": 1})" What is the name of the director and cast for the movie 'The Son of the Sheik'?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" who produced the movie Viva Villa!?,"db.movies.find({""title"":""Viva Villa!""}, {""tomatoes.production"":1})" who wrote the screenplay for All Quiet on the Western Front?,"db.movies.aggregate([ { ""$match"": { ""title"":""All Quiet on the Western Front""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who is the writer of the film The Hurricane?,"db.movies.find({""title"": ""The Hurricane""}, {""writers"": 1})" what is The Hunchback of Notre Dame imdb rating?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, {""imdb.rating"": 1})" "In movies directed by Quentin Tarantino, which actor has the highest number of performances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Quentin Tarantino"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" How many comments have been posted by users on the movie Pèpè le Moko's page on the Mflix platform?,"db.movies.find({ ""title"": ""Pèpè le Moko"" }, { ""num_mflix_comments"": 1 })" What is the mean rating for Oliver Stone movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Oliver Stone""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" Who is the actor that has acted in the maximum number of movies directed by Gus Van Sant?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Gus Van Sant"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" the film The Devil Is a Woman was directed by who?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""directors"": 1})" What is the audience rating of the movie The Spanish Earth ?,"db.movies.find({ ""title"": ""The Spanish Earth"" },{ ""tomatoes.viewer.rating"": 1 })" who are the actors in the film Dr. Jekyll and Mr. Hyde?,"db.movies.find({""title"": ""Dr. Jekyll and Mr. Hyde""}, {""cast"": 1})" who starred in the film Tarzan the Ape Man?,"db.movies.find({""title"": ""Tarzan the Ape Man""}, {""cast"": 1})" How did the audience and critics receive the film Masquerade in Vienna?,"db.movies.find({""title"":""Masquerade in Vienna""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Could you inform me of the movies that Eric Rohmer directed?,"db.movies.find({""directors"": ""Eric Rohmer""},{""title"":1})" What is the website associated with the movie Elephant Boy on Rotten Tomatoes?,"db.movies.find({""title"": ""Elephant Boy""}, {""tomatoes.website"": 1})" When was the movie The Big Trail released in theaters?,"db.movies.find({""title"": ""The Big Trail""}, {""released"": 1})" who directed Beau Geste?,"db.movies.find({""title"": ""Beau Geste""}, {""directors"": 1})" What is the total number of films that James Cameron has directed up to now?,"db.movies.countDocuments({""directors"":""James Cameron""})" who was Gold Diggers of 1935 written by?,"db.movies.find({""title"": ""Gold Diggers of 1935""}, {""writers"": 1})" In what year was the movie It Happened One Night released ?,"db.movies.find({ ""title"": ""It Happened One Night"" }, { ""year"": 1})" who was the movie The Freshman written by?,"db.movies.find({""title"": ""The Freshman""}, {""writers"": 1})" Who is the director of the movie Les vampires?,"db.movies.find({""title"": ""Les vampires""}, { ""directors"": 1})" which person wrote The Beloved Vagabond?,"db.movies.find({""title"": ""The Beloved Vagabond""}, {""writers"": 1})" How did the audience and critics receive the movie Robin Hood?,"db.movies.find({""title"":""Robin Hood""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Which of Stanley Kubrick's directed films has the lengthiest duration?,"db.movies.find({""directors"":""Stanley Kubrick""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" what is the full plot for Bride of Frankenstein?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""fullplot"": 1})" What is the rating of the movie Dishonored on IMDb?,"db.movies.find({""title"":""Dishonored""}, {""imdb.rating"":1})" How did the audience and critics receive the movie Scarface?,"db.movies.find({""title"":""Scarface""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How many nominations did the movie The Prisoner of Shark Island receive?,"db.movies.find({""title"":""The Prisoner of Shark Island""}, {""awards.nominations"":1})" What is the IMDb rating for the movie The Italian?,"db.movies.find({""title"": ""The Italian""}, {""imdb.rating"": 1})" who starred in the movie Pandora's Box?,"db.movies.find({""title"": ""Pandora's Box""}, {""cast"": 1})" Who are the main actors in Dante's Inferno ?,"db.movies.find({ ""title"": ""Dante's Inferno"" }, { ""cast"": 1})" "The Iron Horse, is written by who?","db.movies.find({""title"": ""The Iron Horse""}, {""writers"": 1})" who stars in Love Me Tonight?,"db.movies.find({""title"": ""Love Me Tonight""}, {""cast"": 1})" What is the MPAA rating of Little Caesar?,"db.movies.find({""title"":""Little Caesar""}, {""rated"":1})" who produced All Quiet on the Western Front?,"db.movies.find({""title"":""All Quiet on the Western Front""}, {""tomatoes.production"":1})" who are the actors in the movie It Happened One Night?,"db.movies.find({""title"": ""It Happened One Night""}, {""cast"": 1})" what is the movie Morocco about?,"db.movies.find({""title"": ""Morocco""}, {""plot"": 1})" which company produced Dodsworth?,"db.movies.find({""title"":""Dodsworth""}, {""tomatoes.production"":1})" What is the consensus among critics about the movie Becky Sharp?,"db.movies.find({""title"": ""Becky Sharp""}, { ""tomatoes.consensus"": 1})" "the film All Quiet on the Western Front, was written by who?","db.movies.find({""title"": ""All Quiet on the Western Front""}, {""writers"": 1})" What is the MPAA rating of the film Gold Diggers of 1933?,"db.movies.find({""title"":""Gold Diggers of 1933""}, {""rated"":1})" who are the actors in the film Tarzan and His Mate?,"db.movies.find({""title"": ""Tarzan and His Mate""}, {""cast"": 1})" What is the production company of the film Footlight Parade?,"db.movies.find({""title"":""Footlight Parade""}, {""tomatoes.production"":1})" In what year was the movie Four Sons released ?,"db.movies.find({ ""title"": ""Four Sons"" }, { ""year"": 1})" What is the production company behind the movie The New Gulliver ?,"db.movies.find({""title"": ""The New Gulliver""}, { ""tomatoes.production"": 1})" What is the freshness score of the movie Robin Hood on Rotten Tomatoes?,"db.movies.find({""title"": ""Robin Hood""}, {""tomatoes.fresh"": 1})" what genre is Westfront 1918?,"db.movies.find({""title"": ""Westfront 1918""}, {""genres"": 1})" the director of Show People was?,"db.movies.find({""title"": ""Show People""}, {""directors"": 1})" What is the MPAA rating of the film Der Kaiser von Kalifornien?,"db.movies.find({""title"":""Der Kaiser von Kalifornien""}, {""rated"":1})" who is listed as director for Lady Windermere's Fan?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""directors"": 1})" what is the plot for The Hurricane?,"db.movies.find({""title"": ""The Hurricane""}, {""plot"": 1})" What is the box office revenue of the movie Love Me Tonight in dollars?,"db.movies.find({""title"": ""Love Me Tonight""}, {""tomatoes.boxOffice"": 1})" who directed the film The Land Beyond the Sunset?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, {""directors"": 1})" the film Wonder Bar was directed by who?,"db.movies.find({""title"": ""Wonder Bar""}, {""directors"": 1})" Can you provide me with a list of Yasujiro Ozu-directed movies with the highest ratings?,"db.movies.find({""directors"": 'Yasujiro Ozu', ""imdb.rating"": {""$gt"": 8.5}})" who directed the movie King Kong?,"db.movies.find({""title"": ""King Kong""}, {""directors"": 1})" what is the genre of The Informer?,"db.movies.find({""title"": ""The Informer""}, {""genres"": 1})" What type of media is Payment Deferred?,"db.movies.find({ ""title"": ""Payment Deferred"" }, { ""type"": 1})" What is the Metacritic score of the movie Peter Pan ?,"db.movies.find({ ""title"": ""Peter Pan"" }, { ""metacritic"": 1})" what was the release year of The Lives of a Bengal Lancer?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""year"": 1})" "Who is the lead actor of the movie Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics ?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""cast"":{""$slice"": 1},""title"":1})" Who is the director of the movie Snow White and the Seven Dwarfs?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, { ""directors"": 1})" What languages are spoken in the movie The Cameraman?,"db.movies.find({""title"":""The Cameraman""}, {""languages"":1})" In what language was the movie è Nous la Libertè released?,"db.movies.find({ ""title"": ""è Nous la Libertè"" }, { ""languages"": 1})" What is the critical reception of the movie Tarzan the Ape Man?,"db.movies.find({""title"":""Tarzan the Ape Man""}, {""tomatoes.critic"":1})" who starred in The Public Enemy?,"db.movies.find({""title"": ""The Public Enemy""}, {""cast"": 1})" Who are the starring actors/actresses in the movie Ruggles of Red Gap?,"db.movies.find({""title"":""Ruggles of Red Gap""}, {""cast"":1})" What are the names of all the actors who starred in the movie 'Dracula'?,"db.movies.find({""title"": ""Dracula""}, {""cast"": 1})" what is The Awful Truth about in details?,"db.movies.find({""title"": ""The Awful Truth""}, {""fullplot"": 1})" How many award nominations did the movie receive Eskimo ?,"db.movies.find({ ""title"": ""Eskimo"" },{ ""awards.nominations"": 1 })" What is the Tomatometer score of the movie The Blue Bird ?,"db.movies.find({ ""title"": ""The Blue Bird"" },{ ""tomatoes.critic.meter"": 1 })" who are the actors in The Kid?,"db.movies.find({""title"": ""The Kid""}, {""cast"": 1})" How did the audience and critics receive the movie The Lost World?,"db.movies.find({""title"":""The Lost World""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" which person directed Dekigokoro?,"db.movies.find({""title"": ""Dekigokoro""}, {""directors"": 1})" What is the viewer rating for the movie Carnival in Flanders on Rotten Tomatoes?,"db.movies.find({""title"":""Carnival in Flanders""}, {""tomatoes.viewer.rating"":1})" How many comments have been posted by users on the movie The Navigator's page on the Mflix platform?,"db.movies.find({ ""title"": ""The Navigator"" }, { ""num_mflix_comments"": 1 })" who produced the movie Romance?,"db.movies.find({""title"":""Romance""}, {""tomatoes.production"":1})" "Has the film The Awful Truth won any awards? If so, which ones?","db.movies.find({""title"":""The Awful Truth"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who wrote the screenplay for the film Wild and Woolly?,"db.movies.aggregate([ { ""$match"": { ""title"":""Wild and Woolly""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the IMDb rating for the film Masquerade in Vienna?,"db.movies.find({""title"": ""Masquerade in Vienna""}, {""imdb.rating"": 1})" who was the movie Battleship Potemkin written by?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""writers"": 1})" the movie Daughter of Shanghai starred which actors?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""cast"": 1})" what was the release year of the movie The Great Ziegfeld?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""year"": 1})" who is the author of The Charge of the Light Brigade?,"db.movies.find({""title"": ""The Charge of the Light Brigade""}, {""writers"": 1})" who was the film The Poor Little Rich Girl written by?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""writers"": 1})" What is the freshness score of the movie A Woman of Paris: A Drama of Fate on Rotten Tomatoes?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, {""tomatoes.fresh"": 1})" who wrote the screenplay for the film A Day in the Country?,"db.movies.aggregate([ { ""$match"": { ""title"":""A Day in the Country""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who was the writer of the movie Cavalcade?,"db.movies.find({""title"": ""Cavalcade""}, {""writers"": 1})" Who is the lead actress of the movie The Iron Horse ?,"db.movies.find({""title"": ""The Iron Horse""}, {""cast"":{""$slice"": 1},""title"":1})" Can you provide more information about the languages spoken in the movie Little Women ?,"db.movies.find({""title"":""Little Women""}, {""languages"":1})" "Has The Iron Horse won any awards? If so, which ones?","db.movies.find({""title"":""The Iron Horse"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the average rating for all of Martin Scorsese's films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Martin Scorsese""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What is the IMDb rating for the movie Tol'able David ?,"db.movies.find({""title"":""Tol'able David""}, {""imdb.rating"":1})" what is the genre of The Sin of Madelon Claudet?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""genres"": 1})" who directed the film My Man Godfrey?,"db.movies.find({""title"": ""My Man Godfrey""}, {""directors"": 1})" Murders in the Rue Morgue is a film written by this person?,"db.movies.find({""title"": ""Murders in the Rue Morgue""}, {""writers"": 1})" what is the movie Three Little Pigs description ?,"db.movies.find({""title"": ""Three Little Pigs""}, {""plot"": 1})" what was the release date of the film It's a Gift?,"db.movies.find({""title"": ""It's a Gift""}, {""released"": 1})" "Has One Hundred Men and a Girl won any awards? If so, which ones?","db.movies.find({""title"":""One Hundred Men and a Girl"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" the film The Lost World starred who?,"db.movies.find({""title"": ""The Lost World""}, {""cast"": 1})" what was the release date of the film The Pearls of the Crown?,"db.movies.find({""title"": ""The Pearls of the Crown""}, {""released"": 1})" "Has Hallelujah won any awards? If so, which ones?","db.movies.find({""title"":""Hallelujah"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" Who are the main actors in Follow the Fleet ?,"db.movies.find({ ""title"": ""Follow the Fleet"" }, { ""cast"": 1})" what was the genre of M?,"db.movies.find({""title"": ""M""}, {""genres"": 1})" What is the freshness score of the movie The Great Ziegfeld on Rotten Tomatoes?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""tomatoes.fresh"": 1})" what kind of movie is Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""genres"": 1})" What is the MongoDB document ID of the movie Ben-Hur: A Tale of the Christ?,"db.movies.find({""title"": ""Ben-Hur: A Tale of the Christ""}, {""_id"": 1})" What is the highest-rated movie directed by Sergei Eisenstein on rotten tomatoes?,"db.movies.find({""directors"": ""Sergei Eisenstein"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" Can you provide more information about the languages spoken in the movie Night Must Fall ?,"db.movies.find({""title"":""Night Must Fall""}, {""languages"":1})" who stars in Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""cast"": 1})" What is the critical reception of the movie The Power and the Glory?,"db.movies.find({""title"":""The Power and the Glory""}, {""tomatoes.critic"":1})" What is the production company behind the movie Smilin' Through ?,"db.movies.find({""title"": ""Smilin' Through""}, {""tomatoes.production"": 1})" Who are the actors that appear in the movie The Private Life of Henry VIII. ?,"db.movies.find({ ""title"": ""The Private Life of Henry VIII."" },{ ""cast"": 1 })" How many nominations did the movie The Wedding March receive?,"db.movies.find({""title"":""The Wedding March""}, {""awards.nominations"":1})" How many wins did the movie The Prince and the Pauper receive?,"db.movies.find({""title"":""The Prince and the Pauper""}, {""awards.wins"":1})" what sort of film is The Devil Is a Woman?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""genres"": 1})" What is the IMDb rating for the film The Black Pirate?,"db.movies.find({""title"": ""The Black Pirate""}, {""imdb.rating"": 1})" Can you tell me which movie that Oliver Stone directed has the shortest running time?,"db.movies.find({""directors"":""Oliver Stone""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" How does the movie Top Hat rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Top Hat"" },{ ""tomatoes.critic.meter"": 1 })" What languages are spoken in the movie The Song of Night?,"db.movies.find({""title"":""The Song of Night""}, {""languages"":1})" can you describe the plot of Romance?,"db.movies.find({""title"": ""Romance""}, {""plot"": 1})" What is the IMDb rating for Maria Chapdelaine?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""imdb.rating"": 1})" who is the director for The Man Who Could Work Miracles?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""directors"": 1})" which person wrote The Divine Lady?,"db.movies.find({""title"": ""The Divine Lady""}, {""writers"": 1})" Who are the actors in the movie Little Miss Marker?,"db.movies.find({""title"":""Little Miss Marker""}, {""cast"":1})" What is the overall length of all movies that Sergei Eisenstein has directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Sergei Eisenstein"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" who are the actors in Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""cast"": 1})" When was the information last updated for the movie The Devil Is a Woman ?,"db.movies.find({ ""title"": ""The Devil Is a Woman"" },{ ""lastupdated"": 1 })" who was the writer of the movie Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""writers"": 1})" How many comments have been posted by users on the movie City Lights's page on the Mflix platform?,"db.movies.find({ ""title"": ""City Lights"" }, { ""num_mflix_comments"": 1 })" What are the genres associated with the movie Foolish Wives ?,"db.movies.find({ ""title"": ""Foolish Wives"" }, { ""genres"": 1})" Who are the actors that appear in the movie Comradeship ?,"db.movies.find({ ""title"": ""Comradeship"" },{ ""cast"": 1 })" In what year was the movie A Night at the Opera released?,"db.movies.find({""title"":""A Night at the Opera""}, {""year"":1})" "Has the movie Flesh and the Devil won any awards? If so, which ones?","db.movies.find({""title"":""Flesh and the Devil"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" which person wrote Regeneration?,"db.movies.find({""title"": ""Regeneration""}, {""writers"": 1})" "What is the runtime of the movie Laugh, Clown, Laugh ?","db.movies.find({""title"": ""Laugh, Clown, Laugh""}, { ""runtime"": 1})" what kind of film is The Divorcee?,"db.movies.find({""title"": ""The Divorcee""}, {""genres"": 1})" how many awards did the movie Berkeley Square win?,"db.movies.find({""title"":""Berkeley Square""}, {""awards.wins"":1})" In the Land of the Head Hunters is written by this person?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""writers"": 1})" what is Under the Roofs of Paris about?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""plot"": 1})" How did the audience and critics receive è Nous la Libertè?,"db.movies.find({""title"":""è Nous la Libertè""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" the film The Story of Louis Pasteur was directed by who?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""directors"": 1})" Which movie genres did Ingmar Bergman direct?,"db.movies.distinct(""genres"", { ""directors"": ""Ingmar Bergman"" })" who produced the film Dodsworth?,"db.movies.find({""title"":""Dodsworth""}, {""tomatoes.production"":1})" what genre of movie is Miss Lulu Bett?,"db.movies.find({""title"": ""Miss Lulu Bett""}, {""genres"": 1})" What is the rating of the movie Skippy according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Skippy""}, {""tomatoes.viewer.rating"": 1})" Which movie genre does Oliver Stone mainly specialize in as a director?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Oliver Stone"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" "Stage Door, is written by who?","db.movies.find({""title"": ""Stage Door""}, {""writers"": 1})" What is the box office revenue for the movie 'The Kid Brother'?,"db.movies.find({""title"": ""The Kid Brother""}, {""tomatoes.boxOffice"": 1})" Who is the lead actor of the movie A Damsel in Distress ?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""cast"":{""$slice"": 1},""title"":1})" Was the movie The Passion of Joan of Arc well received by audiences?,"db.movies.find({""title"":""The Passion of Joan of Arc""}, {""tomatoes.viewer"":1})" what is Man with a Movie Camera about in details?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""fullplot"": 1})" Has the movie Wife! Be Like a Rose! won any awards?,"db.movies.find({""title"":""Wife! Be Like a Rose!""}, {""awards.wins"":1})" What is the meter score of the movie In Old Chicago according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""In Old Chicago""}, {""tomatoes.viewer.meter"": 1})" "What is the MongoDB document ID of the movie Laugh, Clown, Laugh?","db.movies.find({""title"": ""Laugh, Clown, Laugh""}, {""_id"": 1})" how many awards did the movie Lenin in October win?,"db.movies.find({""title"":""Lenin in October""}, {""awards.wins"":1})" Who are the main actors/actresses in the movie Triumph of the Will?,"db.movies.find({""title"":""Triumph of the Will""}, {""cast"":1})" what is The Freshman about in details?,"db.movies.find({""title"": ""The Freshman""}, {""fullplot"": 1})" who wrote the screenplay for the film The Edge of the World?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Edge of the World""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" How many viewer reviews did the movie Tsirk receive on Rotten Tomatoes?,"db.movies.find({""title"":""Tsirk""}, {""tomatoes.viewer.numReviews"":1})" How many awards did the movie win Wonder Bar ?,"db.movies.find({ ""title"": ""Wonder Bar"" },{ ""awards.wins"": 1 })" What is the IMDb rating for Snow White and the Seven Dwarfs?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""imdb.rating"": 1})" What is the MPAA rating of the movie In Old Chicago?,"db.movies.find({""title"":""In Old Chicago""}, {""rated"":1})" "the film The Divorcee, was written by who?","db.movies.find({""title"": ""The Divorcee""}, {""writers"": 1})" the movie Scrooge was directed by who?,"db.movies.find({""title"": ""Scrooge""}, {""directors"": 1})" What is the running time of Dante's Inferno?,"db.movies.find({""title"":""Dante's Inferno""}, {""runtime"":1})" the film A Midsummer Night's Dream was directed by who?,"db.movies.find({""title"": ""A Midsummer Night's Dream""}, {""directors"": 1})" which person wrote the movie The Gold Rush?,"db.movies.find({""title"": ""The Gold Rush""}, {""writers"": 1})" What are the genres associated with the movie Our Hospitality ?,"db.movies.find({ ""title"": ""Our Hospitality"" }, { ""genres"": 1})" How many nominations did the movie The Blue Light receive?,"db.movies.find({""title"":""The Blue Light""}, {""awards.nominations"":1})" Which film directed by Christopher Nolan has the longest running time?,"db.movies.find({""directors"":""Christopher Nolan""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" What is the added duration of all movies directed by Pedro Almodovar?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Pedro Almodovar"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What languages are spoken in the movie Come and Get It?,"db.movies.find({""title"":""Come and Get It""}, {""languages"":1})" What is the critical reception of the movie Show Boat?,"db.movies.find({""title"":""Show Boat""}, {""tomatoes.critic"":1})" What is the running time of Show People?,"db.movies.find({""title"":""Show People""}, {""runtime"":1})" What is the freshness score of the movie The Jazz Singer on Rotten Tomatoes?,"db.movies.find({""title"": ""The Jazz Singer""}, {""tomatoes.fresh"": 1})" what is Black Fury imdb rating?,"db.movies.find({""title"": ""Black Fury""}, {""imdb.rating"": 1})" how many awards did The Prisoner of Zenda win?,"db.movies.find({""title"":""The Prisoner of Zenda""}, {""awards.wins"":1})" What is the average rating of movies with the genre 'Western'?,"db.movies.aggregate([{""$match"": {""genres"": ""Western""}}, {""$group"": { ""_id"": ""null"", ""avgRating"": {""$avg"": ""$imdb.rating"":}}}])" What is the box office revenue of the movie The Prisoner of Shark Island in dollars?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""tomatoes.boxOffice"": 1})" What is the consensus among critics about the movie Nosferatu ?,"db.movies.find({""title"": ""Nosferatu""}, {""tomatoes.consensus"": 1})" How many audience reviews have been submitted for the movie The Story of Louis Pasteur?,"db.movies.find({ ""title"": ""The Story of Louis Pasteur"" }, { ""tomatoes.viewer.numReviews"": 1 })" what is the genre for the film Dekigokoro?,"db.movies.find({""title"": ""Dekigokoro""}, {""genres"": 1})" what is the movie Lady Windermere's Fan about in details?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""fullplot"": 1})" What is the added duration of all movies directed by Alfred Hitchcock?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Alfred Hitchcock"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Folies Bergère de Paris ?,"db.movies.find({""title"":""Folies Bergère de Paris""}, {""tomatoes.viewer.meter"":1})" who was Stage Door written by?,"db.movies.find({""title"": ""Stage Door""}, {""writers"": 1})" what year was the movie Gertie the Dinosaur released?,"db.movies.find({""title"": ""Gertie the Dinosaur""}, {""year"": 1})" what is the movie Now or Never about in details?,"db.movies.find({""title"": ""Now or Never""}, {""fullplot"": 1})" what was the release year of A Star Is Born?,"db.movies.find({""title"": ""A Star Is Born""}, {""year"": 1})" How did the audience and critics receive the film The Gold Rush?,"db.movies.find({""title"":""The Gold Rush""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the language of the movie From Hand to Mouth?,"db.movies.find({""title"":""From Hand to Mouth""}, {""languages"":1})" What is the Rotten Tomatoes meter rating for the movie Shall We Dance ?,"db.movies.find({""title"":""Shall We Dance""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" what is the plot for the movie A Corner in Wheat?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""plot"": 1})" Which movies were helmed by Pedro Almodovar and came out in the 1990s?,"db.movies.find({""directors"": 'Pedro Almodovar', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What was the release date for the movie A Midsummer Night's Dream?,"db.movies.find({""title"":""A Midsummer Night's Dream""}, {""released"":1})" who starred in the film One Night of Love?,"db.movies.find({""title"": ""One Night of Love""}, {""cast"": 1})" What are the countries associated with the movie Regeneration ?,"db.movies.find({""title"": ""Regeneration""}, {""countries"": 1})" What is the full plot summary of the movie Little Women ?,"db.movies.find({""title"": ""Little Women""}, {""plot"": 1})" How many awards did the movie win The 3 Penny Opera ?,"db.movies.find({ ""title"": ""The 3 Penny Opera"" },{ ""awards.wins"": 1 })" When was the information about the movie The Fall of the House of Usher last updated?,"db.movies.find({ ""title"": ""The Fall of the House of Usher"" }, { ""lastupdated"": 1})" How many audience reviews have been submitted for the movie All Quiet on the Western Front ?,"db.movies.find({ ""title"": ""All Quiet on the Western Front"" },{ ""tomatoes.viewer.numReviews"": 1 })" "the movie Daughter of Shanghai, was written by who?","db.movies.find({""title"": ""Daughter of Shanghai""}, {""writers"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Two Seconds""}, { ""tomatoes.production"": 1})" Can you share with me the film genres that were helmed by Kenji Mizoguchi?,"db.movies.distinct(""genres"", { ""directors"": ""Kenji Mizoguchi"" })" What movie directed by David Lynch has the shortest running time?,"db.movies.find({""directors"":""David Lynch""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" what is the genre of Eskimo?,"db.movies.find({""title"": ""Eskimo""}, {""genres"": 1})" What is the IMDb rating for the film Peter Pan?,"db.movies.find({""title"": ""Peter Pan""}, {""imdb.rating"": 1})" "Night Must Fall, is written by who?","db.movies.find({""title"": ""Night Must Fall""}, {""writers"": 1})" how many awards did the film The Green Pastures win?,"db.movies.find({""title"":""The Green Pastures""}, {""awards.wins"":1})" What is the meter score of the movie Little Caesar according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Little Caesar""}, {""tomatoes.viewer.meter"": 1})" "The Great Train Robbery, was written by who?","db.movies.find({""title"": ""The Great Train Robbery""}, {""writers"": 1})" what was the release year of the film Under the Roofs of Paris?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""year"": 1})" who wrote the screenplay for Naughty Marietta?,"db.movies.aggregate([ { ""$match"": { ""title"":""Naughty Marietta""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Can you provide more information about the IMDb rating for the movie Naughty Marietta ?,"db.movies.find({""title"":""Naughty Marietta""}, {""imdb"":1})" who starred in the movie The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""cast"": 1})" what year was the movie The Son of the Sheik released?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""year"": 1})" How did the audience and critics receive the movie The Blood of a Poet?,"db.movies.find({""title"":""The Blood of a Poet""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the viewer rating for the movie The Green Pastures on Rotten Tomatoes?,"db.movies.find({""title"":""The Green Pastures""}, {""tomatoes.viewer.rating"":1})" who was the writer of the movie He Who Gets Slapped?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""writers"": 1})" Who is the lead actor of the movie Ella Cinders ?,"db.movies.find({""title"": ""Ella Cinders""}, {""cast"":{""$slice"": 1},""title"":1})" what is the film The Son of the Sheik description ?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""plot"": 1})" what is the plot for the movie City Lights?,"db.movies.find({""title"": ""City Lights""}, {""plot"": 1})" what is the plot for the film Naughty Marietta?,"db.movies.find({""title"": ""Naughty Marietta""}, {""plot"": 1})" "Among all the actors who have appeared in Yasujiro Ozu's movies, who has appeared the most times?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Yasujiro Ozu"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the average rating of all Short movies in the database?,"db.movies.aggregate([{""$match"": {""genres"": ""Short""}}, {""$group"": { ""_id"": ""null"", ""avgRating"": {""$avg"": ""$imdb.rating"":}}}])" what genre is the film Alice Adams?,"db.movies.find({""title"": ""Alice Adams""}, {""genres"": 1})" How many votes does the movie Four Sons have on IMDb?,"db.movies.find({""title"":""Four Sons""}, {""imdb.votes"":1})" "what year was the movie Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics released?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""year"": 1})" What is the MPAA rating of the movie Hallelujah?,"db.movies.find({""title"":""Hallelujah""}, {""rated"":1})" What is the plot summary of the movie The Devil Is a Woman ?,"db.movies.find({ ""title"": ""The Devil Is a Woman"" }, { ""plot"": 1})" what was the genre of the movie The Iron Horse?,"db.movies.find({""title"": ""The Iron Horse""}, {""genres"": 1})" "In movies directed by Woody Allen, which actor has the highest number of performances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Woody Allen"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" which person wrote the movie Forbidden?,"db.movies.find({""title"": ""Forbidden""}, {""writers"": 1})" what type of movie is Footlight Parade?,"db.movies.find({""title"": ""Footlight Parade""}, {""genres"": 1})" In what year was the movie The Great Ziegfeld released ?,"db.movies.find({ ""title"": ""The Great Ziegfeld"" }, { ""year"": 1})" who was the writer of the movie Napoleon?,"db.movies.find({""title"": ""Napoleon""}, {""writers"": 1})" which company produced the film Morocco?,"db.movies.find({""title"":""Morocco""}, {""tomatoes.production"":1})" What is the percentage of positive reviews among critics for the movie Wild Oranges ?,"db.movies.find({ ""title"": ""Wild Oranges"" },{ ""tomatoes.critic.meter"": 1 })" Who is the lead actress of the movie The Spanish Earth ?,"db.movies.find({""title"": ""The Spanish Earth""}, {""cast"":{""$slice"": 1},""title"":1})" What are the genres associated with the movie The Great Train Robbery ?,"db.movies.find({ ""title"": ""The Great Train Robbery"" }, { ""genres"": 1})" who is the writer of the movie Dames?,"db.movies.find({""title"": ""Dames""}, {""writers"": 1})" What type of movie is Under the Roofs of Paris ?,"db.movies.find({""title"":""Under the Roofs of Paris""}, {""genres"":1})" How many reviews have been submitted for the movie Anna Karenina on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Anna Karenina"" },{ ""tomatoes.viewer.numReviews"": 1 })" Who is the lead actress of the movie Night Must Fall ?,"db.movies.find({""title"": ""Night Must Fall""}, {""cast"":{""$slice"": 1},""title"":1})" Was the movie Harvest well received by audiences?,"db.movies.find({""title"":""Harvest""}, {""tomatoes.viewer"":1})" Who are the actors that appear in the movie Shall We Dance ?,"db.movies.find({ ""title"": ""Shall We Dance"" },{ ""cast"": 1 })" what genre of film is The Thief of Bagdad?,"db.movies.find({""title"": ""The Thief of Bagdad""}, {""genres"": 1})" What is the meter score of the movie The Invisible Man according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Invisible Man""}, {""tomatoes.viewer.meter"": 1})" Could you share with me the titles of the films that Alain Resnais directed?,"db.movies.find({""directors"": ""Alain Resnais""},{""title"":1})" what is the film Broadway Melody of 1936 about?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""plot"": 1})" What is the IMDb rating for the movie The Black Pirate ?,"db.movies.find({""title"":""The Black Pirate""}, {""imdb.rating"":1})" How many reviews have been submitted for the movie The Great Train Robbery on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Great Train Robbery"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the running time of One Hundred Men and a Girl?,"db.movies.find({""title"":""One Hundred Men and a Girl""}, {""runtime"":1})" what kind of movie is High and Dizzy?,"db.movies.find({""title"": ""High and Dizzy""}, {""genres"": 1})" What is the full plot summary of the movie Steamboat Willie ?,"db.movies.find({""title"": ""Steamboat Willie""}, {""plot"": 1})" What languages are spoken in the movie A Woman of Paris: A Drama of Fate ?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, { ""languages"": 1})" How many votes does the movie The Life of Emile Zola have on IMDb?,"db.movies.find({""title"":""The Life of Emile Zola""}, {""imdb.votes"":1})" In which countries was the movie Grass: A Nation's Battle for Life produced?,"db.movies.find({""title"":""Grass: A Nation's Battle for Life""}, {""countries"":1})" what was the release date of the movie Sisters of the Gion?,"db.movies.find({""title"": ""Sisters of the Gion""}, {""released"": 1})" what year was the movie Greed released?,"db.movies.find({""title"": ""Greed""}, {""year"": 1})" what was the release date of the film The Last Command?,"db.movies.find({""title"": ""The Last Command""}, {""released"": 1})" How did the audience and critics receive Freaks?,"db.movies.find({""title"":""Freaks""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What are the highest-rated movies directed by Louis Malle?,"db.movies.find({""directors"": 'Louis Malle', ""imdb.rating"": {""$gt"": 8.5}})" how many awards did the movie Cavalcade win?,"db.movies.find({""title"":""Cavalcade""}, {""awards.wins"":1})" What is the Tomatometer score of the movie Scrooge ?,"db.movies.find({ ""title"": ""Scrooge"" },{ ""tomatoes.critic.meter"": 1 })" Can you give me a brief summary of the movie Battling Butler plot?,"db.movies.find({""title"":""Battling Butler""}, {""plot"":1})" "How did the audience and critics receive the movie Steamboat Bill, Jr.?","db.movies.find({""title"":""Steamboat Bill, Jr.""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How many viewer reviews did the movie High and Dizzy receive on Rotten Tomatoes?,"db.movies.find({""title"":""High and Dizzy""}, {""tomatoes.viewer.numReviews"":1})" Can you provide more information about the Rotten Tomatoes rating for the movie Morocco?,"db.movies.find({""title"": ""Morocco""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" who starred in the movie Skippy?,"db.movies.find({""title"": ""Skippy""}, {""cast"": 1})" the movie Shall We Dance starred which actors?,"db.movies.find({""title"": ""Shall We Dance""}, {""cast"": 1})" What is the overall length of all movies that Martin Scorsese has directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Martin Scorsese"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the plot summary of the movie Miss Lulu Bett ?,"db.movies.find({ ""title"": ""Miss Lulu Bett"" }, { ""plot"": 1})" How many reviews have been submitted by critics for the movie Cavalcade ?,"db.movies.find({""title"": ""Cavalcade""}, {""tomatoes.critic.numReviews"": 1})" who was The Devil to Pay! written by?,"db.movies.find({""title"": ""The Devil to Pay!""}, {""writers"": 1})" what is the plot for Romeo and Juliet?,"db.movies.find({""title"": ""Romeo and Juliet""}, {""plot"": 1})" what is Grand Hotel description?,"db.movies.find({""title"": ""Grand Hotel""}, {""plot"": 1})" How many comments have been posted by users on the movie Tol'able David's page on the Mflix platform?,"db.movies.find({ ""title"": ""Tol'able David"" }, { ""num_mflix_comments"": 1 })" What is the rating of the movie Bride of Frankenstein on IMDb?,"db.movies.find({""title"":""Bride of Frankenstein""}, {""imdb.rating"":1})" what is The Good Earth about in details?,"db.movies.find({""title"": ""The Good Earth""}, {""fullplot"": 1})" In what year was the movie Civilization released?,"db.movies.find({""title"":""Civilization""}, {""year"":1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie The Public Enemy ?,"db.movies.find({""title"":""The Public Enemy""}, {""tomatoes.viewer.meter"":1})" What is the production company of the film Steamboat Willie?,"db.movies.find({""title"":""Steamboat Willie""}, {""tomatoes.production"":1})" What type of media is The Pearls of the Crown?,"db.movies.find({ ""title"": ""The Pearls of the Crown"" }, { ""type"": 1})" In what language was the movie The Count of Monte Cristo released?,"db.movies.find({ ""title"": ""The Count of Monte Cristo"" }, { ""languages"": 1})" When was the movie The Garden of Allah released in theaters?,"db.movies.find({""title"": ""The Garden of Allah""}, {""released"": 1})" What is the runtime of the movie City Lights ?,"db.movies.find({""title"": ""City Lights""}, { ""runtime"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Jazz Singer""}, { ""tomatoes.production"": 1})" "Has The Prisoner of Shark Island won any awards? If so, which ones?","db.movies.find({""title"":""The Prisoner of Shark Island"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what was the release year of Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""year"": 1})" "City Streets, is written by who?","db.movies.find({""title"": ""City Streets""}, {""writers"": 1})" How long is the movie The Scarlet Empress in minutes?,"db.movies.find({""title"":""The Scarlet Empress""}, {""runtime"":1})" What are the genres this movie The Kid belongs to?,"db.movies.find({""title"":""The Kid""}, {""genres"":1})" what genre of film is Under the Roofs of Paris?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""genres"": 1})" "What is the IMDb ID for the movie I Was Born, But...?","db.movies.find({""title"":""I Was Born, But...""}, {""imdb.id"":1})" what is the movie Mary of Scotland description ?,"db.movies.find({""title"": ""Mary of Scotland""}, {""plot"": 1})" what type of movie is Within Our Gates?,"db.movies.find({""title"": ""Within Our Gates""}, {""genres"": 1})" What is the IMDb rating for the movie The Mummy ?,"db.movies.find({""title"":""The Mummy""}, {""imdb.rating"":1})" I'm curious about the films that were directed by Louis Malle. Can you name them?,"db.movies.find({""directors"": ""Louis Malle""},{""title"":1})" who was the film The Red Head written by?,"db.movies.find({""title"": ""The Red Head""}, {""writers"": 1})" What is the language of the movie Red Dust?,"db.movies.find({""title"":""Red Dust""}, {""languages"":1})" Was the movie The Man Who Could Work Miracles well received by audiences?,"db.movies.find({""title"":""The Man Who Could Work Miracles""}, {""tomatoes.viewer"":1})" Who are the actors that appear in the movie Wild Boys of the Road ?,"db.movies.find({ ""title"": ""Wild Boys of the Road"" },{ ""cast"": 1 })" what is the film High and Dizzy description ?,"db.movies.find({""title"": ""High and Dizzy""}, {""plot"": 1})" How long is the movie Movie Crazy in minutes?,"db.movies.find({""title"":""Movie Crazy""}, {""runtime"":1})" what is the plot for the movie Grass: A Nation's Battle for Life?,"db.movies.find({""title"": ""Grass: A Nation's Battle for Life""}, {""plot"": 1})" What is the full plot summary of the movie Les vampires ?,"db.movies.find({""title"": ""Les vampires""}, {""plot"": 1})" What is the production company behind the movie The Docks of New York ?,"db.movies.find({""title"": ""The Docks of New York""}, {""tomatoes.production"": 1})" What is the name of the movie that Louis Malle directed that has the longest duration?,"db.movies.find({""directors"":""Louis Malle""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" How many viewer reviews did the movie The Lost Patrol receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Lost Patrol""}, {""tomatoes.viewer.numReviews"":1})" In which countries was the movie The Front Page produced?,"db.movies.find({""title"":""The Front Page""}, {""countries"":1})" What is the movie Salomè rating?,"db.movies.find({""title"":""Salomè""}, {""rated"":1})" What is the production company of the movie Sanders of the River?,"db.movies.find({""title"":""Sanders of the River""}, {""tomatoes.production"":1})" Can you provide a longer version of the movie It's a Gift plot?,"db.movies.find({""title"":""It's a Gift""}, {""fullplot"":1})" who directed The Great Train Robbery?,"db.movies.find({""title"": ""The Great Train Robbery""}, {""directors"": 1})" what was the release year of the movie Clash of the Wolves?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""year"": 1})" What was the release date for the movie The Wind?,"db.movies.find({""title"":""The Wind""}, {""released"":1})" who's the director of Battling Butler?,"db.movies.find({""title"": ""Battling Butler""}, {""directors"": 1})" Has the movie The Barretts of Wimpole Street won any awards?,"db.movies.find({""title"":""The Barretts of Wimpole Street""}, {""awards.wins"":1})" Who are the actors in the movie The Divorcee?,"db.movies.find({""title"":""The Divorcee""}, {""cast"":1})" What is the running time of the movie Murders in the Rue Morgue?,"db.movies.find({""title"":""Murders in the Rue Morgue""}, {""runtime"":1})" what is the film The Crowd Roars about?,"db.movies.find({""title"": ""The Crowd Roars""}, {""plot"": 1})" What is the IMDb rating for the film Der Kaiser von Kalifornien?,"db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, {""imdb.rating"": 1})" who starred in the movie Lost Horizon?,"db.movies.find({""title"": ""Lost Horizon""}, {""cast"": 1})" what is the plot for the film State Fair?,"db.movies.find({""title"": ""State Fair""}, {""plot"": 1})" what is the genre for the movie Three Smart Girls?,"db.movies.find({""title"": ""Three Smart Girls""}, {""genres"": 1})" What is the movie White Shadows about? Can you provide a brief summary?,"db.movies.find({""title"":""White Shadows""}, {""plot"":1})" what was the release date of the film The Song of Night?,"db.movies.find({""title"": ""The Song of Night""}, {""released"": 1})" who are the actors in the film Little Caesar?,"db.movies.find({""title"": ""Little Caesar""}, {""cast"": 1})" The Invisible Man was directed by who?,"db.movies.find({""title"": ""The Invisible Man""}, {""directors"": 1})" What is the viewer rating for the movie He Who Gets Slapped on Rotten Tomatoes?,"db.movies.find({""title"":""He Who Gets Slapped""}, {""tomatoes.viewer.rating"":1})" The Pearls of the Crown was directed by who?,"db.movies.find({""title"": ""The Pearls of the Crown""}, {""directors"": 1})" What is the viewer rating for the movie Everybody's Woman on Rotten Tomatoes?,"db.movies.find({""title"":""Everybody's Woman""}, {""tomatoes.viewer.rating"":1})" who is the writer of the film The Beloved Vagabond?,"db.movies.find({""title"": ""The Beloved Vagabond""}, {""writers"": 1})" Who is the lead actress of the movie Little Caesar ?,"db.movies.find({""title"": ""Little Caesar""}, {""cast"":{""$slice"": 1},""title"":1})" How many nominations did the movie Gold Diggers of 1933 receive?,"db.movies.find({""title"":""Gold Diggers of 1933""}, {""awards.nominations"":1})" the film Little Caesar was directed by who?,"db.movies.find({""title"": ""Little Caesar""}, {""directors"": 1})" Who is the lead actor of the movie Broadway Bill ?,"db.movies.find({""title"": ""Broadway Bill""}, {""cast"":{""$slice"": 1},""title"":1})" what is the movie The Gilded Lily imdb rating?,"db.movies.find({""title"": ""The Gilded Lily""}, {""imdb.rating"": 1})" who is the director for Broadway Bill?,"db.movies.find({""title"": ""Broadway Bill""}, {""directors"": 1})" How long is the movie Disraeli in minutes?,"db.movies.find({""title"":""Disraeli""}, {""runtime"":1})" who starred in the film Fury?,"db.movies.find({""title"": ""Fury""}, {""cast"": 1})" what genre is the film Baby Face?,"db.movies.find({""title"": ""Baby Face""}, {""genres"": 1})" What is the quantity of movies that Andrei Tarkovsky has directed?,"db.movies.countDocuments({""directors"":""Andrei Tarkovsky""})" What are the names of all the actors who starred in the movie 'Broadway Bill'?,"db.movies.find({""title"": ""Broadway Bill""}, {""cast"": 1})" who wrote the screenplay for the movie Shall We Dance?,"db.movies.aggregate([ { ""$match"": { ""title"":""Shall We Dance""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" "the film Sunrise, was written by who?","db.movies.find({""title"": ""Sunrise""}, {""writers"": 1})" what was the release year of the film The Band Concert?,"db.movies.find({""title"": ""The Band Concert""}, {""year"": 1})" When was the movie Street Angel released?,"db.movies.find({""title"":""Street Angel""}, {""released"":1})" Can you provide me with a list of movies directed by Abbas Kiarostami?,"db.movies.find({""directors"": ""Abbas Kiarostami""},{""title"":1})" How many audience reviews have been submitted for the movie Tarzan the Ape Man ?,"db.movies.find({ ""title"": ""Tarzan the Ape Man"" },{ ""tomatoes.viewer.numReviews"": 1 })" Who are the main actors in Frankenstein ?,"db.movies.find({ ""title"": ""Frankenstein"" }, { ""cast"": 1})" When was the movie The Jazz Singer released?,"db.movies.find({""title"":""The Jazz Singer""}, {""released"":1})" What is the MongoDB document ID of the movie Snow White and the Seven Dwarfs?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""_id"": 1})" How many wins did the movie Toni receive?,"db.movies.find({""title"":""Toni""}, {""awards.wins"":1})" How many movies by Yasujiro Ozu were released in each year?,"db.movies.aggregate([{ $match: { ""directors"": ""Yasujiro Ozu"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" What is the production company behind the movie Masquerade in Vienna ?,"db.movies.find({""title"": ""Masquerade in Vienna""}, { ""tomatoes.production"": 1})" What is the MPAA rating of the film The Crusades?,"db.movies.find({""title"":""The Crusades""}, {""rated"":1})" Can you provide a longer version of the movie Lady Windermere's Fan plot?,"db.movies.find({""title"":""Lady Windermere's Fan""}, {""fullplot"":1})" "When was the information last updated for the movie Laugh, Clown, Laugh ?","db.movies.find({ ""title"": ""Laugh, Clown, Laugh"" },{ ""lastupdated"": 1 })" Can you provide a longer version of the movie Carnival in Flanders plot?,"db.movies.find({""title"":""Carnival in Flanders""}, {""fullplot"":1})" what kind of movie is Elephant Boy?,"db.movies.find({""title"": ""Elephant Boy""}, {""genres"": 1})" Who is the lead actress of the movie Kid Galahad ?,"db.movies.find({""title"": ""Kid Galahad""}, {""cast"":{""$slice"": 1},""title"":1})" who stars in the film The Chechahcos?,"db.movies.find({""title"": ""The Chechahcos""}, {""cast"": 1})" Was the movie Children in the Wind well received by audiences and critics?,"db.movies.find({""title"":""Children in the Wind""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what genre of film is The Life of Emile Zola?,"db.movies.find({""title"": ""The Life of Emile Zola""}, {""genres"": 1})" What is the MPAA rating of the movie The Sin of Madelon Claudet?,"db.movies.find({""title"":""The Sin of Madelon Claudet""}, {""rated"":1})" the director of The Blue Bird was?,"db.movies.find({""title"": ""The Blue Bird""}, {""directors"": 1})" how many awards did the movie Les Misèrables win?,"db.movies.find({""title"":""Les Misèrables""}, {""awards.wins"":1})" how many awards did Upstream win?,"db.movies.find({""title"":""Upstream""}, {""awards.wins"":1})" What is the production company behind the movie A Day in the Country ?,"db.movies.find({""title"": ""A Day in the Country""}, { ""tomatoes.production"": 1})" what is the genre for the movie It?,"db.movies.find({""title"": ""It""}, {""genres"": 1})" what is the movie Pèpè le Moko imdb rating?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""imdb.rating"": 1})" Who are the main actors/actresses in the movie Lenin in October?,"db.movies.find({""title"":""Lenin in October""}, {""cast"":1})" What is the production company behind the movie Shall We Dance ?,"db.movies.find({""title"": ""Shall We Dance""}, { ""tomatoes.production"": 1})" "Miss Lulu Bett, is written by who?","db.movies.find({""title"": ""Miss Lulu Bett""}, {""writers"": 1})" Can you provide a detailed summary of the movie Ben-Hur: A Tale of the Christ plot?,"db.movies.find({ ""title"": ""Ben-Hur: A Tale of the Christ"" }, { ""fullplot"": 1})" What is the text representation of the awards won and nominations received by the movie The Crusades?,"db.movies.find({""title"": ""The Crusades""}, { ""awards.text"": 1})" Which of Jean-Luc Godard's directed films has the lengthiest duration?,"db.movies.find({""directors"":""Jean-Luc Godard""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" What is the consensus among critics about the movie They Won't Forget?,"db.movies.find({""title"": ""They Won't Forget""}, { ""tomatoes.consensus"": 1})" who acted in the movie King Kong?,"db.movies.find({""title"": ""King Kong""}, {""cast"": 1})" who produced the film The Good Earth?,"db.movies.find({""title"":""The Good Earth""}, {""tomatoes.production"":1})" what kind of film is Freaks?,"db.movies.find({""title"": ""Freaks""}, {""genres"": 1})" who wrote The Invisible Ray?,"db.movies.find({""title"": ""The Invisible Ray""}, {""writers"": 1})" Who are the main actors/actresses in the movie Naughty Marietta?,"db.movies.find({""title"":""Naughty Marietta""}, {""cast"":1})" what is the movie Triumph of the Will description ?,"db.movies.find({""title"": ""Triumph of the Will""}, {""plot"": 1})" What is the production company behind the movie Rembrandt ?,"db.movies.find({""title"": ""Rembrandt""}, {""tomatoes.production"": 1})" Who are the actors in the movie Three Smart Girls?,"db.movies.find({""title"":""Three Smart Girls""}, {""cast"":1})" What is the IMDB rating of the movie Murders in the Rue Morgue ?,"db.movies.find({""title"": ""Murders in the Rue Morgue""}, { ""imdb.rating"": 1})" How many reviews have been submitted by critics for the movie The Freshman?,"db.movies.find({ ""title"": ""The Freshman"" }, { ""tomatoes.critic.numReviews"": 1 })" who wrote The Band Concert?,"db.movies.find({""title"": ""The Band Concert""}, {""writers"": 1})" what is the full plot for the movie Three Little Pigs?,"db.movies.find({""title"": ""Three Little Pigs""}, {""fullplot"": 1})" who was the writer of the movie The Great Train Robbery?,"db.movies.find({""title"": ""The Great Train Robbery""}, {""writers"": 1})" Who is the director of the movie The Robber Symphony?,"db.movies.find({""title"": ""The Robber Symphony""}, { ""directors"": 1})" who starred in Flesh and the Devil?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""cast"": 1})" What is the runtime and rating for the movie 'Safety Last!'?,"db.movies.find({""title"": ""Safety Last!""}, {""runtime"": 1, ""rated"": 1})" "How many reviews have been submitted by critics for the movie Laugh, Clown, Laugh ?","db.movies.find({""title"": ""Laugh, Clown, Laugh""}, {""tomatoes.critic.numReviews"": 1})" the movie The Last Command starred who?,"db.movies.find({""title"": ""The Last Command""}, {""cast"": 1})" "which person wrote the film Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""writers"": 1})" What are some of the types of movies that Federico Fellini has directed?,"db.movies.distinct(""genres"", { ""directors"": ""Federico Fellini"" })" In what year was the movie Kid Galahad released ?,"db.movies.find({ ""title"": ""Kid Galahad"" }, { ""year"": 1})" what is Freaks description?,"db.movies.find({""title"": ""Freaks""}, {""plot"": 1})" What is the text description of the movie The Beloved Vagabond awards?,"db.movies.find({""title"":""The Beloved Vagabond""}, {""awards.text"":1})" What is the consensus among critics about the movie San Francisco?,"db.movies.find({""title"": ""San Francisco""}, { ""tomatoes.consensus"": 1})" who wrote The Awful Truth?,"db.movies.find({""title"": ""The Awful Truth""}, {""writers"": 1})" Scarface is a movie written by this person?,"db.movies.find({""title"": ""Scarface""}, {""writers"": 1})" who starred in The Land Beyond the Sunset?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, {""cast"": 1})" When was the movie Gertie the Dinosaur released?,"db.movies.find({""title"":""Gertie the Dinosaur""}, {""released"":1})" What is the language of the film A Woman of Paris: A Drama of Fate?,"db.movies.find({""title"":""A Woman of Paris: A Drama of Fate""}, {""languages"":1})" who is the writer of Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""writers"": 1})" What is the sum of the runtimes of all the films directed by Roberto Rossellini?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Roberto Rossellini"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the plot summary of the movie Toni ?,"db.movies.find({ ""title"": ""Toni"" }, { ""plot"": 1})" What languages are spoken in the movie Lady Windermere's Fan ?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, { ""languages"": 1})" who was the movie Tarzan and His Mate written by?,"db.movies.find({""title"": ""Tarzan and His Mate""}, {""writers"": 1})" what is Becky Sharp description?,"db.movies.find({""title"": ""Becky Sharp""}, {""plot"": 1})" What is the IMDB rating of the movie Little Women ?,"db.movies.find({""title"": ""Little Women""}, { ""imdb.rating"": 1})" What is the ID of the movie Seven Chances on IMDB?,"db.movies.find({""title"": ""Seven Chances""}, {""imdb.id"": 1})" How did the audience and critics receive King of Jazz?,"db.movies.find({""title"":""King of Jazz""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is the genre for the movie Stage Door?,"db.movies.find({""title"": ""Stage Door""}, {""genres"": 1})" who directed the movie Napoleon?,"db.movies.find({""title"": ""Napoleon""}, {""directors"": 1})" Who are the actors in the movie The Spanish Earth?,"db.movies.find({""title"":""The Spanish Earth""}, {""cast"":1})" which person directed The Life of Emile Zola?,"db.movies.find({""title"": ""The Life of Emile Zola""}, {""directors"": 1})" who was the writer of the film Marked Woman?,"db.movies.find({""title"": ""Marked Woman""}, {""writers"": 1})" What languages are spoken in the movie College ?,"db.movies.find({""title"": ""College""}, { ""languages"": 1})" How many votes does the movie Disraeli have on IMDb?,"db.movies.find({""title"":""Disraeli""}, {""imdb.votes"":1})" what genre is The Black Pirate?,"db.movies.find({""title"": ""The Black Pirate""}, {""genres"": 1})" what was the release date of The Invisible Ray?,"db.movies.find({""title"": ""The Invisible Ray""}, {""released"": 1})" who is the director of The Divorcee?,"db.movies.find({""title"": ""The Divorcee""}, {""directors"": 1})" who produced the film The 3 Penny Opera?,"db.movies.find({""title"":""The 3 Penny Opera""}, {""tomatoes.production"":1})" What is the running time of the movie 42nd Street?,"db.movies.find({""title"":""42nd Street""}, {""runtime"":1})" what was the release year of Moscow Laughs?,"db.movies.find({""title"": ""Moscow Laughs""}, {""year"": 1})" what is the genre for the film Seven Chances?,"db.movies.find({""title"": ""Seven Chances""}, {""genres"": 1})" what sort of film is Harvest?,"db.movies.find({""title"": ""Harvest""}, {""genres"": 1})" who was the film The Emperor Jones written by?,"db.movies.find({""title"": ""The Emperor Jones""}, {""writers"": 1})" What is the movie Mayerling about? Can you provide a brief summary?,"db.movies.find({""title"":""Mayerling""}, {""plot"":1})" which person directed The Beloved Vagabond?,"db.movies.find({""title"": ""The Beloved Vagabond""}, {""directors"": 1})" who stars in the movie Swing Time?,"db.movies.find({""title"": ""Swing Time""}, {""cast"": 1})" how many awards did Comradeship win?,"db.movies.find({""title"":""Comradeship""}, {""awards.wins"":1})" What is the MPAA rating of the movie The Story of Louis Pasteur?,"db.movies.find({""title"":""The Story of Louis Pasteur""}, {""rated"":1})" who was the film Broken Lullaby written by?,"db.movies.find({""title"": ""Broken Lullaby""}, {""writers"": 1})" What is the percentage of positive reviews among critics for the movie Queen Christina ?,"db.movies.find({ ""title"": ""Queen Christina"" },{ ""tomatoes.critic.meter"": 1 })" the film Smilin' Through starred which actors?,"db.movies.find({""title"": ""Smilin' Through""}, {""cast"": 1})" What is the viewer rating for the movie Two Seconds on Rotten Tomatoes?,"db.movies.find({""title"":""Two Seconds""}, {""tomatoes.viewer.rating"":1})" How did the audience and critics receive the movie Two Seconds?,"db.movies.find({""title"":""Two Seconds""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How many reviews have been submitted for the movie La Grande Illusion on Rotten Tomatoes?,"db.movies.find({ ""title"": ""La Grande Illusion"" },{ ""tomatoes.viewer.numReviews"": 1 })" what is Romeo and Juliet about?,"db.movies.find({""title"": ""Romeo and Juliet""}, {""plot"": 1})" How many reviews have been submitted by critics for the movie Cops?,"db.movies.find({ ""title"": ""Cops"" }, { ""tomatoes.critic.numReviews"": 1 })" who was the film Frankenstein written by?,"db.movies.find({""title"": ""Frankenstein""}, {""writers"": 1})" who is listed as director for King of Jazz?,"db.movies.find({""title"": ""King of Jazz""}, {""directors"": 1})" who is the director of Kid Galahad?,"db.movies.find({""title"": ""Kid Galahad""}, {""directors"": 1})" What is the MongoDB document ID of the movie Mayerling?,"db.movies.find({""title"": ""Mayerling""}, {""_id"": 1})" which person wrote the movie Blacksmith Scene?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""writers"": 1})" what is the genre of One Hundred Men and a Girl?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""genres"": 1})" What is the IMDb ID for the movie Les vampires?,"db.movies.find({""title"":""Les vampires""}, {""imdb.id"":1})" What was the release date for the movie The Circus?,"db.movies.find({""title"":""The Circus""}, {""released"":1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Son of the Sheik""}, { ""tomatoes.production"": 1})" The Jazz Singer is a movie written by this person?,"db.movies.find({""title"": ""The Jazz Singer""}, {""writers"": 1})" Who are the actors that appear in the movie Seven Chances ?,"db.movies.find({ ""title"": ""Seven Chances"" },{ ""cast"": 1 })" who starred in the film The New Gulliver?,"db.movies.find({""title"": ""The New Gulliver""}, {""cast"": 1})" what is the plot for Ruggles of Red Gap?,"db.movies.find({""title"": ""Ruggles of Red Gap""}, {""plot"": 1})" who directed the film Dodsworth?,"db.movies.find({""title"": ""Dodsworth""}, {""directors"": 1})" "what sort of film is Laugh, Clown, Laugh?","db.movies.find({""title"": ""Laugh, Clown, Laugh""}, {""genres"": 1})" what kind of movie is The Chechahcos?,"db.movies.find({""title"": ""The Chechahcos""}, {""genres"": 1})" What are some of the types of movies that Abbas Kiarostami has directed?,"db.movies.distinct(""genres"", { ""directors"": ""Abbas Kiarostami"" })" In what year was the movie Mutiny on the Bounty released?,"db.movies.find({""title"":""Mutiny on the Bounty""}, {""year"":1})" What is the MPAA rating of the movie The Four Horsemen of the Apocalypse?,"db.movies.find({""title"":""The Four Horsemen of the Apocalypse""}, {""rated"":1})" what is the plot for the movie The Four Horsemen of the Apocalypse?,"db.movies.find({""title"": ""The Four Horsemen of the Apocalypse""}, {""plot"": 1})" who acted in the film The Pearls of the Crown?,"db.movies.find({""title"": ""The Pearls of the Crown""}, {""cast"": 1})" what was the release year of Romeo and Juliet?,"db.movies.find({""title"": ""Romeo and Juliet""}, {""year"": 1})" What is the running time of the movie Cimarron?,"db.movies.find({""title"":""Cimarron""}, {""runtime"":1})" What is the box office revenue for the movie 'The Lives of a Bengal Lancer'?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""tomatoes.boxOffice"": 1})" what is the genre of Le grand jeu?,"db.movies.find({""title"": ""Le grand jeu""}, {""genres"": 1})" what is the movie Toni description ?,"db.movies.find({""title"": ""Toni""}, {""plot"": 1})" What was the release date for the movie Peter Pan?,"db.movies.find({""title"":""Peter Pan""}, {""released"":1})" what kind of movie is Hallelujah?,"db.movies.find({""title"": ""Hallelujah""}, {""genres"": 1})" Who is the director of the movie Three Smart Girls?,"db.movies.find({""title"": ""Three Smart Girls""}, { ""directors"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Topaze""}, { ""tomatoes.production"": 1})" How does the movie The Song of Night rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Song of Night"" },{ ""tomatoes.critic.meter"": 1 })" What languages are spoken in the movie Storm Over Asia?,"db.movies.find({""title"":""Storm Over Asia""}, {""languages"":1})" What is the MPAA rating of the film Sisters of the Gion?,"db.movies.find({""title"":""Sisters of the Gion""}, {""rated"":1})" who is listed as director for The Spanish Earth?,"db.movies.find({""title"": ""The Spanish Earth""}, {""directors"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Flesh and the Devil""}, { ""tomatoes.production"": 1})" "Has the movie The Dark Angel won any awards? If so, which ones?","db.movies.find({""title"":""The Dark Angel"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" How many votes does the movie This Is My Affair have on IMDb?,"db.movies.find({""title"":""This Is My Affair""}, {""imdb.votes"":1})" How many award nominations did the movie receive The Power and the Glory ?,"db.movies.find({ ""title"": ""The Power and the Glory"" },{ ""awards.nominations"": 1 })" the director of Mutiny on the Bounty was?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""directors"": 1})" which person wrote the film Der Kaiser von Kalifornien?,"db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, {""writers"": 1})" "who wrote the movie Laugh, Clown, Laugh?","db.movies.find({""title"": ""Laugh, Clown, Laugh""}, {""writers"": 1})" what is Daughter of Shanghai imdb rating?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""imdb.rating"": 1})" what sort of film is Mèdchen in Uniform?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""genres"": 1})" What is the MongoDB document ID of the movie Le grand jeu?,"db.movies.find({""title"": ""Le grand jeu""}, {""_id"": 1})" who stars in è Nous la Libertè?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""cast"": 1})" what kind of film is City Lights?,"db.movies.find({""title"": ""City Lights""}, {""genres"": 1})" What is the consensus among critics about the movie Who Killed Cock Robin??,"db.movies.find({""title"": ""Who Killed Cock Robin?""}, { ""tomatoes.consensus"": 1})" what is The Robber Symphony imdb rating?,"db.movies.find({""title"": ""The Robber Symphony""}, {""imdb.rating"": 1})" What is the IMDb rating for the movie Naughty Marietta?,"db.movies.find({""title"": ""Naughty Marietta""}, {""imdb.rating"": 1})" What is the IMDb rating for the film Anthony Adverse?,"db.movies.find({""title"": ""Anthony Adverse""}, {""imdb.rating"": 1})" who acted in the film This Is My Affair?,"db.movies.find({""title"": ""This Is My Affair""}, {""cast"": 1})" Could you tell me the main category of movies that Luchino Visconti directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Luchino Visconti"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" How many comments have been posted by users on the movie Daughter of Shanghai's page on the Mflix platform?,"db.movies.find({ ""title"": ""Daughter of Shanghai"" }, { ""num_mflix_comments"": 1 })" What type of movie is The Cameraman ?,"db.movies.find({""title"":""The Cameraman""}, {""genres"":1})" which person wrote the movie Tabu: A Story of the South Seas?,"db.movies.find({""title"": ""Tabu: A Story of the South Seas""}, {""writers"": 1})" What is the plot summary of the movie The Hurricane ?,"db.movies.find({ ""title"": ""The Hurricane"" }, { ""plot"": 1})" what was the genre of the film Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""genres"": 1})" What is the imdbID and year of release for the movie with a title of 'Grass: A Nation's Battle for Life'?,"db.movies.find({""title"": ""Grass: A Nation's Battle for Life""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" "Little Caesar, is written by who?","db.movies.find({""title"": ""Little Caesar""}, {""writers"": 1})" What is the audience rating of the movie Within Our Gates ?,"db.movies.find({ ""title"": ""Within Our Gates"" },{ ""tomatoes.viewer.rating"": 1 })" who is the author of Dante's Inferno?,"db.movies.find({""title"": ""Dante's Inferno""}, {""writers"": 1})" Who is the lead actor of the movie Toni ?,"db.movies.find({""title"": ""Toni""}, {""cast"":{""$slice"": 1},""title"":1})" What is the text representation of the awards won and nominations received by the movie Cleopatra?,"db.movies.find({""title"": ""Cleopatra""}, { ""awards.text"": 1})" Who are the writers of the movie The Trail of the Lonesome Pine ?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, { ""writers"": 1})" what type of film is Smilin' Through?,"db.movies.find({""title"": ""Smilin' Through""}, {""genres"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie The Hunchback of Notre Dame ?,"db.movies.find({""title"":""The Hunchback of Notre Dame""}, {""tomatoes.viewer.meter"":1})" What is the Rotten Tomatoes meter rating for the movie Topaze ?,"db.movies.find({""title"":""Topaze""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What languages are spoken in the movie Swing Time ?,"db.movies.find({""title"": ""Swing Time""}, { ""languages"": 1})" what is the movie Shanghai Express about?,"db.movies.find({""title"": ""Shanghai Express""}, {""plot"": 1})" "the film Les Misèrables, was written by who?","db.movies.find({""title"": ""Les Misèrables""}, {""writers"": 1})" what was the release year of The Story of a Cheat?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""year"": 1})" What is the plot summary of the movie Metropolis ?,"db.movies.find({ ""title"": ""Metropolis"" }, { ""plot"": 1})" What is the name of the movie that Quentin Tarantino directed that has the longest duration?,"db.movies.find({""directors"":""Quentin Tarantino""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" When was the movie Romance released?,"db.movies.find({""title"":""Romance""}, {""released"":1})" What is the production company behind the movie Asphalt ?,"db.movies.find({""title"": ""Asphalt""}, { ""tomatoes.production"": 1})" who was the film This Is My Affair written by?,"db.movies.find({""title"": ""This Is My Affair""}, {""writers"": 1})" What is the box office revenue of the movie The Broadway Melody in dollars?,"db.movies.find({""title"": ""The Broadway Melody""}, {""tomatoes.boxOffice"": 1})" What is the rating of the movie Battling Butler ?,"db.movies.find({ ""title"": ""Battling Butler"" }, { ""rated"": 1})" Who are the main actors in David Golder ?,"db.movies.find({ ""title"": ""David Golder"" }, { ""cast"": 1})" What is the language of the movie The Lower Depths?,"db.movies.find({""title"":""The Lower Depths""}, {""languages"":1})" Can you provide more information about the Rotten Tomatoes rating for the movie Salomè?,"db.movies.find({""title"": ""Salomè""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" who wrote the film Zero for Conduct?,"db.movies.find({""title"": ""Zero for Conduct""}, {""writers"": 1})" Who are the main actors/actresses in the movie è Nous la Libertè?,"db.movies.find({""title"":""è Nous la Libertè""}, {""cast"":1})" Can you share with me the film genres that were helmed by Jean-Luc Godard?,"db.movies.distinct(""genres"", { ""directors"": ""Jean-Luc Godard"" })" who was Cimarron written by?,"db.movies.find({""title"": ""Cimarron""}, {""writers"": 1})" How did the audience and critics receive the movie The Black Cat?,"db.movies.find({""title"":""The Black Cat""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is the film The Lower Depths imdb rating?,"db.movies.find({""title"": ""The Lower Depths""}, {""imdb.rating"": 1})" what sort of movie is Children in the Wind?,"db.movies.find({""title"": ""Children in the Wind""}, {""genres"": 1})" what year was the movie Love Me Tonight released?,"db.movies.find({""title"": ""Love Me Tonight""}, {""year"": 1})" who was A Farewell to Arms directed by?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""directors"": 1})" who produced the film Traffic in Souls?,"db.movies.find({""title"":""Traffic in Souls""}, {""tomatoes.production"":1})" what genre is the movie Roberta?,"db.movies.find({""title"": ""Roberta""}, {""genres"": 1})" who wrote the movie M?,"db.movies.find({""title"": ""M""}, {""writers"": 1})" How many audience reviews have been submitted for the movie Gold Diggers of 1935 ?,"db.movies.find({ ""title"": ""Gold Diggers of 1935"" },{ ""tomatoes.viewer.numReviews"": 1 })" How many reviews did the movie Grand Hotel receive on Rotten Tomatoes?,"db.movies.find({""title"":""Grand Hotel""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" How many award nominations did the movie receive The Four Horsemen of the Apocalypse ?,"db.movies.find({ ""title"": ""The Four Horsemen of the Apocalypse"" },{ ""awards.nominations"": 1 })" How many reviews have been submitted by critics for the movie Night Must Fall ?,"db.movies.find({""title"": ""Night Must Fall""}, {""tomatoes.critic.numReviews"": 1})" what is David Copperfield about?,"db.movies.find({""title"": ""David Copperfield""}, {""plot"": 1})" what is The Ace of Hearts about in details?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""fullplot"": 1})" what year was the movie Snow White and the Seven Dwarfs released?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""year"": 1})" Which film directed by Federico Fellini has the highest rating on Rotten Tomatoes?,"db.movies.find({""directors"": ""Federico Fellini"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" who acted in the movie The Count of Monte Cristo?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""cast"": 1})" how has Black Fury been recieved by critics and audience?,"db.movies.find({""title"":""Black Fury""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who wrote the film Twentieth Century?,"db.movies.find({""title"": ""Twentieth Century""}, {""writers"": 1})" who wrote the screenplay for the movie Romance?,"db.movies.aggregate([ { ""$match"": { ""title"":""Romance""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" what is the film The Big House about in details?,"db.movies.find({""title"": ""The Big House""}, {""fullplot"": 1})" What languages are spoken in the movie A Free Soul?,"db.movies.find({""title"":""A Free Soul""}, {""languages"":1})" What is the language of the film M?,"db.movies.find({""title"":""M""}, {""languages"":1})" Who are the actors in the movie The Lost World?,"db.movies.find({""title"":""The Lost World""}, {""cast"":1})" What is the text representation of the awards won and nominations received by the movie Gold Diggers of 1935?,"db.movies.find({""title"": ""Gold Diggers of 1935""}, { ""awards.text"": 1})" who is the author of Mr. Deeds Goes to Town?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""writers"": 1})" When was the information last updated for the movie The Ghost Goes West ?,"db.movies.find({ ""title"": ""The Ghost Goes West"" },{ ""lastupdated"": 1 })" How many audience reviews have been submitted for the movie In the Land of the Head Hunters?,"db.movies.find({ ""title"": ""In the Land of the Head Hunters"" }, { ""tomatoes.viewer.numReviews"": 1 })" who wrote the movie The Phantom of the Opera?,"db.movies.find({""title"": ""The Phantom of the Opera""}, {""writers"": 1})" what is the movie King Kong about?,"db.movies.find({""title"": ""King Kong""}, {""plot"": 1})" "What is the box office revenue of the movie Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics ?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, { ""tomatoes.boxOffice"": 1})" what is the film Secret Agent imdb rating?,"db.movies.find({""title"": ""Secret Agent""}, {""imdb.rating"": 1})" which person wrote the movie Lonesome?,"db.movies.find({""title"": ""Lonesome""}, {""writers"": 1})" What is the language of the movie Children in the Wind?,"db.movies.find({""title"":""Children in the Wind""}, {""languages"":1})" who are the actors in the movie Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""cast"": 1})" who starred in Carnival in Flanders?,"db.movies.find({""title"": ""Carnival in Flanders""}, {""cast"": 1})" what year was Top Hat released?,"db.movies.find({""title"": ""Top Hat""}, {""year"": 1})" what is the plot for the movie The Music Box?,"db.movies.find({""title"": ""The Music Box""}, {""plot"": 1})" who was It written by?,"db.movies.find({""title"": ""It""}, {""writers"": 1})" who produced the film Carnival in Flanders?,"db.movies.find({""title"":""Carnival in Flanders""}, {""tomatoes.production"":1})" "Has the film Flash Gordon won any awards? If so, which ones?","db.movies.find({""title"":""Flash Gordon"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the IMDb rating for the movie Everybody's Woman ?,"db.movies.find({""title"":""Everybody's Woman""}, {""imdb.rating"":1})" who are the actors in Imitation of Life?,"db.movies.find({""title"": ""Imitation of Life""}, {""cast"": 1})" what was the genre of the movie The Circus?,"db.movies.find({""title"": ""The Circus""}, {""genres"": 1})" What is the running time of the movie A Free Soul?,"db.movies.find({""title"":""A Free Soul""}, {""runtime"":1})" How many votes does the movie Sanders of the River have on IMDb?,"db.movies.find({""title"":""Sanders of the River""}, {""imdb.votes"":1})" who was the writer of the movie Toni?,"db.movies.find({""title"": ""Toni""}, {""writers"": 1})" what is the plot for the movie I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, {""plot"": 1})" what is the movie Eskimo imdb rating?,"db.movies.find({""title"": ""Eskimo""}, {""imdb.rating"": 1})" How many comments have been posted by users on the movie The Blue Light's page on the Mflix platform?,"db.movies.find({ ""title"": ""The Blue Light"" }, { ""num_mflix_comments"": 1 })" What type of media is Mèdchen in Uniform?,"db.movies.find({ ""title"": ""Mèdchen in Uniform"" }, { ""type"": 1})" What is the MongoDB document ID of the movie The Spanish Earth?,"db.movies.find({""title"": ""The Spanish Earth""}, {""_id"": 1})" "how many awards did the film Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics win?","db.movies.find({""title"":""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""awards.wins"":1})" What is the Rotten Tomatoes meter rating for the movie Wife! Be Like a Rose! ?,"db.movies.find({""title"":""Wife! Be Like a Rose!""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" "the film Laugh, Clown, Laugh starred who?","db.movies.find({""title"": ""Laugh, Clown, Laugh""}, {""cast"": 1})" Who are the starring actors/actresses in the movie Lloyd's of London?,"db.movies.find({""title"":""Lloyd's of London""}, {""cast"":1})" What is the plot summary of the movie White Shadows ?,"db.movies.find({ ""title"": ""White Shadows"" }, { ""plot"": 1})" Who are the writers of the movie Cleopatra ?,"db.movies.find({""title"": ""Cleopatra""}, { ""writers"": 1})" Which actor has the greatest number of roles in Terrence Malick's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Terrence Malick"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" "Sherlock Jr., is written by who?","db.movies.find({""title"": ""Sherlock Jr.""}, {""writers"": 1})" What is the running time of San Francisco?,"db.movies.find({""title"":""San Francisco""}, {""runtime"":1})" who was the film Metropolis written by?,"db.movies.find({""title"": ""Metropolis""}, {""writers"": 1})" what sort of film is Romance?,"db.movies.find({""title"": ""Romance""}, {""genres"": 1})" In what year was the movie L'opèra de quat'sous released?,"db.movies.find({""title"":""L'opèra de quat'sous""}, {""year"":1})" how many awards did the movie The Emperor Jones win?,"db.movies.find({""title"":""The Emperor Jones""}, {""awards.wins"":1})" What is the runtime of the movie Three Little Pigs ?,"db.movies.find({""title"": ""Three Little Pigs""}, { ""runtime"": 1})" Could you tell me the typical rating of Gus Van Sant movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Gus Van Sant""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" what year was the movie è Nous la Libertè released?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""year"": 1})" The Life of Emile Zola is a film written by this person?,"db.movies.find({""title"": ""The Life of Emile Zola""}, {""writers"": 1})" the director of The Crowd Roars was?,"db.movies.find({""title"": ""The Crowd Roars""}, {""directors"": 1})" What is the box office revenue of the movie Lloyd's of London in dollars?,"db.movies.find({""title"": ""Lloyd's of London""}, {""tomatoes.boxOffice"": 1})" what is the full plot for the movie The Son of the Sheik?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""fullplot"": 1})" What is the Rotten Tomatoes meter rating for the movie Tsirk ?,"db.movies.find({""title"":""Tsirk""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What movie directed by Abbas Kiarostami has the longest duration?,"db.movies.find({""directors"":""Abbas Kiarostami""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" How long is the runtime of the movie Romeo and Juliet ?,"db.movies.find({""title"":""Romeo and Juliet""}, {""runtime"":1})" What is the viewer rating for the movie Civilization on Rotten Tomatoes?,"db.movies.find({""title"":""Civilization""}, {""tomatoes.viewer.rating"":1})" what genre is the movie San Francisco?,"db.movies.find({""title"": ""San Francisco""}, {""genres"": 1})" what was the genre of the movie Man of Aran?,"db.movies.find({""title"": ""Man of Aran""}, {""genres"": 1})" What languages are spoken in the movie Shanghai Express?,"db.movies.find({""title"":""Shanghai Express""}, {""languages"":1})" What is the language of David Copperfield?,"db.movies.find({""title"":""David Copperfield""}, {""languages"":1})" What is the language of the film Now or Never?,"db.movies.find({""title"":""Now or Never""}, {""languages"":1})" what genre is the movie The Guardsman?,"db.movies.find({""title"": ""The Guardsman""}, {""genres"": 1})" What is the consensus among critics about the movie The Champ ?,"db.movies.find({""title"": ""The Champ""}, {""tomatoes.consensus"": 1})" "Has the film Beau Geste won any awards? If so, which ones?","db.movies.find({""title"":""Beau Geste"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie Steamboat Willie?,"db.movies.find({""title"": ""Steamboat Willie""}, { ""tomatoes.lastUpdated"": 1})" what was the release date of Queen Kelly?,"db.movies.find({""title"": ""Queen Kelly""}, {""released"": 1})" how many awards did the movie Anthony Adverse win?,"db.movies.find({""title"":""Anthony Adverse""}, {""awards.wins"":1})" What is the movie The Music Box about? Can you provide a brief summary?,"db.movies.find({""title"":""The Music Box""}, {""plot"":1})" How many reviews did the movie City Lights receive on Rotten Tomatoes?,"db.movies.find({""title"":""City Lights""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" Who are the actors in the movie The Italian?,"db.movies.find({""title"":""The Italian""}, {""cast"":1})" Can you provide a detailed summary of the movie Nosferatu plot?,"db.movies.find({ ""title"": ""Nosferatu"" }, { ""fullplot"": 1})" who starred in the movie The Spanish Earth?,"db.movies.find({""title"": ""The Spanish Earth""}, {""cast"": 1})" what sort of film is Men Without Women?,"db.movies.find({""title"": ""Men Without Women""}, {""genres"": 1})" what kind of movie is All Quiet on the Western Front?,"db.movies.find({""title"": ""All Quiet on the Western Front""}, {""genres"": 1})" How did the audience and critics receive the film Flying Down to Rio?,"db.movies.find({""title"":""Flying Down to Rio""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What languages are spoken in the movie Scrooge ?,"db.movies.find({""title"": ""Scrooge""}, { ""languages"": 1})" what genre of movie is Folies Bergère de Paris?,"db.movies.find({""title"": ""Folies Bergère de Paris""}, {""genres"": 1})" Which actor has the highest number of appearances in movies directed by Joel Coen?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Joel Coen"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what was the release year of The Public Enemy?,"db.movies.find({""title"": ""The Public Enemy""}, {""year"": 1})" who stars in the film The Hunchback of Notre Dame?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, {""cast"": 1})" What was the release date for the movie Love Me Tonight?,"db.movies.find({""title"":""Love Me Tonight""}, {""released"":1})" who acted in the film The Ghost Goes West?,"db.movies.find({""title"": ""The Ghost Goes West""}, {""cast"": 1})" which person wrote the movie The Lost Patrol?,"db.movies.find({""title"": ""The Lost Patrol""}, {""writers"": 1})" who is listed as director for The Green Pastures?,"db.movies.find({""title"": ""The Green Pastures""}, {""directors"": 1})" What is the total number of films that Claude Chabrol has directed up to now?,"db.movies.countDocuments({""directors"":""Claude Chabrol""})" the film Les vampires starred who?,"db.movies.find({""title"": ""Les vampires""}, {""cast"": 1})" what was the genre of the movie Le grand jeu?,"db.movies.find({""title"": ""Le grand jeu""}, {""genres"": 1})" "Has the movie Elephant Boy won any awards? If so, which ones?","db.movies.find({""title"":""Elephant Boy"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the movie Children in the Wind about? Can you provide a brief summary?,"db.movies.find({""title"":""Children in the Wind""}, {""plot"":1})" what is the plot for the movie The Man Who Knew Too Much?,"db.movies.find({""title"": ""The Man Who Knew Too Much""}, {""plot"": 1})" what was the genre of Lloyd's of London?,"db.movies.find({""title"": ""Lloyd's of London""}, {""genres"": 1})" How many reviews did the movie Asphalt receive on Rotten Tomatoes?,"db.movies.find({""title"":""Asphalt""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" Which motion pictures were directed by Quentin Tarantino?,"db.movies.find({""directors"": ""Quentin Tarantino""},{""title"":1})" which company produced the movie Comradeship?,"db.movies.find({""title"":""Comradeship""}, {""tomatoes.production"":1})" How many awards did the movie win Queen Kelly ?,"db.movies.find({ ""title"": ""Queen Kelly"" },{ ""awards.wins"": 1 })" What is the consensus among critics about the movie The Jazz Singer?,"db.movies.find({""title"": ""The Jazz Singer""}, { ""tomatoes.consensus"": 1})" Who are the writers of the movie The Song of Night ?,"db.movies.find({""title"": ""The Song of Night""}, { ""writers"": 1})" Can you provide more information about the IMDb rating for the movie Broadway Bill ?,"db.movies.find({""title"":""Broadway Bill""}, {""imdb"":1})" Which movies were helmed by Darren Aronofsky and came out in the 1990s?,"db.movies.find({""directors"": 'Darren Aronofsky', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" Which of Francis Ford Coppola's directed films has the briefest duration?,"db.movies.find({""directors"":""Francis Ford Coppola""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" How did the audience and critics receive the movie The Charge of the Light Brigade?,"db.movies.find({""title"":""The Charge of the Light Brigade""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" can you describe the plot of Tol'able David?,"db.movies.find({""title"": ""Tol'able David""}, {""plot"": 1})" what year was Greed released?,"db.movies.find({""title"": ""Greed""}, {""year"": 1})" When was the information about the movie Robin Hood last updated?,"db.movies.find({ ""title"": ""Robin Hood"" }, { ""lastupdated"": 1})" What is the audience rating of the movie The Lost World ?,"db.movies.find({ ""title"": ""The Lost World"" },{ ""tomatoes.viewer.rating"": 1 })" What is the IMDb rating for A Story of Floating Weeds?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""imdb.rating"": 1})" What is the average rating of all of Orson Welles movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Orson Welles""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What is the MPAA rating of the movie The Black Cat?,"db.movies.find({""title"":""The Black Cat""}, {""rated"":1})" what is The Prince and the Pauper imdb rating?,"db.movies.find({""title"": ""The Prince and the Pauper""}, {""imdb.rating"": 1})" who is the author of Everybody's Woman?,"db.movies.find({""title"": ""Everybody's Woman""}, {""writers"": 1})" who stars in the movie The Italian?,"db.movies.find({""title"": ""The Italian""}, {""cast"": 1})" what is the plot for the film The Jazz Singer?,"db.movies.find({""title"": ""The Jazz Singer""}, {""plot"": 1})" the director of Grass: A Nation's Battle for Life was?,"db.movies.find({""title"": ""Grass: A Nation's Battle for Life""}, {""directors"": 1})" what is the movie Fury about in details?,"db.movies.find({""title"": ""Fury""}, {""fullplot"": 1})" How many reviews have been submitted by critics for the movie Dr. Jekyll and Mr. Hyde?,"db.movies.find({ ""title"": ""Dr. Jekyll and Mr. Hyde"" }, { ""tomatoes.critic.numReviews"": 1 })" who is the writer of The Lost World?,"db.movies.find({""title"": ""The Lost World""}, {""writers"": 1})" What is the full plot summary of the movie A Damsel in Distress ?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""plot"": 1})" Can you provide more information about the languages spoken in the movie The 39 Steps ?,"db.movies.find({""title"":""The 39 Steps""}, {""languages"":1})" what is the genre of The Land Beyond the Sunset?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, {""genres"": 1})" the film La Grande Illusion starred which actors?,"db.movies.find({""title"": ""La Grande Illusion""}, {""cast"": 1})" who was the film High and Dizzy written by?,"db.movies.find({""title"": ""High and Dizzy""}, {""writers"": 1})" How many award nominations did the movie receive The Crowd Roars ?,"db.movies.find({ ""title"": ""The Crowd Roars"" },{ ""awards.nominations"": 1 })" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie These Three ?,"db.movies.find({""title"":""These Three""}, {""tomatoes.viewer.meter"":1})" What is the percentage of positive reviews among critics for the movie The Ace of Hearts ?,"db.movies.find({ ""title"": ""The Ace of Hearts"" },{ ""tomatoes.critic.meter"": 1 })" who starred in the movie A Farewell to Arms?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""cast"": 1})" Who is the director of the movie Sherlock Jr.?,"db.movies.find({""title"": ""Sherlock Jr.""}, { ""directors"": 1})" who is listed as director for Der Kaiser von Kalifornien?,"db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, {""directors"": 1})" What is the ID of the movie Metropolis on IMDB?,"db.movies.find({""title"": ""Metropolis""}, {""imdb.id"": 1})" which person directed High and Dizzy?,"db.movies.find({""title"": ""High and Dizzy""}, {""directors"": 1})" Night Must Fall is a film written by this person?,"db.movies.find({""title"": ""Night Must Fall""}, {""writers"": 1})" What is the production company of the movie Payment Deferred?,"db.movies.find({""title"":""Payment Deferred""}, {""tomatoes.production"":1})" Was the movie Tol'able David well received by audiences and critics?,"db.movies.find({""title"":""Tol'able David""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who was the movie Broken Lullaby written by?,"db.movies.find({""title"": ""Broken Lullaby""}, {""writers"": 1})" who stars in The Trail of the Lonesome Pine?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""cast"": 1})" what is the film He Who Gets Slapped description ?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""plot"": 1})" Which films directed by Oliver Stone have the highest ratings?,"db.movies.find({""directors"": 'Oliver Stone', ""imdb.rating"": {""$gt"": 8.5}})" Could you inform me of the total runtime of all Eric Rohmer-directed movies?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Eric Rohmer"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" what was the genre of A Midsummer Night's Dream?,"db.movies.find({""title"": ""A Midsummer Night's Dream""}, {""genres"": 1})" what was the genre of the movie The Spanish Earth?,"db.movies.find({""title"": ""The Spanish Earth""}, {""genres"": 1})" What is the Metacritic score of the movie Viva Villa! ?,"db.movies.find({ ""title"": ""Viva Villa!"" }, { ""metacritic"": 1})" what was the genre of Freaks?,"db.movies.find({""title"": ""Freaks""}, {""genres"": 1})" In what year was the movie The Song of Night released?,"db.movies.find({""title"":""The Song of Night""}, {""year"":1})" "the movie Fury, was written by who?","db.movies.find({""title"": ""Fury""}, {""writers"": 1})" What is the IMDb rating for The Man Who Could Work Miracles?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""imdb.rating"": 1})" Can you provide a longer version of the movie Zoo in Budapest plot?,"db.movies.find({""title"":""Zoo in Budapest""}, {""fullplot"":1})" Was the movie Upstream well received by audiences and critics?,"db.movies.find({""title"":""Upstream""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How many awards did the movie win Murders in the Rue Morgue ?,"db.movies.find({ ""title"": ""Murders in the Rue Morgue"" },{ ""awards.wins"": 1 })" who wrote the screenplay for the movie It Happened One Night?,"db.movies.aggregate([ { ""$match"": { ""title"":""It Happened One Night""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the movie The Big House about? Can you provide a brief summary?,"db.movies.find({""title"":""The Big House""}, {""plot"":1})" what was the release date of Maria Chapdelaine?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""released"": 1})" what kind of film is Two Seconds?,"db.movies.find({""title"": ""Two Seconds""}, {""genres"": 1})" What is the running time of Modern Times?,"db.movies.find({""title"":""Modern Times""}, {""runtime"":1})" how has Daughter of Shanghai been recieved by critics and audience?,"db.movies.find({""title"":""Daughter of Shanghai""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What are the countries associated with the movie Swedenhielms Family ?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""countries"": 1})" what is the film The Crusades imdb rating?,"db.movies.find({""title"": ""The Crusades""}, {""imdb.rating"": 1})" What is the total number of films that Martin Scorsese has directed up to now?,"db.movies.countDocuments({""directors"":""Martin Scorsese""})" what is the movie Civilization about?,"db.movies.find({""title"": ""Civilization""}, {""plot"": 1})" what genre is Camille?,"db.movies.find({""title"": ""Camille""}, {""genres"": 1})" How many wins did the movie Queen Kelly receive?,"db.movies.find({""title"":""Queen Kelly""}, {""awards.wins"":1})" "who starred in the movie Steamboat Bill, Jr.?","db.movies.find({""title"": ""Steamboat Bill, Jr.""}, {""cast"": 1})" What is the rating of the movie Traffic in Souls on IMDb?,"db.movies.find({""title"":""Traffic in Souls""}, {""imdb.rating"":1})" who are the actors in the movie The Count of Monte Cristo?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""cast"": 1})" who wrote the film Under the Roofs of Paris?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""writers"": 1})" What is the language of Payment Deferred?,"db.movies.find({""title"":""Payment Deferred""}, {""languages"":1})" Who are the actors that appear in the movie Napoleon ?,"db.movies.find({ ""title"": ""Napoleon"" },{ ""cast"": 1 })" How many comments have been posted by users on the movie A Star Is Born's page on the Mflix platform?,"db.movies.find({ ""title"": ""A Star Is Born"" }, { ""num_mflix_comments"": 1 })" what sort of film is Theodora Goes Wild?,"db.movies.find({""title"": ""Theodora Goes Wild""}, {""genres"": 1})" What is the audience rating of the movie The Wedding Night ?,"db.movies.find({ ""title"": ""The Wedding Night"" },{ ""tomatoes.viewer.rating"": 1 })" What is the running time of the movie They Won't Forget?,"db.movies.find({""title"":""They Won't Forget""}, {""runtime"":1})" what is the genre for the movie He Who Gets Slapped?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""genres"": 1})" What is the best-reviewed movie on Rotten Tomatoes that was directed by David Fincher?,"db.movies.find({""directors"": ""David Fincher"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the number of films that Vittorio De Sica has directed?,"db.movies.countDocuments({""directors"":""Vittorio De Sica""})" what genre of film is I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, {""genres"": 1})" What is the ID of the movie Les Misèrables on IMDB?,"db.movies.find({""title"": ""Les Misèrables""}, {""imdb.id"": 1})" who starred in Love Me Tonight?,"db.movies.find({""title"": ""Love Me Tonight""}, {""cast"": 1})" What is the MPAA rating of the movie The Italian?,"db.movies.find({""title"":""The Italian""}, {""rated"":1})" What is the running time of the film Children in the Wind?,"db.movies.find({""title"":""Children in the Wind""}, {""runtime"":1})" What is the audience rating of the movie Baby Face ?,"db.movies.find({ ""title"": ""Baby Face"" },{ ""tomatoes.viewer.rating"": 1 })" What is the language of The Unknown?,"db.movies.find({""title"":""The Unknown""}, {""languages"":1})" What is the audience rating of the movie Ella Cinders ?,"db.movies.find({ ""title"": ""Ella Cinders"" },{ ""tomatoes.viewer.rating"": 1 })" who acted in the movie Cimarron?,"db.movies.find({""title"": ""Cimarron""}, {""cast"": 1})" who acted in the movie Payment Deferred?,"db.movies.find({""title"": ""Payment Deferred""}, {""cast"": 1})" What is the MPAA rating of Sherlock Jr.?,"db.movies.find({""title"":""Sherlock Jr.""}, {""rated"":1})" What are the names of all the actors who starred in the movie 'Footlight Parade'?,"db.movies.find({""title"": ""Footlight Parade""}, {""cast"": 1})" who was the writer of the film She Done Him Wrong?,"db.movies.find({""title"": ""She Done Him Wrong""}, {""writers"": 1})" What is the movie The Edge of the World about? Can you provide a brief summary?,"db.movies.find({""title"":""The Edge of the World""}, {""plot"":1})" What is the IMDb rating for the film The Mummy?,"db.movies.find({""title"": ""The Mummy""}, {""imdb.rating"": 1})" Who are the starring actors/actresses in the movie Applause?,"db.movies.find({""title"":""Applause""}, {""cast"":1})" What type of movie is Fury ?,"db.movies.find({""title"":""Fury""}, {""genres"":1})" who are the actors in Daughter of Shanghai?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""cast"": 1})" How many audience reviews have been submitted for the movie Dracula ?,"db.movies.find({ ""title"": ""Dracula"" },{ ""tomatoes.viewer.numReviews"": 1 })" When was the movie è Nous la Libertè released in theaters?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""released"": 1})" "Has the film Laugh, Clown, Laugh won any awards? If so, which ones?","db.movies.find({""title"":""Laugh, Clown, Laugh"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" How many nominations did the movie A Corner in Wheat receive?,"db.movies.find({""title"":""A Corner in Wheat""}, {""awards.nominations"":1})" What is the runtime and rating for the movie 'I Am a Fugitive from a Chain Gang'?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, {""runtime"": 1, ""rated"": 1})" What is the critical reception of the movie The Wind?,"db.movies.find({""title"":""The Wind""}, {""tomatoes.critic"":1})" what was the release date of the film The Front Page?,"db.movies.find({""title"": ""The Front Page""}, {""released"": 1})" what is the genre for the film One Week?,"db.movies.find({""title"": ""One Week""}, {""genres"": 1})" How many reviews have been submitted for the movie Three Smart Girls on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Three Smart Girls"" },{ ""tomatoes.viewer.numReviews"": 1 })" how many awards did the movie For Heaven's Sake win?,"db.movies.find({""title"":""For Heaven's Sake""}, {""awards.wins"":1})" what was the release year of The Edge of the World?,"db.movies.find({""title"": ""The Edge of the World""}, {""year"": 1})" What is the consensus among critics about the movie Dekigokoro ?,"db.movies.find({""title"": ""Dekigokoro""}, {""tomatoes.consensus"": 1})" What is the IMDb rating for A Star Is Born?,"db.movies.find({""title"": ""A Star Is Born""}, {""imdb.rating"": 1})" What is the name of the director and cast for the movie 'Lenin in October'?,"db.movies.find({""title"": ""Lenin in October""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the box office revenue for the movie 'Go West'?,"db.movies.find({""title"": ""Go West""}, {""tomatoes.boxOffice"": 1})" What is the text representation of the awards won and nominations received by the movie Fury?,"db.movies.find({""title"": ""Fury""}, { ""awards.text"": 1})" What is the movie The Birth of a Nation rating?,"db.movies.find({""title"":""The Birth of a Nation""}, {""rated"":1})" who produced the film Zoo in Budapest?,"db.movies.find({""title"":""Zoo in Budapest""}, {""tomatoes.production"":1})" which person wrote the movie Broadway Bill?,"db.movies.find({""title"": ""Broadway Bill""}, {""writers"": 1})" who is the director that directed A Day in the Country?,"db.movies.find({""title"": ""A Day in the Country""}, {""directors"": 1})" What is the audience rating of the movie Popeye the Sailor Meets Sindbad the Sailor ?,"db.movies.find({ ""title"": ""Popeye the Sailor Meets Sindbad the Sailor"" },{ ""tomatoes.viewer.rating"": 1 })" who wrote the screenplay for King Kong?,"db.movies.aggregate([ { ""$match"": { ""title"":""King Kong""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who is the director that directed Scrooge?,"db.movies.find({""title"": ""Scrooge""}, {""directors"": 1})" the film Foolish Wives starred which actors?,"db.movies.find({""title"": ""Foolish Wives""}, {""cast"": 1})" Who are the main actors/actresses in the movie Becky Sharp?,"db.movies.find({""title"":""Becky Sharp""}, {""cast"":1})" In what year was the movie Dishonored released ?,"db.movies.find({ ""title"": ""Dishonored"" }, { ""year"": 1})" When was the movie Broadway Melody of 1936 released?,"db.movies.find({""title"":""Broadway Melody of 1936""}, {""released"":1})" the film Black Legion starred which actors?,"db.movies.find({""title"": ""Black Legion""}, {""cast"": 1})" Can you give me a brief summary of the movie Swedenhielms Family plot?,"db.movies.find({""title"":""Swedenhielms Family""}, {""plot"":1})" who stars in the movie A Free Soul?,"db.movies.find({""title"": ""A Free Soul""}, {""cast"": 1})" What is the Metacritic score of the movie Dames ?,"db.movies.find({ ""title"": ""Dames"" }, { ""metacritic"": 1})" What is the freshness score of the movie Elephant Boy on Rotten Tomatoes?,"db.movies.find({""title"": ""Elephant Boy""}, {""tomatoes.fresh"": 1})" What is the box office revenue of the movie The Good Earth ?,"db.movies.find({""title"": ""The Good Earth""}, { ""tomatoes.boxOffice"": 1})" What type of media is Three Ages?,"db.movies.find({ ""title"": ""Three Ages"" }, { ""type"": 1})" What is the production company behind the movie The Power and the Glory ?,"db.movies.find({""title"": ""The Power and the Glory""}, {""tomatoes.production"": 1})" How many comments have been posted by users on the movie The Crowd's page on the Mflix platform?,"db.movies.find({ ""title"": ""The Crowd"" }, { ""num_mflix_comments"": 1 })" who's the director of The Navigator?,"db.movies.find({""title"": ""The Navigator""}, {""directors"": 1})" How does the movie The Emperor Jones rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Emperor Jones"" },{ ""tomatoes.critic.meter"": 1 })" What is the movie The Divine Lady rating?,"db.movies.find({""title"":""The Divine Lady""}, {""rated"":1})" which person wrote the film Frankenstein?,"db.movies.find({""title"": ""Frankenstein""}, {""writers"": 1})" What is the MongoDB document ID of the movie Dames?,"db.movies.find({""title"": ""Dames""}, {""_id"": 1})" what was the genre of the movie Metropolis?,"db.movies.find({""title"": ""Metropolis""}, {""genres"": 1})" how has One Hundred Men and a Girl been recieved by critics and audience?,"db.movies.find({""title"":""One Hundred Men and a Girl""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the production company of Triumph of the Will?,"db.movies.find({""title"":""Triumph of the Will""}, {""tomatoes.production"":1})" What is the runtime of the movie The Invisible Man ?,"db.movies.find({""title"": ""The Invisible Man""}, { ""runtime"": 1})" What is the imdbID and year of release for the movie with a title of 'Rembrandt'?,"db.movies.find({""title"": ""Rembrandt""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" the film In Old Chicago was directed by who?,"db.movies.find({""title"": ""In Old Chicago""}, {""directors"": 1})" Can you provide a detailed summary of the movie It plot?,"db.movies.find({ ""title"": ""It"" }, { ""fullplot"": 1})" What is the text description of the movie Ella Cinders awards?,"db.movies.find({""title"":""Ella Cinders""}, {""awards.text"":1})" What is the IMDb rating for the movie Going Hollywood ?,"db.movies.find({""title"":""Going Hollywood""}, {""imdb.rating"":1})" What is the box office revenue for the movie 'The 3 Penny Opera'?,"db.movies.find({""title"": ""The 3 Penny Opera""}, {""tomatoes.boxOffice"": 1})" which person wrote the movie Cavalcade?,"db.movies.find({""title"": ""Cavalcade""}, {""writers"": 1})" "the movie One Night of Love, was written by who?","db.movies.find({""title"": ""One Night of Love""}, {""writers"": 1})" Who is the director of the movie The Private Life of Henry VIII.?,"db.movies.find({""title"": ""The Private Life of Henry VIII.""}, { ""directors"": 1})" what type of film is The Devil Is a Woman?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""genres"": 1})" the film The Blue Bird starred who?,"db.movies.find({""title"": ""The Blue Bird""}, {""cast"": 1})" How does the movie Who Killed Cock Robin? rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Who Killed Cock Robin?"" },{ ""tomatoes.critic.meter"": 1 })" What is the IMDb rating for The Birth of a Nation?,"db.movies.find({""title"": ""The Birth of a Nation""}, {""imdb.rating"": 1})" What is the rating of the movie Frankenstein on IMDb?,"db.movies.find({""title"":""Frankenstein""}, {""imdb.rating"":1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Broadway Bill ?,"db.movies.find({""title"":""Broadway Bill""}, {""tomatoes.viewer.meter"":1})" what is the film The Black Cat imdb rating?,"db.movies.find({""title"": ""The Black Cat""}, {""imdb.rating"": 1})" who was the writer of the film Smilin' Through?,"db.movies.find({""title"": ""Smilin' Through""}, {""writers"": 1})" What type of movie is The Big Parade ?,"db.movies.find({""title"":""The Big Parade""}, {""genres"":1})" "Has the movie The Green Pastures won any awards? If so, which ones?","db.movies.find({""title"":""The Green Pastures"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who was the writer of the film The Immigrant?,"db.movies.find({""title"": ""The Immigrant""}, {""writers"": 1})" which person wrote the film Dracula?,"db.movies.find({""title"": ""Dracula""}, {""writers"": 1})" who are the actors in The Birth of a Nation?,"db.movies.find({""title"": ""The Birth of a Nation""}, {""cast"": 1})" the movie Rembrandt starred who?,"db.movies.find({""title"": ""Rembrandt""}, {""cast"": 1})" what sort of film is White Shadows?,"db.movies.find({""title"": ""White Shadows""}, {""genres"": 1})" How many votes did the movie The Docks of New York receive on IMDB?,"db.movies.find({""title"": ""The Docks of New York""}, { ""imdb.votes"": 1})" the film The Lower Depths starred which actors?,"db.movies.find({""title"": ""The Lower Depths""}, {""cast"": 1})" What is the ID of the movie The Passion of Joan of Arc on IMDB?,"db.movies.find({""title"": ""The Passion of Joan of Arc""}, {""imdb.id"": 1})" How many votes did the movie Little Women receive on IMDB?,"db.movies.find({""title"": ""Little Women""}, { ""imdb.votes"": 1})" which company produced the movie Seven Chances?,"db.movies.find({""title"":""Seven Chances""}, {""tomatoes.production"":1})" who are the actors in the film Maria Chapdelaine?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""cast"": 1})" the film Come and Get It was directed by who?,"db.movies.find({""title"": ""Come and Get It""}, {""directors"": 1})" what is The Band Concert imdb rating?,"db.movies.find({""title"": ""The Band Concert""}, {""imdb.rating"": 1})" how has Metropolis been recieved by critics and audience?,"db.movies.find({""title"":""Metropolis""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" which person wrote the film Wild Oranges?,"db.movies.find({""title"": ""Wild Oranges""}, {""writers"": 1})" What languages are spoken in the movie A Farewell to Arms ?,"db.movies.find({""title"": ""A Farewell to Arms""}, { ""languages"": 1})" what is the film Marked Woman about in details?,"db.movies.find({""title"": ""Marked Woman""}, {""fullplot"": 1})" How many reviews did the movie Popeye the Sailor Meets Sindbad the Sailor receive on Rotten Tomatoes?,"db.movies.find({""title"":""Popeye the Sailor Meets Sindbad the Sailor""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" "When was the information about the movie Laugh, Clown, Laugh last updated?","db.movies.find({ ""title"": ""Laugh, Clown, Laugh"" }, { ""lastupdated"": 1})" what kind of film is The Invisible Ray?,"db.movies.find({""title"": ""The Invisible Ray""}, {""genres"": 1})" who wrote the film Where Are My Children??,"db.movies.find({""title"": ""Where Are My Children?""}, {""writers"": 1})" who wrote the film Metropolis?,"db.movies.find({""title"": ""Metropolis""}, {""writers"": 1})" what is the genre for the movie Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""genres"": 1})" How many votes does the movie One Hundred Men and a Girl have on IMDb?,"db.movies.find({""title"":""One Hundred Men and a Girl""}, {""imdb.votes"":1})" what is the film Men Without Women description ?,"db.movies.find({""title"": ""Men Without Women""}, {""plot"": 1})" "what was the release date of Laugh, Clown, Laugh?","db.movies.find({""title"": ""Laugh, Clown, Laugh""}, {""released"": 1})" how has The Last Command been recieved by critics and audience?,"db.movies.find({""title"":""The Last Command""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Napoleon was directed by who?,"db.movies.find({""title"": ""Napoleon""}, {""directors"": 1})" the movie The Story of a Cheat was directed by who?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""directors"": 1})" "Has the movie The Man Who Could Work Miracles won any awards? If so, which ones?","db.movies.find({""title"":""The Man Who Could Work Miracles"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" the film Stage Door starred who?,"db.movies.find({""title"": ""Stage Door""}, {""cast"": 1})" What is the MPAA rating of the movie Stage Door?,"db.movies.find({""title"":""Stage Door""}, {""rated"":1})" What is the Tomatometer score of the movie Masquerade in Vienna ?,"db.movies.find({ ""title"": ""Masquerade in Vienna"" },{ ""tomatoes.critic.meter"": 1 })" Was the movie Wild and Woolly well received by audiences and critics?,"db.movies.find({""title"":""Wild and Woolly""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How many award nominations did the movie receive Dodsworth ?,"db.movies.find({ ""title"": ""Dodsworth"" },{ ""awards.nominations"": 1 })" what was the release year of the film Everybody's Woman?,"db.movies.find({""title"": ""Everybody's Woman""}, {""year"": 1})" What languages are spoken in the movie Clash of the Wolves ?,"db.movies.find({""title"": ""Clash of the Wolves""}, { ""languages"": 1})" What was the release date for the movie The Dark Angel?,"db.movies.find({""title"":""The Dark Angel""}, {""released"":1})" How many movies has Jean-Pierre Melville directed in total?,"db.movies.countDocuments({""directors"":""Jean-Pierre Melville""})" What is the IMDb ID for the movie Dodsworth?,"db.movies.find({""title"":""Dodsworth""}, {""imdb.id"":1})" How did the audience and critics receive the film The Cameraman?,"db.movies.find({""title"":""The Cameraman""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the rating of the movie The Immigrant ?,"db.movies.find({ ""title"": ""The Immigrant"" }, { ""rated"": 1})" Harvest is a movie written by this person?,"db.movies.find({""title"": ""Harvest""}, {""writers"": 1})" In which countries was the movie Red Dust produced?,"db.movies.find({""title"":""Red Dust""}, {""countries"":1})" what was the release year of the movie The Mummy?,"db.movies.find({""title"": ""The Mummy""}, {""year"": 1})" What is the MPAA rating of the film Pèpè le Moko?,"db.movies.find({""title"":""Pèpè le Moko""}, {""rated"":1})" what is the film Anthony Adverse imdb rating?,"db.movies.find({""title"": ""Anthony Adverse""}, {""imdb.rating"": 1})" who is the director for From Hand to Mouth?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""directors"": 1})" what is the genre for the film Tsirk?,"db.movies.find({""title"": ""Tsirk""}, {""genres"": 1})" who acted in the film One Hundred Men and a Girl?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""cast"": 1})" What is the full plot summary of the movie Metropolis ?,"db.movies.find({""title"": ""Metropolis""}, {""plot"": 1})" What is the text representation of the awards won and nominations received by the movie Wonder Bar?,"db.movies.find({""title"": ""Wonder Bar""}, { ""awards.text"": 1})" what is the movie Show People description ?,"db.movies.find({""title"": ""Show People""}, {""plot"": 1})" Can you tell me how many movies Sergei Eisenstein directed for each year they were released?,"db.movies.aggregate([{ $match: { ""directors"": ""Sergei Eisenstein"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" What is the IMDb rating for the film The Kid Brother?,"db.movies.find({""title"": ""The Kid Brother""}, {""imdb.rating"": 1})" Who is the actor that appears the most in movies directed by Darren Aronofsky?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Darren Aronofsky"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the IMDb rating for the movie The Band Concert?,"db.movies.find({""title"": ""The Band Concert""}, {""imdb.rating"": 1})" What is the plot summary of the movie Romance ?,"db.movies.find({ ""title"": ""Romance"" }, { ""plot"": 1})" the director of They Won't Forget was?,"db.movies.find({""title"": ""They Won't Forget""}, {""directors"": 1})" the film City Streets starred which actors?,"db.movies.find({""title"": ""City Streets""}, {""cast"": 1})" the film The Invisible Ray starred which actors?,"db.movies.find({""title"": ""The Invisible Ray""}, {""cast"": 1})" What is the consensus among critics about the movie Disraeli ?,"db.movies.find({""title"": ""Disraeli""}, {""tomatoes.consensus"": 1})" What is the Metacritic score of the movie The Trail of the Lonesome Pine ?,"db.movies.find({ ""title"": ""The Trail of the Lonesome Pine"" }, { ""metacritic"": 1})" What is the Metacritic score of the movie Carnival in Flanders ?,"db.movies.find({ ""title"": ""Carnival in Flanders"" }, { ""metacritic"": 1})" who wrote the screenplay for the movie Everybody's Woman?,"db.movies.aggregate([ { ""$match"": { ""title"":""Everybody's Woman""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" what is the movie The Prisoner of Shark Island about?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""plot"": 1})" In what language was the movie Sherlock Jr. released?,"db.movies.find({ ""title"": ""Sherlock Jr."" }, { ""languages"": 1})" What is the running time of Imitation of Life?,"db.movies.find({""title"":""Imitation of Life""}, {""runtime"":1})" Can you provide a detailed summary of the movie The Music Box plot?,"db.movies.find({ ""title"": ""The Music Box"" }, { ""fullplot"": 1})" who acted in the film Flying Down to Rio?,"db.movies.find({""title"": ""Flying Down to Rio""}, {""cast"": 1})" what kind of film is Anna Karenina?,"db.movies.find({""title"": ""Anna Karenina""}, {""genres"": 1})" what is the film The Saphead description ?,"db.movies.find({""title"": ""The Saphead""}, {""plot"": 1})" Has the movie The Prisoner of Zenda won any awards?,"db.movies.find({""title"":""The Prisoner of Zenda""}, {""awards.wins"":1})" who is the author of The New Gulliver?,"db.movies.find({""title"": ""The New Gulliver""}, {""writers"": 1})" How does the movie Topaze rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Topaze"" },{ ""tomatoes.critic.meter"": 1 })" what is the film Wife! Be Like a Rose! about in details?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""fullplot"": 1})" what is the genre for the film The Immigrant?,"db.movies.find({""title"": ""The Immigrant""}, {""genres"": 1})" What are the genres associated with the movie Red Dust ?,"db.movies.find({ ""title"": ""Red Dust"" }, { ""genres"": 1})" who wrote the screenplay for the film The Four Horsemen of the Apocalypse?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Four Horsemen of the Apocalypse""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" When was the information about the movie Wild and Woolly last updated?,"db.movies.find({ ""title"": ""Wild and Woolly"" }, { ""lastupdated"": 1})" can you describe the plot of The Poor Little Rich Girl?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""plot"": 1})" When was the information last updated for the movie Baby Face ?,"db.movies.find({ ""title"": ""Baby Face"" },{ ""lastupdated"": 1 })" what is the film Love Me Tonight description ?,"db.movies.find({""title"": ""Love Me Tonight""}, {""plot"": 1})" The Invisible Man is a movie written by this person?,"db.movies.find({""title"": ""The Invisible Man""}, {""writers"": 1})" What is the IMDb ID for the movie Romance?,"db.movies.find({""title"":""Romance""}, {""imdb.id"":1})" Who are the main actors/actresses in the movie The Lives of a Bengal Lancer?,"db.movies.find({""title"":""The Lives of a Bengal Lancer""}, {""cast"":1})" What are the highest-rated movies directed by David Fincher?,"db.movies.find({""directors"": 'David Fincher', ""imdb.rating"": {""$gt"": 8.5}})" which company produced the movie Asphalt?,"db.movies.find({""title"":""Asphalt""}, {""tomatoes.production"":1})" What is the rating of the movie Daughter of Shanghai on IMDb?,"db.movies.find({""title"":""Daughter of Shanghai""}, {""imdb.rating"":1})" In what year was the movie The Mummy released?,"db.movies.find({""title"":""The Mummy""}, {""year"":1})" How many reviews have been submitted by critics for the movie The Wind?,"db.movies.find({ ""title"": ""The Wind"" }, { ""tomatoes.critic.numReviews"": 1 })" In which countries was the movie The Crowd Roars produced?,"db.movies.find({""title"":""The Crowd Roars""}, {""countries"":1})" How many reviews have been submitted by critics for the movie Applause?,"db.movies.find({ ""title"": ""Applause"" }, { ""tomatoes.critic.numReviews"": 1 })" Who is the lead actor of the movie Sisters of the Gion ?,"db.movies.find({""title"": ""Sisters of the Gion""}, {""cast"":{""$slice"": 1},""title"":1})" What is the runtime and rating for the movie 'For Heaven's Sake'?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""runtime"": 1, ""rated"": 1})" who directed Lloyd's of London?,"db.movies.find({""title"": ""Lloyd's of London""}, {""directors"": 1})" who is the director that directed Regeneration?,"db.movies.find({""title"": ""Regeneration""}, {""directors"": 1})" what was the release date of the film Beau Geste?,"db.movies.find({""title"": ""Beau Geste""}, {""released"": 1})" What is the MPAA rating of the film The 3 Penny Opera?,"db.movies.find({""title"":""The 3 Penny Opera""}, {""rated"":1})" who stars in Four Sons?,"db.movies.find({""title"": ""Four Sons""}, {""cast"": 1})" who acted in the film The Kid Brother?,"db.movies.find({""title"": ""The Kid Brother""}, {""cast"": 1})" what is the plot for the movie Storm Over Asia?,"db.movies.find({""title"": ""Storm Over Asia""}, {""plot"": 1})" Could you give me the average rating of Alfred Hitchcock's movies that are in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Alfred Hitchcock""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" Can you provide me with a list of movies directed by Claude Chabrol that were released in the 1990s?,"db.movies.find({""directors"": 'Claude Chabrol', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" what genre of film is Two Seconds?,"db.movies.find({""title"": ""Two Seconds""}, {""genres"": 1})" What is the runtime and rating for the movie 'Wife! Be Like a Rose!'?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""runtime"": 1, ""rated"": 1})" What is the box office revenue for the movie 'Nosferatu'?,"db.movies.find({""title"": ""Nosferatu""}, {""tomatoes.boxOffice"": 1})" How many reviews have been submitted for the movie Man of Aran on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Man of Aran"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is Robert Bresson's highest-rated movie on Rotten Tomatoes?,"db.movies.find({""directors"": ""Robert Bresson"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the combined duration of all films that Stanley Kubrick directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Stanley Kubrick"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the rating of the movie Forbidden ?,"db.movies.find({ ""title"": ""Forbidden"" }, { ""rated"": 1})" What is the MPAA rating of The Crowd?,"db.movies.find({""title"":""The Crowd""}, {""rated"":1})" what was the genre of the movie Dekigokoro?,"db.movies.find({""title"": ""Dekigokoro""}, {""genres"": 1})" what sort of film is He Who Gets Slapped?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""genres"": 1})" How many reviews have been submitted by critics for the movie Lady Windermere's Fan?,"db.movies.find({ ""title"": ""Lady Windermere's Fan"" }, { ""tomatoes.critic.numReviews"": 1 })" What is the MongoDB document ID of the movie Masquerade in Vienna?,"db.movies.find({""title"": ""Masquerade in Vienna""}, {""_id"": 1})" who is the writer of Salomè?,"db.movies.find({""title"": ""Salomè""}, {""writers"": 1})" who's the director of Nanook of the North?,"db.movies.find({""title"": ""Nanook of the North""}, {""directors"": 1})" What languages are spoken in the movie Four Sons ?,"db.movies.find({""title"": ""Four Sons""}, { ""languages"": 1})" which company produced the film Flash Gordon?,"db.movies.find({""title"":""Flash Gordon""}, {""tomatoes.production"":1})" what was the release year of Pandora's Box?,"db.movies.find({""title"": ""Pandora's Box""}, {""year"": 1})" What is the rating of the movie Two Seconds on IMDb?,"db.movies.find({""title"":""Two Seconds""}, {""imdb.rating"":1})" how many awards did the film Elephant Boy win?,"db.movies.find({""title"":""Elephant Boy""}, {""awards.wins"":1})" which company produced the movie Payment Deferred?,"db.movies.find({""title"":""Payment Deferred""}, {""tomatoes.production"":1})" what is Grass: A Nation's Battle for Life imdb rating?,"db.movies.find({""title"": ""Grass: A Nation's Battle for Life""}, {""imdb.rating"": 1})" "the movie The Strong Man, was written by who?","db.movies.find({""title"": ""The Strong Man""}, {""writers"": 1})" Can you provide a detailed summary of the movie Gertie the Dinosaur plot?,"db.movies.find({ ""title"": ""Gertie the Dinosaur"" }, { ""fullplot"": 1})" What is the prevailing movie genre in Alfred Hitchcock's directed films?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Alfred Hitchcock"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" In what year was the movie Wild and Woolly released ?,"db.movies.find({ ""title"": ""Wild and Woolly"" }, { ""year"": 1})" what is Skippy about in details?,"db.movies.find({""title"": ""Skippy""}, {""fullplot"": 1})" which person wrote the movie è Nous la Libertè?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""writers"": 1})" what is The Thief of Bagdad imdb rating?,"db.movies.find({""title"": ""The Thief of Bagdad""}, {""imdb.rating"": 1})" "What is the rating of the movie Steamboat Bill, Jr. according to viewers on Rotten Tomatoes?","db.movies.find({""title"": ""Steamboat Bill, Jr.""}, {""tomatoes.viewer.rating"": 1})" What is the movie The Crowd about? Can you provide a brief summary?,"db.movies.find({""title"":""The Crowd""}, {""plot"":1})" What is the imdbID and genre of the movie 'Payment Deferred'?,"db.movies.find({""title"": ""Payment Deferred""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" the film The Ace of Hearts starred which actors?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""cast"": 1})" In what year was the movie Broken Blossoms or The Yellow Man and the Girl released ?,"db.movies.find({ ""title"": ""Broken Blossoms or The Yellow Man and the Girl"" }, { ""year"": 1})" What is the Tomatometer score of the movie The Public Enemy ?,"db.movies.find({ ""title"": ""The Public Enemy"" },{ ""tomatoes.critic.meter"": 1 })" which company produced the film Night Must Fall?,"db.movies.find({""title"":""Night Must Fall""}, {""tomatoes.production"":1})" Which movies did Gus Van Sant direct?,"db.movies.find({""directors"": ""Gus Van Sant""},{""title"":1})" What is the movie Men Without Women rating?,"db.movies.find({""title"":""Men Without Women""}, {""rated"":1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Storm Over Asia""}, { ""tomatoes.production"": 1})" what was the release year of In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, {""year"": 1})" who was the writer of The Story of Louis Pasteur?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""writers"": 1})" Who is the lead actor of the movie The Wedding Night ?,"db.movies.find({""title"": ""The Wedding Night""}, {""cast"":{""$slice"": 1},""title"":1})" which person directed College?,"db.movies.find({""title"": ""College""}, {""directors"": 1})" When was the movie The Informer released?,"db.movies.find({""title"":""The Informer""}, {""released"":1})" What is the name of the director and cast for the movie 'My Man Godfrey'?,"db.movies.find({""title"": ""My Man Godfrey""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the rating of the movie Nosferatu on IMDb?,"db.movies.find({""title"":""Nosferatu""}, {""imdb.rating"":1})" When was the information last updated for the movie The Gay Divorcee ?,"db.movies.find({ ""title"": ""The Gay Divorcee"" },{ ""lastupdated"": 1 })" who was the movie King Kong written by?,"db.movies.find({""title"": ""King Kong""}, {""writers"": 1})" What is the meter score of the movie Cops according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Cops""}, {""tomatoes.viewer.meter"": 1})" What is the critical reception of the movie Children in the Wind?,"db.movies.find({""title"":""Children in the Wind""}, {""tomatoes.critic"":1})" What is the plot summary of the movie The Black Cat ?,"db.movies.find({ ""title"": ""The Black Cat"" }, { ""plot"": 1})" What is the rating of the movie The Big House on IMDb?,"db.movies.find({""title"":""The Big House""}, {""imdb.rating"":1})" which person wrote the movie Battling Butler?,"db.movies.find({""title"": ""Battling Butler""}, {""writers"": 1})" What is the production company of Lenin in October?,"db.movies.find({""title"":""Lenin in October""}, {""tomatoes.production"":1})" How many votes did the movie The Navigator receive on IMDB?,"db.movies.find({""title"": ""The Navigator""}, { ""imdb.votes"": 1})" What is the viewer rating for the movie Foolish Wives on Rotten Tomatoes?,"db.movies.find({""title"":""Foolish Wives""}, {""tomatoes.viewer.rating"":1})" what is the plot for the movie The Thin Man?,"db.movies.find({""title"": ""The Thin Man""}, {""plot"": 1})" Can you provide more information about the IMDb rating for the movie One Hundred Men and a Girl ?,"db.movies.find({""title"":""One Hundred Men and a Girl""}, {""imdb"":1})" who was the writer of the film Romance?,"db.movies.find({""title"": ""Romance""}, {""writers"": 1})" What was the release date for the movie Der Kaiser von Kalifornien?,"db.movies.find({""title"":""Der Kaiser von Kalifornien""}, {""released"":1})" which company produced the movie The Lower Depths?,"db.movies.find({""title"":""The Lower Depths""}, {""tomatoes.production"":1})" who is the writer of Man of Aran?,"db.movies.find({""title"": ""Man of Aran""}, {""writers"": 1})" what is the genre of Stage Door?,"db.movies.find({""title"": ""Stage Door""}, {""genres"": 1})" what is the plot for the movie The Kid?,"db.movies.find({""title"": ""The Kid""}, {""plot"": 1})" what is the full plot for the film Camille?,"db.movies.find({""title"": ""Camille""}, {""fullplot"": 1})" what is the film Broken Lullaby imdb rating?,"db.movies.find({""title"": ""Broken Lullaby""}, {""imdb.rating"": 1})" How many reviews have been submitted for the movie Wonder Bar on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Wonder Bar"" },{ ""tomatoes.viewer.numReviews"": 1 })" who is listed as director for Our Hospitality?,"db.movies.find({""title"": ""Our Hospitality""}, {""directors"": 1})" who was The Invisible Ray written by?,"db.movies.find({""title"": ""The Invisible Ray""}, {""writers"": 1})" Which movie genre does Darren Aronofsky mainly specialize in as a director?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Darren Aronofsky"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what are the genres directed by Ingmar Bergman?,"db.movies.distinct(""genres"", { ""directors"": ""Ingmar Bergman"" })" How many audience reviews have been submitted for the movie Fury?,"db.movies.find({ ""title"": ""Fury"" }, { ""tomatoes.viewer.numReviews"": 1 })" What is the audience rating of the movie The Phantom of the Opera ?,"db.movies.find({ ""title"": ""The Phantom of the Opera"" },{ ""tomatoes.viewer.rating"": 1 })" who produced the film A Free Soul?,"db.movies.find({""title"":""A Free Soul""}, {""tomatoes.production"":1})" who produced Westfront 1918?,"db.movies.find({""title"":""Westfront 1918""}, {""tomatoes.production"":1})" how many awards did the movie The Thin Man win?,"db.movies.find({""title"":""The Thin Man""}, {""awards.wins"":1})" who directed the film A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""directors"": 1})" Who is the lead actress of the movie The Birth of a Nation ?,"db.movies.find({""title"": ""The Birth of a Nation""}, {""cast"":{""$slice"": 1},""title"":1})" How many reviews have been submitted by critics for the movie Broken Lullaby?,"db.movies.find({ ""title"": ""Broken Lullaby"" }, { ""tomatoes.critic.numReviews"": 1 })" What is the movie Lenin in October rating?,"db.movies.find({""title"":""Lenin in October""}, {""rated"":1})" "the film The Pearls of the Crown, was written by who?","db.movies.find({""title"": ""The Pearls of the Crown""}, {""writers"": 1})" who is the director that directed Zoo in Budapest?,"db.movies.find({""title"": ""Zoo in Budapest""}, {""directors"": 1})" "What is the general rating of Francois Truffaut's films in the database, calculated as an average?","db.movies.aggregate([{""$match"": {""directors"":""Francois Truffaut""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What is the meter score of the movie Freaks according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Freaks""}, {""tomatoes.viewer.meter"": 1})" Tol'able David is a film written by this person?,"db.movies.find({""title"": ""Tol'able David""}, {""writers"": 1})" In which countries was the movie Lonesome produced?,"db.movies.find({""title"":""Lonesome""}, {""countries"":1})" who acted in the film The Divorcee?,"db.movies.find({""title"": ""The Divorcee""}, {""cast"": 1})" What is the MPAA rating of the movie Who Killed Cock Robin??,"db.movies.find({""title"":""Who Killed Cock Robin?""}, {""rated"":1})" the movie Going Hollywood was directed by who?,"db.movies.find({""title"": ""Going Hollywood""}, {""directors"": 1})" "the movie Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics, was written by who?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""writers"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Naughty Marietta?,"db.movies.find({""title"": ""Naughty Marietta""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" Can you provide more information about the languages spoken in the movie The Wind ?,"db.movies.find({""title"":""The Wind""}, {""languages"":1})" what kind of film is Daughter of Shanghai?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""genres"": 1})" Can you give me a brief summary of the movie Robin Hood plot?,"db.movies.find({""title"":""Robin Hood""}, {""plot"":1})" How many viewer reviews did the movie The Lives of a Bengal Lancer receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Lives of a Bengal Lancer""}, {""tomatoes.viewer.numReviews"":1})" How many viewer reviews did the movie The Wedding March receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Wedding March""}, {""tomatoes.viewer.numReviews"":1})" How did the audience and critics receive the film The Lost Patrol?,"db.movies.find({""title"":""The Lost Patrol""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what was the release date of the film Lost Horizon?,"db.movies.find({""title"": ""Lost Horizon""}, {""released"": 1})" Who are the main actors in Three Smart Girls ?,"db.movies.find({ ""title"": ""Three Smart Girls"" }, { ""cast"": 1})" How does the movie Snow White and the Seven Dwarfs rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Snow White and the Seven Dwarfs"" },{ ""tomatoes.critic.meter"": 1 })" what genre is the movie It Happened One Night?,"db.movies.find({""title"": ""It Happened One Night""}, {""genres"": 1})" who is the writer of She?,"db.movies.find({""title"": ""She""}, {""writers"": 1})" Four Sons is a movie written by this person?,"db.movies.find({""title"": ""Four Sons""}, {""writers"": 1})" who was the writer of the movie The Unknown?,"db.movies.find({""title"": ""The Unknown""}, {""writers"": 1})" which person wrote the movie Disraeli?,"db.movies.find({""title"": ""Disraeli""}, {""writers"": 1})" what kind of movie is The Hurricane?,"db.movies.find({""title"": ""The Hurricane""}, {""genres"": 1})" What are the genres this movie A Damsel in Distress belongs to?,"db.movies.find({""title"":""A Damsel in Distress""}, {""genres"":1})" What is the MongoDB document ID of the movie Applause?,"db.movies.find({""title"": ""Applause""}, {""_id"": 1})" who starred in Foolish Wives?,"db.movies.find({""title"": ""Foolish Wives""}, {""cast"": 1})" what year was the movie Show People released?,"db.movies.find({""title"": ""Show People""}, {""year"": 1})" who wrote the screenplay for the movie A Day in the Country?,"db.movies.aggregate([ { ""$match"": { ""title"":""A Day in the Country""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the audience rating of the movie The Jazz Singer ?,"db.movies.find({ ""title"": ""The Jazz Singer"" },{ ""tomatoes.viewer.rating"": 1 })" what is the full plot for the film Zero for Conduct?,"db.movies.find({""title"": ""Zero for Conduct""}, {""fullplot"": 1})" Could you tell me the typical rating of Claude Chabrol movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Claude Chabrol""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" How many reviews have been submitted for the movie Regeneration on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Regeneration"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the IMDb rating for the movie Topaze?,"db.movies.find({""title"": ""Topaze""}, {""imdb.rating"": 1})" what genre is Red Dust?,"db.movies.find({""title"": ""Red Dust""}, {""genres"": 1})" who directed the movie The Great Ziegfeld?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""directors"": 1})" What is the MPAA rating of Pèpè le Moko?,"db.movies.find({""title"":""Pèpè le Moko""}, {""rated"":1})" What is the plot summary of the movie Robin Hood ?,"db.movies.find({ ""title"": ""Robin Hood"" }, { ""plot"": 1})" Which types of movies has Wes Anderson directed?,"db.movies.distinct(""genres"", { ""directors"": ""Wes Anderson"" })" What are the highest-rated movies directed by Orson Welles?,"db.movies.find({""directors"": 'Orson Welles', ""imdb.rating"": {""$gt"": 8.5}})" What is the IMDb rating for Mary of Scotland?,"db.movies.find({""title"": ""Mary of Scotland""}, {""imdb.rating"": 1})" Who are the main actors/actresses in the movie The Lower Depths?,"db.movies.find({""title"":""The Lower Depths""}, {""cast"":1})" What are the names of all the actors who starred in the movie 'The Gilded Lily'?,"db.movies.find({""title"": ""The Gilded Lily""}, {""cast"": 1})" who wrote the screenplay for the movie The New Gulliver?,"db.movies.aggregate([ { ""$match"": { ""title"":""The New Gulliver""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What languages are spoken in the movie La Grande Illusion?,"db.movies.find({""title"":""La Grande Illusion""}, {""languages"":1})" Has the movie College won any awards?,"db.movies.find({""title"":""College""}, {""awards.wins"":1})" Who is the lead actress of the movie Skippy ?,"db.movies.find({""title"": ""Skippy""}, {""cast"":{""$slice"": 1},""title"":1})" What languages are spoken in the movie Comradeship ?,"db.movies.find({""title"": ""Comradeship""}, { ""languages"": 1})" Who are the actors in the movie The Song of Night?,"db.movies.find({""title"":""The Song of Night""}, {""cast"":1})" Can you provide a detailed summary of the movie The Robber Symphony plot?,"db.movies.find({ ""title"": ""The Robber Symphony"" }, { ""fullplot"": 1})" When was the information last updated for the movie The World Moves On ?,"db.movies.find({ ""title"": ""The World Moves On"" },{ ""lastupdated"": 1 })" What is the running time of the movie The Blue Bird?,"db.movies.find({""title"":""The Blue Bird""}, {""runtime"":1})" What is the highest-ranking Stanley Kubrick-directed film on Rotten Tomatoes?,"db.movies.find({""directors"": ""Stanley Kubrick"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the name of the director and cast for the movie 'Tsirk'?,"db.movies.find({""title"": ""Tsirk""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the IMDb rating for the movie Lenin in October?,"db.movies.find({""title"": ""Lenin in October""}, {""imdb.rating"": 1})" Who are the starring actors/actresses in the movie Seven Chances?,"db.movies.find({""title"":""Seven Chances""}, {""cast"":1})" what is the plot for Sisters of the Gion?,"db.movies.find({""title"": ""Sisters of the Gion""}, {""plot"": 1})" What is the imdbID and year of release for the movie with a title of 'Maria Chapdelaine'?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" The Cameraman is a movie written by this person?,"db.movies.find({""title"": ""The Cameraman""}, {""writers"": 1})" Can you share with me the film genres that were helmed by Gus Van Sant?,"db.movies.distinct(""genres"", { ""directors"": ""Gus Van Sant"" })" What is the Metacritic score of the movie Sons of the Desert ?,"db.movies.find({ ""title"": ""Sons of the Desert"" }, { ""metacritic"": 1})" who is the director that directed Swing Time?,"db.movies.find({""title"": ""Swing Time""}, {""directors"": 1})" "Alice Adams, was written by who?","db.movies.find({""title"": ""Alice Adams""}, {""writers"": 1})" How does the movie The Hunchback of Notre Dame rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Hunchback of Notre Dame"" },{ ""tomatoes.critic.meter"": 1 })" When was the movie Children in the Wind released in theaters?,"db.movies.find({""title"": ""Children in the Wind""}, {""released"": 1})" what is the full plot for the movie Freaks?,"db.movies.find({""title"": ""Freaks""}, {""fullplot"": 1})" What is the IMDb rating for the movie Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""imdb.rating"": 1})" what sort of movie is Night Must Fall?,"db.movies.find({""title"": ""Night Must Fall""}, {""genres"": 1})" what is the plot for the movie Hallelujah?,"db.movies.find({""title"": ""Hallelujah""}, {""plot"": 1})" the movie Blacksmith Scene was directed by who?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""directors"": 1})" What movie directed by Oliver Stone has the best Rotten Tomatoes score?,"db.movies.find({""directors"": ""Oliver Stone"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" the movie Marked Woman starred which actors?,"db.movies.find({""title"": ""Marked Woman""}, {""cast"": 1})" What is the meter score of the movie The Count of Monte Cristo according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""tomatoes.viewer.meter"": 1})" What is the percentage of positive reviews among critics for the movie Red Dust ?,"db.movies.find({ ""title"": ""Red Dust"" },{ ""tomatoes.critic.meter"": 1 })" can you describe the plot of Broadway Bill?,"db.movies.find({""title"": ""Broadway Bill""}, {""plot"": 1})" Can you provide more information about the IMDb rating for the movie The Big Parade ?,"db.movies.find({""title"":""The Big Parade""}, {""imdb"":1})" what sort of film is Wild Boys of the Road?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""genres"": 1})" who was The Jazz Singer written by?,"db.movies.find({""title"": ""The Jazz Singer""}, {""writers"": 1})" What is the MPAA rating of the movie City Streets?,"db.movies.find({""title"":""City Streets""}, {""rated"":1})" How many reviews have been submitted for the movie It's a Gift on Rotten Tomatoes?,"db.movies.find({ ""title"": ""It's a Gift"" },{ ""tomatoes.viewer.numReviews"": 1 })" How many comments have been posted by users on the movie Flying Down to Rio's page on the Mflix platform?,"db.movies.find({ ""title"": ""Flying Down to Rio"" }, { ""num_mflix_comments"": 1 })" In what year was the movie The Birth of a Nation released?,"db.movies.find({""title"":""The Birth of a Nation""}, {""year"":1})" who are the actors in Movie Crazy?,"db.movies.find({""title"": ""Movie Crazy""}, {""cast"": 1})" Which movie genres did Claude Chabrol direct?,"db.movies.distinct(""genres"", { ""directors"": ""Claude Chabrol"" })" What is the production company behind the movie x?,"db.movies.find({""title"": ""Queen Christina""}, { ""tomatoes.production"": 1})" How many votes does the movie Lloyd's of London have on IMDb?,"db.movies.find({""title"":""Lloyd's of London""}, {""imdb.votes"":1})" who is the author of Cavalcade?,"db.movies.find({""title"": ""Cavalcade""}, {""writers"": 1})" who stars in Flesh and the Devil?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""cast"": 1})" Who are the main actors/actresses in the movie The Thin Man?,"db.movies.find({""title"":""The Thin Man""}, {""cast"":1})" What is the production company of the movie Ruggles of Red Gap?,"db.movies.find({""title"":""Ruggles of Red Gap""}, {""tomatoes.production"":1})" What is the rating of the movie A Corner in Wheat ?,"db.movies.find({ ""title"": ""A Corner in Wheat"" }, { ""rated"": 1})" what is the full plot for the movie The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""fullplot"": 1})" who was the writer of the film Mr. Deeds Goes to Town?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""writers"": 1})" How many reviews did the movie The Blue Bird receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Blue Bird""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" When was the movie Gold Diggers of 1935 released in theaters?,"db.movies.find({""title"": ""Gold Diggers of 1935""}, {""released"": 1})" what sort of movie is The Broadway Melody?,"db.movies.find({""title"": ""The Broadway Melody""}, {""genres"": 1})" What is the production company of the film Topaze?,"db.movies.find({""title"":""Topaze""}, {""tomatoes.production"":1})" What is the Rotten Tomatoes meter rating for the movie White Shadows ?,"db.movies.find({""title"":""White Shadows""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" who was Men Without Women written by?,"db.movies.find({""title"": ""Men Without Women""}, {""writers"": 1})" who starred in the film The Circus?,"db.movies.find({""title"": ""The Circus""}, {""cast"": 1})" what is the genre for the film The Son of the Sheik?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""genres"": 1})" what is the plot for the film Tabu: A Story of the South Seas?,"db.movies.find({""title"": ""Tabu: A Story of the South Seas""}, {""plot"": 1})" What is the audience rating of the movie Wonder Bar ?,"db.movies.find({ ""title"": ""Wonder Bar"" },{ ""tomatoes.viewer.rating"": 1 })" "Has the movie M won any awards? If so, which ones?","db.movies.find({""title"":""M"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what is the movie Queen Kelly imdb rating?,"db.movies.find({""title"": ""Queen Kelly""}, {""imdb.rating"": 1})" "Has the film The Immigrant won any awards? If so, which ones?","db.movies.find({""title"":""The Immigrant"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What languages are spoken in the movie The Power and the Glory ?,"db.movies.find({""title"": ""The Power and the Glory""}, { ""languages"": 1})" What is the production company of the film Gertie the Dinosaur?,"db.movies.find({""title"":""Gertie the Dinosaur""}, {""tomatoes.production"":1})" What is the production company of The Jazz Singer?,"db.movies.find({""title"":""The Jazz Singer""}, {""tomatoes.production"":1})" how many awards did the film Theodora Goes Wild win?,"db.movies.find({""title"":""Theodora Goes Wild""}, {""awards.wins"":1})" What languages are spoken in the movie In Old Arizona?,"db.movies.find({""title"":""In Old Arizona""}, {""languages"":1})" who stars in Triumph of the Will?,"db.movies.find({""title"": ""Triumph of the Will""}, {""cast"": 1})" What is the box office revenue for the movie 'Snow White and the Seven Dwarfs'?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""tomatoes.boxOffice"": 1})" When was the information about the movie The Crusades last updated?,"db.movies.find({ ""title"": ""The Crusades"" }, { ""lastupdated"": 1})" what was the release year of Broadway Melody of 1936?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""year"": 1})" what sort of movie is The Blue Bird?,"db.movies.find({""title"": ""The Blue Bird""}, {""genres"": 1})" what is the plot for The Ace of Hearts?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""plot"": 1})" Who are the actors that appear in the movie Nosferatu ?,"db.movies.find({ ""title"": ""Nosferatu"" },{ ""cast"": 1 })" what was the release year of The Black Pirate?,"db.movies.find({""title"": ""The Black Pirate""}, {""year"": 1})" what genre is the movie From Hand to Mouth?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""genres"": 1})" what was the release date of the movie Upstream?,"db.movies.find({""title"": ""Upstream""}, {""released"": 1})" the film Pandora's Box starred which actors?,"db.movies.find({""title"": ""Pandora's Box""}, {""cast"": 1})" who is the director of One Night of Love?,"db.movies.find({""title"": ""One Night of Love""}, {""directors"": 1})" What is the rating of the movie The Gay Divorcee ?,"db.movies.find({ ""title"": ""The Gay Divorcee"" }, { ""rated"": 1})" who wrote the screenplay for the film Broken Blossoms or The Yellow Man and the Girl?,"db.movies.aggregate([ { ""$match"": { ""title"":""Broken Blossoms or The Yellow Man and the Girl""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" what type of movie is Grass: A Nation's Battle for Life?,"db.movies.find({""title"": ""Grass: A Nation's Battle for Life""}, {""genres"": 1})" Could you tell me the main category of movies that Jean Renoir directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Jean Renoir"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the MongoDB document ID of the movie The Mummy?,"db.movies.find({""title"": ""The Mummy""}, {""_id"": 1})" What is the IMDB rating of the movie Lenin in October ?,"db.movies.find({""title"": ""Lenin in October""}, { ""imdb.rating"": 1})" What is the language of the movie Lonesome?,"db.movies.find({""title"":""Lonesome""}, {""languages"":1})" What is the IMDb rating for the film The New Gulliver?,"db.movies.find({""title"": ""The New Gulliver""}, {""imdb.rating"": 1})" What is the principal film genre that Satyajit Ray focuses on in his directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Satyajit Ray"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Can you provide more information about the languages spoken in the movie The Last Command ?,"db.movies.find({""title"":""The Last Command""}, {""languages"":1})" How many awards did the movie win The Big Parade ?,"db.movies.find({ ""title"": ""The Big Parade"" },{ ""awards.wins"": 1 })" who was The Champ written by?,"db.movies.find({""title"": ""The Champ""}, {""writers"": 1})" how has One Week been recieved by critics and audience?,"db.movies.find({""title"":""One Week""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How many reviews have been submitted by critics for the movie The Scarlet Empress?,"db.movies.find({ ""title"": ""The Scarlet Empress"" }, { ""tomatoes.critic.numReviews"": 1 })" who starred in the movie Daughter of Shanghai?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""cast"": 1})" who's the director of Les vampires?,"db.movies.find({""title"": ""Les vampires""}, {""directors"": 1})" who are the actors in The Man Who Knew Too Much?,"db.movies.find({""title"": ""The Man Who Knew Too Much""}, {""cast"": 1})" How many audience reviews have been submitted for the movie The Big House ?,"db.movies.find({ ""title"": ""The Big House"" },{ ""tomatoes.viewer.numReviews"": 1 })" How many votes does the movie Tsirk have on IMDb?,"db.movies.find({""title"":""Tsirk""}, {""imdb.votes"":1})" what is the full plot for the film The Wedding Night?,"db.movies.find({""title"": ""The Wedding Night""}, {""fullplot"": 1})" what is the movie A Midsummer Night's Dream about in details?,"db.movies.find({""title"": ""A Midsummer Night's Dream""}, {""fullplot"": 1})" What are the highest-rated Action movies in the database?,"db.movies.find({""genres"": ""Action""}).sort({""imdb.rating"": -1}).limit(10)" What is the running time of the movie Gold Diggers of 1935?,"db.movies.find({""title"":""Gold Diggers of 1935""}, {""runtime"":1})" what genre of movie is The Invisible Ray?,"db.movies.find({""title"": ""The Invisible Ray""}, {""genres"": 1})" How many reviews have been submitted by critics for the movie Final Accord ?,"db.movies.find({""title"": ""Final Accord""}, {""tomatoes.critic.numReviews"": 1})" How many award nominations did the movie receive Civilization ?,"db.movies.find({ ""title"": ""Civilization"" },{ ""awards.nominations"": 1 })" what is In Old Arizona about in details?,"db.movies.find({""title"": ""In Old Arizona""}, {""fullplot"": 1})" which person directed In the Land of the Head Hunters?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""directors"": 1})" who was The Saphead written by?,"db.movies.find({""title"": ""The Saphead""}, {""writers"": 1})" What is the MPAA rating of the movie Wild and Woolly?,"db.movies.find({""title"":""Wild and Woolly""}, {""rated"":1})" What is the principal film genre that Ingmar Bergman focuses on in his directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Ingmar Bergman"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" the film Napoleon was directed by who?,"db.movies.find({""title"": ""Napoleon""}, {""directors"": 1})" A Damsel in Distress is written by this person?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""writers"": 1})" what is the full plot for the movie David Golder?,"db.movies.find({""title"": ""David Golder""}, {""fullplot"": 1})" who is the writer of the film The Lives of a Bengal Lancer?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""writers"": 1})" which company produced the movie Naughty Marietta?,"db.movies.find({""title"":""Naughty Marietta""}, {""tomatoes.production"":1})" What is the IMDb rating for The Navigator?,"db.movies.find({""title"": ""The Navigator""}, {""imdb.rating"": 1})" What type of movie is Robin Hood ?,"db.movies.find({""title"":""Robin Hood""}, {""genres"":1})" the movie The Trail of the Lonesome Pine was directed by who?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""directors"": 1})" Can you give me a brief summary of the movie Sanders of the River plot?,"db.movies.find({""title"":""Sanders of the River""}, {""plot"":1})" How many votes does the movie Come and Get It have on IMDb?,"db.movies.find({""title"":""Come and Get It""}, {""imdb.votes"":1})" What is the language of the film A Story of Floating Weeds?,"db.movies.find({""title"":""A Story of Floating Weeds""}, {""languages"":1})" what is the film The Iron Horse imdb rating?,"db.movies.find({""title"": ""The Iron Horse""}, {""imdb.rating"": 1})" Could you tell me which movie that Steven Spielberg directed has the longest runtime?,"db.movies.find({""directors"":""Steven Spielberg""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" What is the language of Cops?,"db.movies.find({""title"":""Cops""}, {""languages"":1})" who are the actors in the movie It's a Gift?,"db.movies.find({""title"": ""It's a Gift""}, {""cast"": 1})" who are the actors in the movie The Italian?,"db.movies.find({""title"": ""The Italian""}, {""cast"": 1})" who was the writer of Chapayev?,"db.movies.find({""title"": ""Chapayev""}, {""writers"": 1})" what is the genre for the movie The Perils of Pauline?,"db.movies.find({""title"": ""The Perils of Pauline""}, {""genres"": 1})" What are the countries associated with the movie In Old Arizona ?,"db.movies.find({""title"": ""In Old Arizona""}, {""countries"": 1})" Who are the writers of the movie The Story of Louis Pasteur ?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, { ""writers"": 1})" "In Kenji Mizoguchi's directed movies, which actor has made the most appearances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Kenji Mizoguchi"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what was the release year of the film China Seas?,"db.movies.find({""title"": ""China Seas""}, {""year"": 1})" what is the film The Private Life of Don Juan description ?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""plot"": 1})" In what language was the movie Three Ages released?,"db.movies.find({ ""title"": ""Three Ages"" }, { ""languages"": 1})" who starred in the film La Grande Illusion?,"db.movies.find({""title"": ""La Grande Illusion""}, {""cast"": 1})" What type of movie is The Lives of a Bengal Lancer ?,"db.movies.find({""title"":""The Lives of a Bengal Lancer""}, {""genres"":1})" who produced Wings?,"db.movies.find({""title"":""Wings""}, {""tomatoes.production"":1})" what is the film Upstream about?,"db.movies.find({""title"": ""Upstream""}, {""plot"": 1})" what type of movie is Carnival in Flanders?,"db.movies.find({""title"": ""Carnival in Flanders""}, {""genres"": 1})" who stars in the movie La Grande Illusion?,"db.movies.find({""title"": ""La Grande Illusion""}, {""cast"": 1})" who is the writer of The Broadway Melody?,"db.movies.find({""title"": ""The Broadway Melody""}, {""writers"": 1})" What is the production company of Zoo in Budapest?,"db.movies.find({""title"":""Zoo in Budapest""}, {""tomatoes.production"":1})" who are the actors in the film Modern Times?,"db.movies.find({""title"": ""Modern Times""}, {""cast"": 1})" what was the release year of the film Make Way for Tomorrow?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""year"": 1})" How long is the movie Peter Pan in minutes?,"db.movies.find({""title"":""Peter Pan""}, {""runtime"":1})" how many awards did I Am a Fugitive from a Chain Gang win?,"db.movies.find({""title"":""I Am a Fugitive from a Chain Gang""}, {""awards.wins"":1})" What is the production company behind the movie Moscow Laughs ?,"db.movies.find({""title"": ""Moscow Laughs""}, {""tomatoes.production"": 1})" the film The Wedding Night starred which actors?,"db.movies.find({""title"": ""The Wedding Night""}, {""cast"": 1})" "Has the film One Hundred Men and a Girl won any awards? If so, which ones?","db.movies.find({""title"":""One Hundred Men and a Girl"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what sort of movie is Pandora's Box?,"db.movies.find({""title"": ""Pandora's Box""}, {""genres"": 1})" who starred in the film Lady Windermere's Fan?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""cast"": 1})" what is the genre for the film Queen Kelly?,"db.movies.find({""title"": ""Queen Kelly""}, {""genres"": 1})" who stars in the film Red Dust?,"db.movies.find({""title"": ""Red Dust""}, {""cast"": 1})" What are the names of all the actors who starred in the movie 'Anna Karenina'?,"db.movies.find({""title"": ""Anna Karenina""}, {""cast"": 1})" Can you give me a brief summary of the movie China Seas plot?,"db.movies.find({""title"":""China Seas""}, {""plot"":1})" What is the audience rating of the movie A Corner in Wheat ?,"db.movies.find({ ""title"": ""A Corner in Wheat"" },{ ""tomatoes.viewer.rating"": 1 })" What is the website associated with the movie Foolish Wives on Rotten Tomatoes?,"db.movies.find({""title"": ""Foolish Wives""}, {""tomatoes.website"": 1})" Can you tell me which films were helmed by Akira Kurosawa?,"db.movies.find({""directors"": ""Akira Kurosawa""},{""title"":1})" Who are the main actors in The Gilded Lily ?,"db.movies.find({ ""title"": ""The Gilded Lily"" }, { ""cast"": 1})" What is the production company of the film Swedenhielms Family?,"db.movies.find({""title"":""Swedenhielms Family""}, {""tomatoes.production"":1})" "What is the general rating of Michelangelo Antonioni's films in the database, calculated as an average?","db.movies.aggregate([{""$match"": {""directors"":""Michelangelo Antonioni""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" which company produced the film The Champ?,"db.movies.find({""title"":""The Champ""}, {""tomatoes.production"":1})" "Has the movie The Great Ziegfeld won any awards? If so, which ones?","db.movies.find({""title"":""The Great Ziegfeld"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the language of the film City Lights?,"db.movies.find({""title"":""City Lights""}, {""languages"":1})" the film Dekigokoro starred who?,"db.movies.find({""title"": ""Dekigokoro""}, {""cast"": 1})" How many reviews have been submitted for the movie Imitation of Life on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Imitation of Life"" },{ ""tomatoes.viewer.numReviews"": 1 })" who are the actors in the film Murders in the Rue Morgue?,"db.movies.find({""title"": ""Murders in the Rue Morgue""}, {""cast"": 1})" What is the Rotten Tomatoes rating for Eric Rohmer's highest-rated movie?,"db.movies.find({""directors"": ""Eric Rohmer"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" How many comments have been posted by users on the movie From Hand to Mouth's page on the Mflix platform?,"db.movies.find({ ""title"": ""From Hand to Mouth"" }, { ""num_mflix_comments"": 1 })" the director of Wild Oranges was?,"db.movies.find({""title"": ""Wild Oranges""}, {""directors"": 1})" What is the production company of the film The Ghost Goes West?,"db.movies.find({""title"":""The Ghost Goes West""}, {""tomatoes.production"":1})" who stars in The Informer?,"db.movies.find({""title"": ""The Informer""}, {""cast"": 1})" How long is the movie Romance in minutes?,"db.movies.find({""title"":""Romance""}, {""runtime"":1})" who wrote the film Dracula?,"db.movies.find({""title"": ""Dracula""}, {""writers"": 1})" What are the genres this movie Roberta belongs to?,"db.movies.find({""title"":""Roberta""}, {""genres"":1})" what year was Now or Never released?,"db.movies.find({""title"": ""Now or Never""}, {""year"": 1})" How did the audience and critics receive the film She Done Him Wrong?,"db.movies.find({""title"":""She Done Him Wrong""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who directed Anna Karenina?,"db.movies.find({""title"": ""Anna Karenina""}, {""directors"": 1})" What is the audience rating of the movie Dekigokoro ?,"db.movies.find({ ""title"": ""Dekigokoro"" },{ ""tomatoes.viewer.rating"": 1 })" What type of media is Upstream?,"db.movies.find({ ""title"": ""Upstream"" }, { ""type"": 1})" Can you provide me with a list of movies directed by Coen Brothers?,"db.movies.find({""directors"": ""Coen Brothers""},{""title"":1})" What is the language of Under the Roofs of Paris?,"db.movies.find({""title"":""Under the Roofs of Paris""}, {""languages"":1})" who stars in the movie The Last Command?,"db.movies.find({""title"": ""The Last Command""}, {""cast"": 1})" How long is the runtime of the movie I Am a Fugitive from a Chain Gang ?,"db.movies.find({""title"":""I Am a Fugitive from a Chain Gang""}, {""runtime"":1})" What is the full plot summary of the movie The Invisible Ray ?,"db.movies.find({""title"": ""The Invisible Ray""}, {""plot"": 1})" How many nominations did the movie The Public Enemy receive?,"db.movies.find({""title"":""The Public Enemy""}, {""awards.nominations"":1})" what genre is the film The Hunchback of Notre Dame?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, {""genres"": 1})" what genre is the movie Mèdchen in Uniform?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""genres"": 1})" In what year was the movie Snow White and the Seven Dwarfs released?,"db.movies.find({""title"":""Snow White and the Seven Dwarfs""}, {""year"":1})" What is the runtime and rating for the movie 'A Woman of Paris: A Drama of Fate'?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, {""runtime"": 1, ""rated"": 1})" What is the rating of the movie The Perils of Pauline ?,"db.movies.find({ ""title"": ""The Perils of Pauline"" }, { ""rated"": 1})" the movie The Iron Horse starred which actors?,"db.movies.find({""title"": ""The Iron Horse""}, {""cast"": 1})" who is listed as director for The Fall of the House of Usher?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""directors"": 1})" how many awards did Grass: A Nation's Battle for Life win?,"db.movies.find({""title"":""Grass: A Nation's Battle for Life""}, {""awards.wins"":1})" which person wrote the film Tsirk?,"db.movies.find({""title"": ""Tsirk""}, {""writers"": 1})" When was the information about the movie Man of Aran last updated?,"db.movies.find({ ""title"": ""Man of Aran"" }, { ""lastupdated"": 1})" What is the IMDb rating for the film Toni?,"db.movies.find({""title"": ""Toni""}, {""imdb.rating"": 1})" Has the movie From Hand to Mouth won any awards?,"db.movies.find({""title"":""From Hand to Mouth""}, {""awards.wins"":1})" What is the plot summary of the movie The Gold Rush ?,"db.movies.find({ ""title"": ""The Gold Rush"" }, { ""plot"": 1})" the movie The Awful Truth was directed by who?,"db.movies.find({""title"": ""The Awful Truth""}, {""directors"": 1})" what is the film City Lights imdb rating?,"db.movies.find({""title"": ""City Lights""}, {""imdb.rating"": 1})" What is the running time of The General?,"db.movies.find({""title"":""The General""}, {""runtime"":1})" who was the writer of The Birth of a Nation?,"db.movies.find({""title"": ""The Birth of a Nation""}, {""writers"": 1})" Can you provide more information about the languages spoken in the movie The Trail of the Lonesome Pine ?,"db.movies.find({""title"":""The Trail of the Lonesome Pine""}, {""languages"":1})" What movie directed by Martin Scorsese has the best Rotten Tomatoes score?,"db.movies.find({""directors"": ""Martin Scorsese"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" "the film Seven Chances, was written by who?","db.movies.find({""title"": ""Seven Chances""}, {""writers"": 1})" the director of Tsirk was?,"db.movies.find({""title"": ""Tsirk""}, {""directors"": 1})" How many nominations did the movie Zero for Conduct receive?,"db.movies.find({""title"":""Zero for Conduct""}, {""awards.nominations"":1})" who wrote Going Hollywood?,"db.movies.find({""title"": ""Going Hollywood""}, {""writers"": 1})" Who is the actor that has acted in the maximum number of movies directed by Terrence Malick?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Terrence Malick"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what genre is Three Little Pigs?,"db.movies.find({""title"": ""Three Little Pigs""}, {""genres"": 1})" Who is the lead actress of the movie Scrooge ?,"db.movies.find({""title"": ""Scrooge""}, {""cast"":{""$slice"": 1},""title"":1})" What is the highest-ranking David Lynch-directed film on Rotten Tomatoes?,"db.movies.find({""directors"": ""David Lynch"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" How long is the runtime of the movie Black Fury ?,"db.movies.find({""title"":""Black Fury""}, {""runtime"":1})" who stars in the film Eskimo?,"db.movies.find({""title"": ""Eskimo""}, {""cast"": 1})" what was the genre of Beau Geste?,"db.movies.find({""title"": ""Beau Geste""}, {""genres"": 1})" How many viewer reviews did the movie Going Hollywood receive on Rotten Tomatoes?,"db.movies.find({""title"":""Going Hollywood""}, {""tomatoes.viewer.numReviews"":1})" What is the text representation of the awards won and nominations received by the movie In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, { ""awards.text"": 1})" What is the movie Come and Get It rating?,"db.movies.find({""title"":""Come and Get It""}, {""rated"":1})" how has Sanders of the River been recieved by critics and audience?,"db.movies.find({""title"":""Sanders of the River""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" the movie The Devil Is a Woman starred which actors?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""cast"": 1})" "What is the MPAA rating of Laugh, Clown, Laugh?","db.movies.find({""title"":""Laugh, Clown, Laugh""}, {""rated"":1})" How many comments have been posted by users on the movie Three Ages's page on the Mflix platform?,"db.movies.find({ ""title"": ""Three Ages"" }, { ""num_mflix_comments"": 1 })" who stars in the movie From Hand to Mouth?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""cast"": 1})" La Grande Illusion is a film written by this person?,"db.movies.find({""title"": ""La Grande Illusion""}, {""writers"": 1})" "the movie The Ghost Goes West, was written by who?","db.movies.find({""title"": ""The Ghost Goes West""}, {""writers"": 1})" What is the count of feature films that have been directed by Gus Van Sant?,"db.movies.countDocuments({""directors"":""Gus Van Sant""})" who stars in the movie Man with a Movie Camera?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""cast"": 1})" What is the audience rating of the movie Sherlock Jr. ?,"db.movies.find({ ""title"": ""Sherlock Jr."" },{ ""tomatoes.viewer.rating"": 1 })" what was the release year of The Passion of Joan of Arc?,"db.movies.find({""title"": ""The Passion of Joan of Arc""}, {""year"": 1})" What are the highest-rated movies directed by Spike Lee?,"db.movies.find({""directors"": 'Spike Lee', ""imdb.rating"": {""$gt"": 8.5}})" the film Regeneration was directed by who?,"db.movies.find({""title"": ""Regeneration""}, {""directors"": 1})" the film Metropolis starred who?,"db.movies.find({""title"": ""Metropolis""}, {""cast"": 1})" what is the film The Thin Man description ?,"db.movies.find({""title"": ""The Thin Man""}, {""plot"": 1})" Who are the main actors/actresses in the movie Dracula?,"db.movies.find({""title"":""Dracula""}, {""cast"":1})" What is the running time of the movie Death Takes a Holiday?,"db.movies.find({""title"":""Death Takes a Holiday""}, {""runtime"":1})" What is the consensus among critics about the movie These Three?,"db.movies.find({""title"": ""These Three""}, { ""tomatoes.consensus"": 1})" What is the meter score of the movie Topaze according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Topaze""}, {""tomatoes.viewer.meter"": 1})" What is the production company of I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"":""I Am a Fugitive from a Chain Gang""}, {""tomatoes.production"":1})" How many reviews did the movie The Freshman receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Freshman""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" what was the release year of the film Romance?,"db.movies.find({""title"": ""Romance""}, {""year"": 1})" When was the movie Go West released?,"db.movies.find({""title"":""Go West""}, {""released"":1})" what is the film Red Dust about?,"db.movies.find({""title"": ""Red Dust""}, {""plot"": 1})" the movie The Front Page was directed by who?,"db.movies.find({""title"": ""The Front Page""}, {""directors"": 1})" What are the names of all the actors who starred in the movie 'Grass: A Nation's Battle for Life'?,"db.movies.find({""title"": ""Grass: A Nation's Battle for Life""}, {""cast"": 1})" How many reviews did the movie The New Gulliver receive on Rotten Tomatoes?,"db.movies.find({""title"":""The New Gulliver""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" What is the IMDb rating for the movie Wild Oranges ?,"db.movies.find({""title"":""Wild Oranges""}, {""imdb.rating"":1})" What is the audience rating of the movie The Man Who Could Work Miracles ?,"db.movies.find({ ""title"": ""The Man Who Could Work Miracles"" },{ ""tomatoes.viewer.rating"": 1 })" what type of movie is Les vampires?,"db.movies.find({""title"": ""Les vampires""}, {""genres"": 1})" What is the IMDb rating for Tsirk?,"db.movies.find({""title"": ""Tsirk""}, {""imdb.rating"": 1})" "Peter Pan, was written by who?","db.movies.find({""title"": ""Peter Pan""}, {""writers"": 1})" What's the title of the shortest Sergei Eisenstein-directed movie?,"db.movies.find({""directors"":""Sergei Eisenstein""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" what genre of film is Little Miss Marker?,"db.movies.find({""title"": ""Little Miss Marker""}, {""genres"": 1})" who starred in the film In the Land of the Head Hunters?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""cast"": 1})" what is the full plot for the film The Chechahcos?,"db.movies.find({""title"": ""The Chechahcos""}, {""fullplot"": 1})" the film Zoo in Budapest starred who?,"db.movies.find({""title"": ""Zoo in Budapest""}, {""cast"": 1})" who are the actors in the movie A Woman of Paris: A Drama of Fate?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, {""cast"": 1})" The Guardsman is a film written by this person?,"db.movies.find({""title"": ""The Guardsman""}, {""writers"": 1})" who wrote the screenplay for the film A Midsummer Night's Dream?,"db.movies.aggregate([ { ""$match"": { ""title"":""A Midsummer Night's Dream""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" which company produced the film The Lower Depths?,"db.movies.find({""title"":""The Lower Depths""}, {""tomatoes.production"":1})" What is the running time of The Ace of Hearts?,"db.movies.find({""title"":""The Ace of Hearts""}, {""runtime"":1})" who wrote Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""writers"": 1})" who is the writer of the film Der Kaiser von Kalifornien?,"db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, {""writers"": 1})" who was Wild Boys of the Road written by?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""writers"": 1})" How many audience reviews have been submitted for the movie A Damsel in Distress?,"db.movies.find({ ""title"": ""A Damsel in Distress"" }, { ""tomatoes.viewer.numReviews"": 1 })" what is the movie A Corner in Wheat description ?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""plot"": 1})" What is the production company of Comradeship?,"db.movies.find({""title"":""Comradeship""}, {""tomatoes.production"":1})" What is the meter score of the movie The Private Life of Henry VIII. according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Private Life of Henry VIII.""}, {""tomatoes.viewer.meter"": 1})" What is the language of the movie The Wind?,"db.movies.find({""title"":""The Wind""}, {""languages"":1})" the movie Les Misèrables starred which actors?,"db.movies.find({""title"": ""Les Misèrables""}, {""cast"": 1})" What are the genres this movie Pandora's Box belongs to?,"db.movies.find({""title"":""Pandora's Box""}, {""genres"":1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Thief of Bagdad""}, { ""tomatoes.production"": 1})" what sort of movie is Trouble in Paradise?,"db.movies.find({""title"": ""Trouble in Paradise""}, {""genres"": 1})" what is the movie Captains Courageous imdb rating?,"db.movies.find({""title"": ""Captains Courageous""}, {""imdb.rating"": 1})" "Has the movie Three Ages won any awards? If so, which ones?","db.movies.find({""title"":""Three Ages"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who was the writer of the movie Red Dust?,"db.movies.find({""title"": ""Red Dust""}, {""writers"": 1})" who stars in the film The Thin Man?,"db.movies.find({""title"": ""The Thin Man""}, {""cast"": 1})" who produced the movie In Old Arizona?,"db.movies.find({""title"":""In Old Arizona""}, {""tomatoes.production"":1})" What is the running time of The Lower Depths?,"db.movies.find({""title"":""The Lower Depths""}, {""runtime"":1})" What is the imdbID and genre of the movie 'Everybody's Woman'?,"db.movies.find({""title"": ""Everybody's Woman""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" What is the MPAA rating of The Story of Louis Pasteur?,"db.movies.find({""title"":""The Story of Louis Pasteur""}, {""rated"":1})" What movie directed by Clint Eastwood has the shortest running time?,"db.movies.find({""directors"":""Clint Eastwood""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" How many reviews did the movie Dishonored receive on Rotten Tomatoes?,"db.movies.find({""title"":""Dishonored""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" What is the IMDb ID for the movie Gold Diggers of 1933?,"db.movies.find({""title"":""Gold Diggers of 1933""}, {""imdb.id"":1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie A Corner in Wheat ?,"db.movies.find({""title"":""A Corner in Wheat""}, {""tomatoes.viewer.meter"":1})" What languages are spoken in the movie Flesh and the Devil?,"db.movies.find({""title"":""Flesh and the Devil""}, {""languages"":1})" who wrote the film Shanghai Express?,"db.movies.find({""title"": ""Shanghai Express""}, {""writers"": 1})" who wrote the screenplay for the film Man with a Movie Camera?,"db.movies.aggregate([ { ""$match"": { ""title"":""Man with a Movie Camera""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Who are the actors that appear in the movie Ruggles of Red Gap ?,"db.movies.find({ ""title"": ""Ruggles of Red Gap"" },{ ""cast"": 1 })" the movie Nanook of the North starred who?,"db.movies.find({""title"": ""Nanook of the North""}, {""cast"": 1})" which person wrote The Fall of the House of Usher?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""writers"": 1})" what kind of film is Sunrise?,"db.movies.find({""title"": ""Sunrise""}, {""genres"": 1})" What is the box office revenue of the movie The Docks of New York ?,"db.movies.find({""title"": ""The Docks of New York""}, { ""tomatoes.boxOffice"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Kid Brother""}, { ""tomatoes.production"": 1})" "What is the audience rating of the movie I Was Born, But... ?","db.movies.find({ ""title"": ""I Was Born, But..."" },{ ""tomatoes.viewer.rating"": 1 })" who directed the film A Day in the Country?,"db.movies.find({""title"": ""A Day in the Country""}, {""directors"": 1})" who is the director of Follow the Fleet?,"db.movies.find({""title"": ""Follow the Fleet""}, {""directors"": 1})" the movie It Happened One Night was directed by who?,"db.movies.find({""title"": ""It Happened One Night""}, {""directors"": 1})" which person wrote the film Popeye the Sailor Meets Sindbad the Sailor?,"db.movies.find({""title"": ""Popeye the Sailor Meets Sindbad the Sailor""}, {""writers"": 1})" what was the genre of The Cameraman?,"db.movies.find({""title"": ""The Cameraman""}, {""genres"": 1})" Can you inform me of the Andrei Tarkovsky movie with the shortest duration?,"db.movies.find({""directors"":""Andrei Tarkovsky""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" who acted in the movie The Four Horsemen of the Apocalypse?,"db.movies.find({""title"": ""The Four Horsemen of the Apocalypse""}, {""cast"": 1})" What is the MPAA rating of the film Two Seconds?,"db.movies.find({""title"":""Two Seconds""}, {""rated"":1})" The Music Box is a movie written by this person?,"db.movies.find({""title"": ""The Music Box""}, {""writers"": 1})" how many awards did the movie Carnival in Flanders win?,"db.movies.find({""title"":""Carnival in Flanders""}, {""awards.wins"":1})" What is the critical reception of the movie Folies Bergère de Paris?,"db.movies.find({""title"":""Folies Bergère de Paris""}, {""tomatoes.critic"":1})" who's the director of Fury?,"db.movies.find({""title"": ""Fury""}, {""directors"": 1})" what is the plot for King Solomon's Mines?,"db.movies.find({""title"": ""King Solomon's Mines""}, {""plot"": 1})" what is the film Tabu: A Story of the South Seas about in details?,"db.movies.find({""title"": ""Tabu: A Story of the South Seas""}, {""fullplot"": 1})" What type of media is I Am a Fugitive from a Chain Gang?,"db.movies.find({ ""title"": ""I Am a Fugitive from a Chain Gang"" }, { ""type"": 1})" What is the runtime and rating for the movie 'Kid Galahad'?,"db.movies.find({""title"": ""Kid Galahad""}, {""runtime"": 1, ""rated"": 1})" what is the movie Three Ages description ?,"db.movies.find({""title"": ""Three Ages""}, {""plot"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie The Guardsman?,"db.movies.find({""title"": ""The Guardsman""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" who is the director for Tarzan the Ape Man?,"db.movies.find({""title"": ""Tarzan the Ape Man""}, {""directors"": 1})" What type of movie is Forbidden ?,"db.movies.find({""title"":""Forbidden""}, {""genres"":1})" the film They Won't Forget was directed by who?,"db.movies.find({""title"": ""They Won't Forget""}, {""directors"": 1})" what's the main genre of the movies directed by Kenji Mizoguchi ?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Kenji Mizoguchi"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" can you describe the plot of Curly Top?,"db.movies.find({""title"": ""Curly Top""}, {""plot"": 1})" what is the genre for the film A Day in the Country?,"db.movies.find({""title"": ""A Day in the Country""}, {""genres"": 1})" What is the MPAA rating of A Woman of Paris: A Drama of Fate?,"db.movies.find({""title"":""A Woman of Paris: A Drama of Fate""}, {""rated"":1})" what year was the movie The Green Pastures released?,"db.movies.find({""title"": ""The Green Pastures""}, {""year"": 1})" what genre is State Fair?,"db.movies.find({""title"": ""State Fair""}, {""genres"": 1})" What is the box office revenue for the movie 'Peter Pan'?,"db.movies.find({""title"": ""Peter Pan""}, {""tomatoes.boxOffice"": 1})" what is the film The Thief of Bagdad description ?,"db.movies.find({""title"": ""The Thief of Bagdad""}, {""plot"": 1})" what is the plot for the film Follow the Fleet?,"db.movies.find({""title"": ""Follow the Fleet""}, {""plot"": 1})" What is the rating of the movie Salomè according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Salomè""}, {""tomatoes.viewer.rating"": 1})" which person wrote the movie Dante's Inferno?,"db.movies.find({""title"": ""Dante's Inferno""}, {""writers"": 1})" What is the audience rating of the movie The Man Who Knew Too Much ?,"db.movies.find({ ""title"": ""The Man Who Knew Too Much"" },{ ""tomatoes.viewer.rating"": 1 })" How many reviews have been submitted for the movie The Red Head on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Red Head"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the rating of the movie City Lights ?,"db.movies.find({ ""title"": ""City Lights"" }, { ""rated"": 1})" What is the percentage of positive reviews among critics for the movie The Prisoner of Shark Island ?,"db.movies.find({ ""title"": ""The Prisoner of Shark Island"" },{ ""tomatoes.critic.meter"": 1 })" Can you give me a brief summary of the movie The Ace of Hearts plot?,"db.movies.find({""title"":""The Ace of Hearts""}, {""plot"":1})" How many audience reviews have been submitted for the movie Anthony Adverse?,"db.movies.find({ ""title"": ""Anthony Adverse"" }, { ""tomatoes.viewer.numReviews"": 1 })" who wrote the film Elephant Boy?,"db.movies.find({""title"": ""Elephant Boy""}, {""writers"": 1})" "who directed the movie Laugh, Clown, Laugh?","db.movies.find({""title"": ""Laugh, Clown, Laugh""}, {""directors"": 1})" what is the full plot for the movie Wings?,"db.movies.find({""title"": ""Wings""}, {""fullplot"": 1})" who stars in High and Dizzy?,"db.movies.find({""title"": ""High and Dizzy""}, {""cast"": 1})" How many audience reviews have been submitted for the movie She ?,"db.movies.find({ ""title"": ""She"" },{ ""tomatoes.viewer.numReviews"": 1 })" what sort of movie is The Robber Symphony?,"db.movies.find({""title"": ""The Robber Symphony""}, {""genres"": 1})" What is the rating of the movie Marked Woman ?,"db.movies.find({ ""title"": ""Marked Woman"" }, { ""rated"": 1})" How many reviews have been submitted by critics for the movie Steamboat Willie?,"db.movies.find({ ""title"": ""Steamboat Willie"" }, { ""tomatoes.critic.numReviews"": 1 })" What is the language of The Robber Symphony?,"db.movies.find({""title"":""The Robber Symphony""}, {""languages"":1})" What is the MPAA rating of The Black Cat?,"db.movies.find({""title"":""The Black Cat""}, {""rated"":1})" What is the IMDb ID for the movie Berkeley Square?,"db.movies.find({""title"":""Berkeley Square""}, {""imdb.id"":1})" what is the movie The Lost Patrol about?,"db.movies.find({""title"": ""The Lost Patrol""}, {""plot"": 1})" What is the production company of the movie All Quiet on the Western Front?,"db.movies.find({""title"":""All Quiet on the Western Front""}, {""tomatoes.production"":1})" "the movie The Phantom of the Opera, was written by who?","db.movies.find({""title"": ""The Phantom of the Opera""}, {""writers"": 1})" What type of media is The Wind?,"db.movies.find({ ""title"": ""The Wind"" }, { ""type"": 1})" What is the audience rating of the movie The Blue Light ?,"db.movies.find({ ""title"": ""The Blue Light"" },{ ""tomatoes.viewer.rating"": 1 })" what is the film Skippy imdb rating?,"db.movies.find({""title"": ""Skippy""}, {""imdb.rating"": 1})" What is the Tomatometer score of the movie Comradeship ?,"db.movies.find({ ""title"": ""Comradeship"" },{ ""tomatoes.critic.meter"": 1 })" what is the genre for the movie The Hurricane?,"db.movies.find({""title"": ""The Hurricane""}, {""genres"": 1})" What is the IMDb rating for the film King of Jazz?,"db.movies.find({""title"": ""King of Jazz""}, {""imdb.rating"": 1})" In what year was the movie Imitation of Life released ?,"db.movies.find({ ""title"": ""Imitation of Life"" }, { ""year"": 1})" What is the rating of the movie Becky Sharp ?,"db.movies.find({ ""title"": ""Becky Sharp"" }, { ""rated"": 1})" What is the movie Man with a Movie Camera rating?,"db.movies.find({""title"":""Man with a Movie Camera""}, {""rated"":1})" who acted in the film Sons of the Desert?,"db.movies.find({""title"": ""Sons of the Desert""}, {""cast"": 1})" What is the IMDb rating for Romance?,"db.movies.find({""title"": ""Romance""}, {""imdb.rating"": 1})" what type of movie is Four Sons?,"db.movies.find({""title"": ""Four Sons""}, {""genres"": 1})" Who are the actors in the movie The Docks of New York?,"db.movies.find({""title"":""The Docks of New York""}, {""cast"":1})" what genre is the movie The New Gulliver?,"db.movies.find({""title"": ""The New Gulliver""}, {""genres"": 1})" who is listed as director for Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""directors"": 1})" How many reviews have been submitted by critics for the movie The General?,"db.movies.find({ ""title"": ""The General"" }, { ""tomatoes.critic.numReviews"": 1 })" what is the plot for the movie The Awful Truth?,"db.movies.find({""title"": ""The Awful Truth""}, {""plot"": 1})" What are the top-rated movies directed by Alfred Hitchcock?,"db.movies.find({""directors"": 'Alfred Hitchcock', ""imdb.rating"": {""$gt"": 8.5}})" What is the box office revenue for the movie 'The Chechahcos'?,"db.movies.find({""title"": ""The Chechahcos""}, {""tomatoes.boxOffice"": 1})" Was the movie Cleopatra well received by audiences?,"db.movies.find({""title"":""Cleopatra""}, {""tomatoes.viewer"":1})" When was the movie The World Moves On released?,"db.movies.find({""title"":""The World Moves On""}, {""released"":1})" What is the viewer rating for the movie Les Misèrables on Rotten Tomatoes?,"db.movies.find({""title"":""Les Misèrables""}, {""tomatoes.viewer.rating"":1})" what was the release date of Swedenhielms Family?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""released"": 1})" "Has the movie The Last Command won any awards? If so, which ones?","db.movies.find({""title"":""The Last Command"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the audience rating of the movie The Band Concert ?,"db.movies.find({ ""title"": ""The Band Concert"" },{ ""tomatoes.viewer.rating"": 1 })" In what language was the movie Daughter of Shanghai released?,"db.movies.find({ ""title"": ""Daughter of Shanghai"" }, { ""languages"": 1})" "Rembrandt, is written by who?","db.movies.find({""title"": ""Rembrandt""}, {""writers"": 1})" who starred in Pèpè le Moko?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""cast"": 1})" Who are the main actors/actresses in the movie Curly Top?,"db.movies.find({""title"":""Curly Top""}, {""cast"":1})" what is Triumph of the Will about?,"db.movies.find({""title"": ""Triumph of the Will""}, {""plot"": 1})" Which motion pictures were directed by Louis Malle?,"db.movies.find({""directors"": ""Louis Malle""},{""title"":1})" who is the director of Greed?,"db.movies.find({""title"": ""Greed""}, {""directors"": 1})" what is the plot for Queen Kelly?,"db.movies.find({""title"": ""Queen Kelly""}, {""plot"": 1})" What is the website associated with the movie Queen Kelly on Rotten Tomatoes?,"db.movies.find({""title"": ""Queen Kelly""}, {""tomatoes.website"": 1})" Has the movie Upstream won any awards?,"db.movies.find({""title"":""Upstream""}, {""awards.wins"":1})" what is the film Harvest description ?,"db.movies.find({""title"": ""Harvest""}, {""plot"": 1})" who acted in the film Marked Woman?,"db.movies.find({""title"": ""Marked Woman""}, {""cast"": 1})" the movie The Man Who Knew Too Much was directed by who?,"db.movies.find({""title"": ""The Man Who Knew Too Much""}, {""directors"": 1})" what is the genre for the movie Bride of Frankenstein?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""genres"": 1})" Was the movie The Freshman well received by audiences?,"db.movies.find({""title"":""The Freshman""}, {""tomatoes.viewer"":1})" What is the freshness score of the movie Popeye the Sailor Meets Sindbad the Sailor on Rotten Tomatoes?,"db.movies.find({""title"": ""Popeye the Sailor Meets Sindbad the Sailor""}, {""tomatoes.fresh"": 1})" How many awards did the movie win The Spanish Earth ?,"db.movies.find({ ""title"": ""The Spanish Earth"" },{ ""awards.wins"": 1 })" what genre of film is The Hunchback of Notre Dame?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, {""genres"": 1})" What is the box office revenue for the movie 'Theodora Goes Wild'?,"db.movies.find({""title"": ""Theodora Goes Wild""}, {""tomatoes.boxOffice"": 1})" What is the production company behind the movie Upstream ?,"db.movies.find({""title"": ""Upstream""}, { ""tomatoes.production"": 1})" How long is the movie Ruggles of Red Gap in minutes?,"db.movies.find({""title"":""Ruggles of Red Gap""}, {""runtime"":1})" who produced the film He Who Gets Slapped?,"db.movies.find({""title"":""He Who Gets Slapped""}, {""tomatoes.production"":1})" What is the IMDb rating for the film Naughty Marietta?,"db.movies.find({""title"": ""Naughty Marietta""}, {""imdb.rating"": 1})" the movie Going Hollywood starred who?,"db.movies.find({""title"": ""Going Hollywood""}, {""cast"": 1})" What is the IMDB rating of the movie The Band Concert ?,"db.movies.find({""title"": ""The Band Concert""}, { ""imdb.rating"": 1})" who is the writer of the film The Blood of a Poet?,"db.movies.find({""title"": ""The Blood of a Poet""}, {""writers"": 1})" who was Dishonored directed by?,"db.movies.find({""title"": ""Dishonored""}, {""directors"": 1})" who are the actors in the film She?,"db.movies.find({""title"": ""She""}, {""cast"": 1})" the movie Bride of Frankenstein was directed by who?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""directors"": 1})" What is the running time of Show Boat?,"db.movies.find({""title"":""Show Boat""}, {""runtime"":1})" who was the film Battleship Potemkin written by?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""writers"": 1})" what is the film A Farewell to Arms imdb rating?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""imdb.rating"": 1})" what is the movie Zero for Conduct about?,"db.movies.find({""title"": ""Zero for Conduct""}, {""plot"": 1})" How many nominations did the movie Dodsworth receive?,"db.movies.find({""title"":""Dodsworth""}, {""awards.nominations"":1})" what is Civilization about in details?,"db.movies.find({""title"": ""Civilization""}, {""fullplot"": 1})" In what year was the movie From Hand to Mouth released?,"db.movies.find({""title"":""From Hand to Mouth""}, {""year"":1})" When was the information about the movie Zero for Conduct last updated?,"db.movies.find({ ""title"": ""Zero for Conduct"" }, { ""lastupdated"": 1})" who are the actors in Sherlock Jr.?,"db.movies.find({""title"": ""Sherlock Jr.""}, {""cast"": 1})" What is the movie Earth rating?,"db.movies.find({""title"":""Earth""}, {""rated"":1})" what is the film Make Way for Tomorrow about in details?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""fullplot"": 1})" how many awards did Civilization win?,"db.movies.find({""title"":""Civilization""}, {""awards.wins"":1})" How many awards did the movie win Storm Over Asia ?,"db.movies.find({ ""title"": ""Storm Over Asia"" },{ ""awards.wins"": 1 })" how many awards did The Spanish Earth win?,"db.movies.find({""title"":""The Spanish Earth""}, {""awards.wins"":1})" What is the language of Gold Diggers of 1935?,"db.movies.find({""title"":""Gold Diggers of 1935""}, {""languages"":1})" who starred in the movie The Band Concert?,"db.movies.find({""title"": ""The Band Concert""}, {""cast"": 1})" who starred in Sunrise?,"db.movies.find({""title"": ""Sunrise""}, {""cast"": 1})" "Has the film The New Gulliver won any awards? If so, which ones?","db.movies.find({""title"":""The New Gulliver"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" Can you give me a brief summary of the movie Top Hat plot?,"db.movies.find({""title"":""Top Hat""}, {""plot"":1})" Mutiny on the Bounty is a film written by this person?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""writers"": 1})" what is the movie Wild and Woolly description ?,"db.movies.find({""title"": ""Wild and Woolly""}, {""plot"": 1})" Which actor has the highest number of appearances in movies directed by Jean Renoir?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Jean Renoir"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what is the movie The Wind imdb rating?,"db.movies.find({""title"": ""The Wind""}, {""imdb.rating"": 1})" What is the consensus among critics about the movie The Wedding March?,"db.movies.find({""title"": ""The Wedding March""}, { ""tomatoes.consensus"": 1})" "who wrote Steamboat Bill, Jr.?","db.movies.find({""title"": ""Steamboat Bill, Jr.""}, {""writers"": 1})" What is the runtime of the movie Mèdchen in Uniform ?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, { ""runtime"": 1})" In which countries was the movie The Iron Horse produced?,"db.movies.find({""title"":""The Iron Horse""}, {""countries"":1})" who wrote the screenplay for City Lights?,"db.movies.aggregate([ { ""$match"": { ""title"":""City Lights""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" "The Thin Man, was written by who?","db.movies.find({""title"": ""The Thin Man""}, {""writers"": 1})" Was the movie The Prince and the Pauper well received by audiences and critics?,"db.movies.find({""title"":""The Prince and the Pauper""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what year was Movie Crazy released?,"db.movies.find({""title"": ""Movie Crazy""}, {""year"": 1})" What is the language of A Star Is Born?,"db.movies.find({""title"":""A Star Is Born""}, {""languages"":1})" what was the release year of the movie The Garden of Allah?,"db.movies.find({""title"": ""The Garden of Allah""}, {""year"": 1})" "which company produced I Was Born, But...?","db.movies.find({""title"":""I Was Born, But...""}, {""tomatoes.production"":1})" What is the production company of the film Hell's Hinges?,"db.movies.find({""title"":""Hell's Hinges""}, {""tomatoes.production"":1})" the film Westfront 1918 was directed by who?,"db.movies.find({""title"": ""Westfront 1918""}, {""directors"": 1})" what type of film is The Life of Emile Zola?,"db.movies.find({""title"": ""The Life of Emile Zola""}, {""genres"": 1})" what was the genre of the movie Civilization?,"db.movies.find({""title"": ""Civilization""}, {""genres"": 1})" how has The Crusades been recieved by critics and audience?,"db.movies.find({""title"":""The Crusades""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the Rotten Tomatoes meter rating for the movie The Navigator ?,"db.movies.find({""title"":""The Navigator""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" what kind of movie is The Invisible Man?,"db.movies.find({""title"": ""The Invisible Man""}, {""genres"": 1})" what was the genre of The Lives of a Bengal Lancer?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""genres"": 1})" How many reviews have been submitted for the movie Moscow Laughs on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Moscow Laughs"" },{ ""tomatoes.viewer.numReviews"": 1 })" what sort of movie is Dracula?,"db.movies.find({""title"": ""Dracula""}, {""genres"": 1})" What is the rating of the movie Napoleon ?,"db.movies.find({ ""title"": ""Napoleon"" }, { ""rated"": 1})" What is the added duration of all movies directed by Andrei Tarkovsky?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Andrei Tarkovsky"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" who acted in the film Peter Pan?,"db.movies.find({""title"": ""Peter Pan""}, {""cast"": 1})" What is the language of Topaze?,"db.movies.find({""title"":""Topaze""}, {""languages"":1})" what is the genre for the film Dishonored?,"db.movies.find({""title"": ""Dishonored""}, {""genres"": 1})" How many viewer reviews did the movie Captains Courageous receive on Rotten Tomatoes?,"db.movies.find({""title"":""Captains Courageous""}, {""tomatoes.viewer.numReviews"":1})" Who is the director of the movie The Mummy?,"db.movies.find({""title"": ""The Mummy""}, { ""directors"": 1})" "Nosferatu, is written by who?","db.movies.find({""title"": ""Nosferatu""}, {""writers"": 1})" Who are the main actors/actresses in the movie The Phantom of the Opera?,"db.movies.find({""title"":""The Phantom of the Opera""}, {""cast"":1})" What is the IMDb rating for the movie It's a Gift?,"db.movies.find({""title"": ""It's a Gift""}, {""imdb.rating"": 1})" "the film The Thief of Bagdad, was written by who?","db.movies.find({""title"": ""The Thief of Bagdad""}, {""writers"": 1})" "The Circus, was written by who?","db.movies.find({""title"": ""The Circus""}, {""writers"": 1})" What are the countries associated with the movie It Happened One Night ?,"db.movies.find({""title"": ""It Happened One Night""}, {""countries"": 1})" what is the film These Three description ?,"db.movies.find({""title"": ""These Three""}, {""plot"": 1})" What is the audience rating of the movie The Prince and the Pauper ?,"db.movies.find({ ""title"": ""The Prince and the Pauper"" },{ ""tomatoes.viewer.rating"": 1 })" "What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics ?","db.movies.find({""title"":""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""tomatoes.viewer.meter"":1})" How many award nominations did the movie receive The Spanish Earth ?,"db.movies.find({ ""title"": ""The Spanish Earth"" },{ ""awards.nominations"": 1 })" What is the meter score of the movie Le grand jeu according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Le grand jeu""}, {""tomatoes.viewer.meter"": 1})" What movie directed by James Cameron has the shortest running time?,"db.movies.find({""directors"":""James Cameron""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" what is the film The Thin Man about in details?,"db.movies.find({""title"": ""The Thin Man""}, {""fullplot"": 1})" what was the genre of the movie The Informer?,"db.movies.find({""title"": ""The Informer""}, {""genres"": 1})" What is the freshness score of the movie In Old Chicago on Rotten Tomatoes?,"db.movies.find({""title"": ""In Old Chicago""}, {""tomatoes.fresh"": 1})" "Hallelujah, is written by who?","db.movies.find({""title"": ""Hallelujah""}, {""writers"": 1})" What is the text representation of the awards won and nominations received by the movie All Quiet on the Western Front?,"db.movies.find({""title"": ""All Quiet on the Western Front""}, { ""awards.text"": 1})" "Among all the actors who have appeared in Woody Allen's movies, who has appeared the most times?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Woody Allen"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what type of movie is The Strong Man?,"db.movies.find({""title"": ""The Strong Man""}, {""genres"": 1})" who was the writer of State Fair?,"db.movies.find({""title"": ""State Fair""}, {""writers"": 1})" Who are the actors in the movie Harvest?,"db.movies.find({""title"":""Harvest""}, {""cast"":1})" who was the writer of the movie Romeo and Juliet?,"db.movies.find({""title"": ""Romeo and Juliet""}, {""writers"": 1})" "the movie Peter Pan, was written by who?","db.movies.find({""title"": ""Peter Pan""}, {""writers"": 1})" who was the writer of the film It's a Gift?,"db.movies.find({""title"": ""It's a Gift""}, {""writers"": 1})" the director of The Divine Lady was?,"db.movies.find({""title"": ""The Divine Lady""}, {""directors"": 1})" How does the movie Berkeley Square rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Berkeley Square"" },{ ""tomatoes.critic.meter"": 1 })" what sort of movie is City Lights?,"db.movies.find({""title"": ""City Lights""}, {""genres"": 1})" what is the plot for Little Miss Marker?,"db.movies.find({""title"": ""Little Miss Marker""}, {""plot"": 1})" What is the IMDb rating for the movie The Divorcee?,"db.movies.find({""title"": ""The Divorcee""}, {""imdb.rating"": 1})" what sort of film is Alice Adams?,"db.movies.find({""title"": ""Alice Adams""}, {""genres"": 1})" What are the highest-rated Drama movies in the database?,"db.movies.find({""genres"": ""Drama""}).sort({""imdb.rating"": -1}).limit(10)" Which movie genre does Claude Chabrol mainly specialize in as a director?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Claude Chabrol"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what was the release year of the movie The Blue Light?,"db.movies.find({""title"": ""The Blue Light""}, {""year"": 1})" How many wins did the movie Zero for Conduct receive?,"db.movies.find({""title"":""Zero for Conduct""}, {""awards.wins"":1})" "How many votes does the movie Laugh, Clown, Laugh have on IMDb?","db.movies.find({""title"":""Laugh, Clown, Laugh""}, {""imdb.votes"":1})" what is The Champ description?,"db.movies.find({""title"": ""The Champ""}, {""plot"": 1})" what type of film is Clash of the Wolves?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""genres"": 1})" who's the director of Daughter of Shanghai?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""directors"": 1})" "the movie The Blue Light, was written by who?","db.movies.find({""title"": ""The Blue Light""}, {""writers"": 1})" What is the title of the movie with the longest duration that Clint Eastwood directed?,"db.movies.find({""directors"":""Clint Eastwood""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" Can you give me a brief summary of the movie High and Dizzy plot?,"db.movies.find({""title"":""High and Dizzy""}, {""plot"":1})" What is the box office revenue of the movie Little Miss Marker ?,"db.movies.find({""title"": ""Little Miss Marker""}, { ""tomatoes.boxOffice"": 1})" What is the percentage of positive reviews among critics for the movie The Blood of a Poet ?,"db.movies.find({ ""title"": ""The Blood of a Poet"" },{ ""tomatoes.critic.meter"": 1 })" What is the language of The Dark Angel?,"db.movies.find({""title"":""The Dark Angel""}, {""languages"":1})" What is the plot summary of the movie Dames ?,"db.movies.find({ ""title"": ""Dames"" }, { ""plot"": 1})" How many awards did the movie win It ?,"db.movies.find({ ""title"": ""It"" },{ ""awards.wins"": 1 })" What are the highest-rated Comedy in the database?,"db.movies.find({""genres"": ""Comedy""}).sort({""imdb.rating"": -1}).limit(10)" What is the MPAA rating of the movie Red Dust?,"db.movies.find({""title"":""Red Dust""}, {""rated"":1})" What type of movie is Mutiny on the Bounty ?,"db.movies.find({""title"":""Mutiny on the Bounty""}, {""genres"":1})" "Has the film Death Takes a Holiday won any awards? If so, which ones?","db.movies.find({""title"":""Death Takes a Holiday"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" Was the movie Dracula well received by audiences and critics?,"db.movies.find({""title"":""Dracula""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Which Jean-Pierre Melville-directed movie has the highest score on Rotten Tomatoes?,"db.movies.find({""directors"": ""Jean-Pierre Melville"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" what type of film is Black Legion?,"db.movies.find({""title"": ""Black Legion""}, {""genres"": 1})" What's the title of the Jacques Rivette movie with the longest runtime?,"db.movies.find({""directors"":""Jacques Rivette""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" "the film A Free Soul, was written by who?","db.movies.find({""title"": ""A Free Soul""}, {""writers"": 1})" What is the rating of the movie Cavalcade on IMDb?,"db.movies.find({""title"":""Cavalcade""}, {""imdb.rating"":1})" How many nominations did the movie Der Kaiser von Kalifornien receive?,"db.movies.find({""title"":""Der Kaiser von Kalifornien""}, {""awards.nominations"":1})" which company produced the movie The Song of Night?,"db.movies.find({""title"":""The Song of Night""}, {""tomatoes.production"":1})" Who are the writers of the movie Stage Door ?,"db.movies.find({""title"": ""Stage Door""}, { ""writers"": 1})" who produced the movie Payment Deferred?,"db.movies.find({""title"":""Payment Deferred""}, {""tomatoes.production"":1})" who was the film L'opèra de quat'sous written by?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, {""writers"": 1})" What is the website associated with the movie The Phantom of the Opera on Rotten Tomatoes?,"db.movies.find({""title"": ""The Phantom of the Opera""}, {""tomatoes.website"": 1})" the film Lloyd's of London was directed by who?,"db.movies.find({""title"": ""Lloyd's of London""}, {""directors"": 1})" How does the movie A Corner in Wheat rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""A Corner in Wheat"" },{ ""tomatoes.critic.meter"": 1 })" How many audience reviews have been submitted for the movie Mary of Scotland?,"db.movies.find({ ""title"": ""Mary of Scotland"" }, { ""tomatoes.viewer.numReviews"": 1 })" Was the movie Romeo and Juliet well received by audiences?,"db.movies.find({""title"":""Romeo and Juliet""}, {""tomatoes.viewer"":1})" the film Trouble in Paradise starred who?,"db.movies.find({""title"": ""Trouble in Paradise""}, {""cast"": 1})" What type of movie is Scarface ?,"db.movies.find({""title"":""Scarface""}, {""genres"":1})" How many reviews did the movie A Corner in Wheat receive on Rotten Tomatoes?,"db.movies.find({""title"":""A Corner in Wheat""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" what is the full plot for Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""fullplot"": 1})" Which types of movies has Federico Fellini directed?,"db.movies.distinct(""genres"", { ""directors"": ""Federico Fellini"" })" the movie Top Hat starred which actors?,"db.movies.find({""title"": ""Top Hat""}, {""cast"": 1})" what genre of movie is Dr. Jekyll and Mr. Hyde?,"db.movies.find({""title"": ""Dr. Jekyll and Mr. Hyde""}, {""genres"": 1})" who was the writer of the movie Lloyd's of London?,"db.movies.find({""title"": ""Lloyd's of London""}, {""writers"": 1})" who directed the film Comradeship?,"db.movies.find({""title"": ""Comradeship""}, {""directors"": 1})" The Hurricane is written by this person?,"db.movies.find({""title"": ""The Hurricane""}, {""writers"": 1})" Can you give me a brief summary of the movie Camille plot?,"db.movies.find({""title"":""Camille""}, {""plot"":1})" Moscow Laughs was directed by who?,"db.movies.find({""title"": ""Moscow Laughs""}, {""directors"": 1})" Can you provide more information about the languages spoken in the movie Mèdchen in Uniform ?,"db.movies.find({""title"":""Mèdchen in Uniform""}, {""languages"":1})" How many votes does the movie The Private Life of Don Juan have on IMDb?,"db.movies.find({""title"":""The Private Life of Don Juan""}, {""imdb.votes"":1})" what is the full plot for the film Under the Roofs of Paris?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""fullplot"": 1})" How did the audience and critics receive the movie The Navigator?,"db.movies.find({""title"":""The Navigator""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is The Kid Brother description?,"db.movies.find({""title"": ""The Kid Brother""}, {""plot"": 1})" Can you provide me with a list of Robert Bresson-directed movies with the highest ratings?,"db.movies.find({""directors"": 'Robert Bresson', ""imdb.rating"": {""$gt"": 8.5}})" How many reviews have been submitted for the movie The Kid on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Kid"" },{ ""tomatoes.viewer.numReviews"": 1 })" How many reviews have been submitted for the movie Twentieth Century on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Twentieth Century"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the running time of the film Lady Windermere's Fan?,"db.movies.find({""title"":""Lady Windermere's Fan""}, {""runtime"":1})" the movie Stage Door was directed by who?,"db.movies.find({""title"": ""Stage Door""}, {""directors"": 1})" How did the audience and critics receive the film Les Misèrables?,"db.movies.find({""title"":""Les Misèrables""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How many award nominations did the movie receive The Divine Lady ?,"db.movies.find({ ""title"": ""The Divine Lady"" },{ ""awards.nominations"": 1 })" What is the Rotten Tomatoes rating for Darren Aronofsky's highest-rated movie?,"db.movies.find({""directors"": ""Darren Aronofsky"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" How many movies were directed by Claude Chabrol?,"db.movies.countDocuments({""directors"":""Claude Chabrol""})" who was Wonder Bar directed by?,"db.movies.find({""title"": ""Wonder Bar""}, {""directors"": 1})" When was the movie 7th Heaven released?,"db.movies.find({""title"":""7th Heaven""}, {""released"":1})" Can you provide more information about the IMDb rating for the movie The Son of Kong ?,"db.movies.find({""title"":""The Son of Kong""}, {""imdb"":1})" what is The Lost World imdb rating?,"db.movies.find({""title"": ""The Lost World""}, {""imdb.rating"": 1})" What are the countries associated with the movie Wild Oranges ?,"db.movies.find({""title"": ""Wild Oranges""}, {""countries"": 1})" Popeye the Sailor Meets Sindbad the Sailor is a movie written by this person?,"db.movies.find({""title"": ""Popeye the Sailor Meets Sindbad the Sailor""}, {""writers"": 1})" who was the writer of the movie Tarzan and His Mate?,"db.movies.find({""title"": ""Tarzan and His Mate""}, {""writers"": 1})" "In the database, what is the usual rating given to Alfred Hitchcock's movies on average?","db.movies.aggregate([{""$match"": {""directors"":""Alfred Hitchcock""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What type of movie is Alice Adams ?,"db.movies.find({""title"":""Alice Adams""}, {""genres"":1})" Sunrise was directed by who?,"db.movies.find({""title"": ""Sunrise""}, {""directors"": 1})" Can you provide a detailed summary of the movie The Freshman plot?,"db.movies.find({ ""title"": ""The Freshman"" }, { ""fullplot"": 1})" who starred in The Big House?,"db.movies.find({""title"": ""The Big House""}, {""cast"": 1})" what is Movie Crazy about?,"db.movies.find({""title"": ""Movie Crazy""}, {""plot"": 1})" who are the actors in The Jazz Singer?,"db.movies.find({""title"": ""The Jazz Singer""}, {""cast"": 1})" What is the consensus among critics about the movie City Streets ?,"db.movies.find({""title"": ""City Streets""}, {""tomatoes.consensus"": 1})" "In movies directed by Tim Burton, which actor has the highest number of performances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Tim Burton"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what genre is the film Duck Soup?,"db.movies.find({""title"": ""Duck Soup""}, {""genres"": 1})" who is listed as director for Maria Chapdelaine?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""directors"": 1})" what genre of movie is Hallelujah?,"db.movies.find({""title"": ""Hallelujah""}, {""genres"": 1})" who wrote the screenplay for the film All Quiet on the Western Front?,"db.movies.aggregate([ { ""$match"": { ""title"":""All Quiet on the Western Front""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" which company produced Wild Oranges?,"db.movies.find({""title"":""Wild Oranges""}, {""tomatoes.production"":1})" What's the title of the Tim Burton movie with the longest runtime?,"db.movies.find({""directors"":""Tim Burton""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" What is the box office revenue of the movie State Fair in dollars?,"db.movies.find({""title"": ""State Fair""}, {""tomatoes.boxOffice"": 1})" which company produced The Four Horsemen of the Apocalypse?,"db.movies.find({""title"":""The Four Horsemen of the Apocalypse""}, {""tomatoes.production"":1})" what was the release date of the film The Hunchback of Notre Dame?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, {""released"": 1})" What is the language of It Happened One Night?,"db.movies.find({""title"":""It Happened One Night""}, {""languages"":1})" What is the MongoDB document ID of the movie Lloyd's of London?,"db.movies.find({""title"": ""Lloyd's of London""}, {""_id"": 1})" what is the plot for the movie Three Ages?,"db.movies.find({""title"": ""Three Ages""}, {""plot"": 1})" What is the Tomatometer score of the movie Now or Never ?,"db.movies.find({ ""title"": ""Now or Never"" },{ ""tomatoes.critic.meter"": 1 })" "the film Blacksmith Scene, was written by who?","db.movies.find({""title"": ""Blacksmith Scene""}, {""writers"": 1})" What languages are spoken in the movie Show People ?,"db.movies.find({""title"": ""Show People""}, { ""languages"": 1})" who was Dracula written by?,"db.movies.find({""title"": ""Dracula""}, {""writers"": 1})" how many awards did A Corner in Wheat win?,"db.movies.find({""title"":""A Corner in Wheat""}, {""awards.wins"":1})" who directed the movie Roberta?,"db.movies.find({""title"": ""Roberta""}, {""directors"": 1})" "Has Zero for Conduct won any awards? If so, which ones?","db.movies.find({""title"":""Zero for Conduct"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who wrote the film The Freshman?,"db.movies.find({""title"": ""The Freshman""}, {""writers"": 1})" How many reviews have been submitted by critics for the movie The Docks of New York?,"db.movies.find({ ""title"": ""The Docks of New York"" }, { ""tomatoes.critic.numReviews"": 1 })" what is the movie Les Misèrables about?,"db.movies.find({""title"": ""Les Misèrables""}, {""plot"": 1})" what genre is the movie A Star Is Born?,"db.movies.find({""title"": ""A Star Is Born""}, {""genres"": 1})" who directed the film Toni?,"db.movies.find({""title"": ""Toni""}, {""directors"": 1})" who is the writer of Masquerade in Vienna?,"db.movies.find({""title"": ""Masquerade in Vienna""}, {""writers"": 1})" who is the writer of the film The Kid?,"db.movies.find({""title"": ""The Kid""}, {""writers"": 1})" Can you tell me how many movies Pedro Almodovar directed for each year they were released?,"db.movies.aggregate([{ $match: { ""directors"": ""Pedro Almodovar"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" Can you provide a longer version of the movie Theodora Goes Wild plot?,"db.movies.find({""title"":""Theodora Goes Wild""}, {""fullplot"":1})" What is the box office revenue of the movie Sunrise ?,"db.movies.find({""title"": ""Sunrise""}, { ""tomatoes.boxOffice"": 1})" How long is the movie The Lost Patrol in minutes?,"db.movies.find({""title"":""The Lost Patrol""}, {""runtime"":1})" What is the production company of The Last of the Mohicans?,"db.movies.find({""title"":""The Last of the Mohicans""}, {""tomatoes.production"":1})" How many comments have been posted by users on the movie Topaze's page on the Mflix platform?,"db.movies.find({ ""title"": ""Topaze"" }, { ""num_mflix_comments"": 1 })" which person wrote Westfront 1918?,"db.movies.find({""title"": ""Westfront 1918""}, {""writers"": 1})" which person directed The Black Pirate?,"db.movies.find({""title"": ""The Black Pirate""}, {""directors"": 1})" What is the box office revenue for the movie 'The Robber Symphony'?,"db.movies.find({""title"": ""The Robber Symphony""}, {""tomatoes.boxOffice"": 1})" who are the actors in the movie The Sin of Madelon Claudet?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""cast"": 1})" the film The Son of the Sheik was directed by who?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""directors"": 1})" who wrote the screenplay for the movie All Quiet on the Western Front?,"db.movies.aggregate([ { ""$match"": { ""title"":""All Quiet on the Western Front""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" In what language was the movie The Divine Lady released?,"db.movies.find({ ""title"": ""The Divine Lady"" }, { ""languages"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie The Black Cat?,"db.movies.find({""title"": ""The Black Cat""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" When was the movie The Ace of Hearts released in theaters?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""released"": 1})" what is the film Morocco description ?,"db.movies.find({""title"": ""Morocco""}, {""plot"": 1})" "the film It, was written by who?","db.movies.find({""title"": ""It""}, {""writers"": 1})" what is Going Hollywood imdb rating?,"db.movies.find({""title"": ""Going Hollywood""}, {""imdb.rating"": 1})" What are the movies directed by Ridley Scott?,"db.movies.find({""directors"": ""Ridley Scott""},{""title"":1})" Can you inform me of the Wes Anderson movie with the shortest duration?,"db.movies.find({""directors"":""Wes Anderson""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" who produced the movie Pèpè le Moko?,"db.movies.find({""title"":""Pèpè le Moko""}, {""tomatoes.production"":1})" What is the language of Mr. Deeds Goes to Town?,"db.movies.find({""title"":""Mr. Deeds Goes to Town""}, {""languages"":1})" what is the genre for the movie The Cameraman?,"db.movies.find({""title"": ""The Cameraman""}, {""genres"": 1})" what genre of film is Dodsworth?,"db.movies.find({""title"": ""Dodsworth""}, {""genres"": 1})" who directed Cimarron?,"db.movies.find({""title"": ""Cimarron""}, {""directors"": 1})" Can you provide more information about the IMDb rating for the movie The Wedding March ?,"db.movies.find({""title"":""The Wedding March""}, {""imdb"":1})" what genre is the film Fury?,"db.movies.find({""title"": ""Fury""}, {""genres"": 1})" "the movie The Scarlet Empress, was written by who?","db.movies.find({""title"": ""The Scarlet Empress""}, {""writers"": 1})" Who are the writers of the movie Miss Lulu Bett ?,"db.movies.find({""title"": ""Miss Lulu Bett""}, { ""writers"": 1})" what is Ella Cinders about in details?,"db.movies.find({""title"": ""Ella Cinders""}, {""fullplot"": 1})" What is the audience rating of the movie Little Women ?,"db.movies.find({ ""title"": ""Little Women"" },{ ""tomatoes.viewer.rating"": 1 })" How did the audience and critics receive the movie Sanders of the River?,"db.movies.find({""title"":""Sanders of the River""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Can you provide me with a list of movies directed by David Fincher that were released in the 1990s?,"db.movies.find({""directors"": 'David Fincher', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" which company produced the film Hallelujah?,"db.movies.find({""title"":""Hallelujah""}, {""tomatoes.production"":1})" Who is the lead actor of the movie La Grande Illusion ?,"db.movies.find({""title"": ""La Grande Illusion""}, {""cast"":{""$slice"": 1},""title"":1})" What are the names of all the actors who starred in the movie 'Queen Kelly'?,"db.movies.find({""title"": ""Queen Kelly""}, {""cast"": 1})" who was Becky Sharp directed by?,"db.movies.find({""title"": ""Becky Sharp""}, {""directors"": 1})" When was the information last updated for the movie The Last of the Mohicans ?,"db.movies.find({ ""title"": ""The Last of the Mohicans"" },{ ""lastupdated"": 1 })" what genre is Show Boat?,"db.movies.find({""title"": ""Show Boat""}, {""genres"": 1})" who was Berkeley Square written by?,"db.movies.find({""title"": ""Berkeley Square""}, {""writers"": 1})" who are the actors in I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, {""cast"": 1})" what is the plot for the film The Son of the Sheik?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""plot"": 1})" Which movie genre does Jean-Pierre Melville mainly specialize in as a director?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Jean-Pierre Melville"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Can you name the movie genres that Alain Resnais has directed?,"db.movies.distinct(""genres"", { ""directors"": ""Alain Resnais"" })" what is the full plot for Tol'able David?,"db.movies.find({""title"": ""Tol'able David""}, {""fullplot"": 1})" what is the movie Kid Galahad about in details?,"db.movies.find({""title"": ""Kid Galahad""}, {""fullplot"": 1})" what is State Fair about?,"db.movies.find({""title"": ""State Fair""}, {""plot"": 1})" who was the writer of The Count of Monte Cristo?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""writers"": 1})" Who is the lead actor of the movie The Private Life of Don Juan ?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""cast"":{""$slice"": 1},""title"":1})" which person wrote the film Sanders of the River?,"db.movies.find({""title"": ""Sanders of the River""}, {""writers"": 1})" What is the consensus among critics about the movie Smilin' Through ?,"db.movies.find({""title"": ""Smilin' Through""}, {""tomatoes.consensus"": 1})" "What is the IMDb ID for the movie Steamboat Bill, Jr.?","db.movies.find({""title"":""Steamboat Bill, Jr.""}, {""imdb.id"":1})" What is the movie Sons of the Desert about? Can you provide a brief summary?,"db.movies.find({""title"":""Sons of the Desert""}, {""plot"":1})" who acted in the movie A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""cast"": 1})" What is the running time of Camille?,"db.movies.find({""title"":""Camille""}, {""runtime"":1})" What is the MPAA rating of The Big House?,"db.movies.find({""title"":""The Big House""}, {""rated"":1})" who was the film Gertie the Dinosaur written by?,"db.movies.find({""title"": ""Gertie the Dinosaur""}, {""writers"": 1})" What is the IMDb rating for The Guardsman?,"db.movies.find({""title"": ""The Guardsman""}, {""imdb.rating"": 1})" what genre of film is Black Fury?,"db.movies.find({""title"": ""Black Fury""}, {""genres"": 1})" How many votes did the movie Battleship Potemkin receive on IMDB?,"db.movies.find({""title"": ""Battleship Potemkin""}, { ""imdb.votes"": 1})" how has In the Land of the Head Hunters been recieved by critics and audience?,"db.movies.find({""title"":""In the Land of the Head Hunters""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what was the release year of the movie Kid Galahad?,"db.movies.find({""title"": ""Kid Galahad""}, {""year"": 1})" What is the language of Cleopatra?,"db.movies.find({""title"":""Cleopatra""}, {""languages"":1})" what is the genre of Wild Boys of the Road?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""genres"": 1})" What is the runtime of the movie The Crowd ?,"db.movies.find({""title"": ""The Crowd""}, { ""runtime"": 1})" How many audience reviews have been submitted for the movie Baby Face ?,"db.movies.find({ ""title"": ""Baby Face"" },{ ""tomatoes.viewer.numReviews"": 1 })" Earth is a film written by this person?,"db.movies.find({""title"": ""Earth""}, {""writers"": 1})" what is the movie La Grande Illusion description ?,"db.movies.find({""title"": ""La Grande Illusion""}, {""plot"": 1})" what is Tabu: A Story of the South Seas about?,"db.movies.find({""title"": ""Tabu: A Story of the South Seas""}, {""plot"": 1})" In what language was the movie A Story of Floating Weeds released?,"db.movies.find({ ""title"": ""A Story of Floating Weeds"" }, { ""languages"": 1})" What is the total number of films that Akira Kurosawa has directed up to now?,"db.movies.countDocuments({""directors"":""Akira Kurosawa""})" what genre of film is Little Caesar?,"db.movies.find({""title"": ""Little Caesar""}, {""genres"": 1})" What is the IMDB rating of the movie Ella Cinders ?,"db.movies.find({""title"": ""Ella Cinders""}, { ""imdb.rating"": 1})" who directed It Happened One Night?,"db.movies.find({""title"": ""It Happened One Night""}, {""directors"": 1})" what kind of movie is Little Caesar?,"db.movies.find({""title"": ""Little Caesar""}, {""genres"": 1})" what is the full plot for The Perils of Pauline?,"db.movies.find({""title"": ""The Perils of Pauline""}, {""fullplot"": 1})" What's the title of the shortest Clint Eastwood-directed movie?,"db.movies.find({""directors"":""Clint Eastwood""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" What is the audience rating of the movie The Gilded Lily ?,"db.movies.find({ ""title"": ""The Gilded Lily"" },{ ""tomatoes.viewer.rating"": 1 })" who are the actors in the movie Gold Diggers of 1933?,"db.movies.find({""title"": ""Gold Diggers of 1933""}, {""cast"": 1})" What is the language of the movie The Robber Symphony?,"db.movies.find({""title"":""The Robber Symphony""}, {""languages"":1})" What is the chief film category that Luchino Visconti's directed movies are classified under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Luchino Visconti"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the runtime of the movie The Son of the Sheik ?,"db.movies.find({""title"": ""The Son of the Sheik""}, { ""runtime"": 1})" What is the audience rating of the movie Les vampires ?,"db.movies.find({ ""title"": ""Les vampires"" },{ ""tomatoes.viewer.rating"": 1 })" the movie Grand Hotel was directed by who?,"db.movies.find({""title"": ""Grand Hotel""}, {""directors"": 1})" Can you name some of the films that Abbas Kiarostami directed and were released in the 1990s?,"db.movies.find({""directors"": 'Abbas Kiarostami', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" what was the release year of The Robber Symphony?,"db.movies.find({""title"": ""The Robber Symphony""}, {""year"": 1})" What is the production company behind the movie The Cheat ?,"db.movies.find({""title"": ""The Cheat""}, { ""tomatoes.production"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, { ""tomatoes.production"": 1})" which person wrote the film Dishonored?,"db.movies.find({""title"": ""Dishonored""}, {""writers"": 1})" "what is the movie Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics imdb rating?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""imdb.rating"": 1})" What is the full plot summary of the movie Gertie the Dinosaur ?,"db.movies.find({""title"": ""Gertie the Dinosaur""}, {""plot"": 1})" What is the box office revenue of the movie The Private Life of Don Juan in dollars?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""tomatoes.boxOffice"": 1})" what is Romance about?,"db.movies.find({""title"": ""Romance""}, {""plot"": 1})" What is the MPAA rating of the movie The Red Head?,"db.movies.find({""title"":""The Red Head""}, {""rated"":1})" what is the genre for the movie The Big Parade?,"db.movies.find({""title"": ""The Big Parade""}, {""genres"": 1})" how many awards did the film The Private Life of Henry VIII. win?,"db.movies.find({""title"":""The Private Life of Henry VIII.""}, {""awards.wins"":1})" whats the total runtime of all the movies directed by Louis Malle ?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Louis Malle"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the imdbID and genre of the movie 'Comradeship'?,"db.movies.find({""title"": ""Comradeship""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" what year was the movie Where Are My Children? released?,"db.movies.find({""title"": ""Where Are My Children?""}, {""year"": 1})" what year was Le grand jeu released?,"db.movies.find({""title"": ""Le grand jeu""}, {""year"": 1})" What is the movie Payment Deferred rating?,"db.movies.find({""title"":""Payment Deferred""}, {""rated"":1})" In what language was the movie The Story of Louis Pasteur released?,"db.movies.find({ ""title"": ""The Story of Louis Pasteur"" }, { ""languages"": 1})" what is the genre of David Golder?,"db.movies.find({""title"": ""David Golder""}, {""genres"": 1})" "The Lower Depths, is written by who?","db.movies.find({""title"": ""The Lower Depths""}, {""writers"": 1})" what is the genre of City Lights?,"db.movies.find({""title"": ""City Lights""}, {""genres"": 1})" the movie Go West starred who?,"db.movies.find({""title"": ""Go West""}, {""cast"": 1})" What is the production company of Storm Over Asia?,"db.movies.find({""title"":""Storm Over Asia""}, {""tomatoes.production"":1})" "Among all the actors who have appeared in Satyajit Ray's movies, who has appeared the most times?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Satyajit Ray"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who is the author of Sherlock Jr.?,"db.movies.find({""title"": ""Sherlock Jr.""}, {""writers"": 1})" what year was the movie Miss Lulu Bett released?,"db.movies.find({""title"": ""Miss Lulu Bett""}, {""year"": 1})" What is the viewer rating for the movie Alice Adams on Rotten Tomatoes?,"db.movies.find({""title"":""Alice Adams""}, {""tomatoes.viewer.rating"":1})" Who are the main actors in The Music Box ?,"db.movies.find({ ""title"": ""The Music Box"" }, { ""cast"": 1})" "Has One Night of Love won any awards? If so, which ones?","db.movies.find({""title"":""One Night of Love"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what is the movie The Kid Brother about in details?,"db.movies.find({""title"": ""The Kid Brother""}, {""fullplot"": 1})" what is the film The Ghost Goes West about?,"db.movies.find({""title"": ""The Ghost Goes West""}, {""plot"": 1})" What are the genres associated with the movie Tarzan and His Mate ?,"db.movies.find({ ""title"": ""Tarzan and His Mate"" }, { ""genres"": 1})" What is the MPAA rating of the film Traffic in Souls?,"db.movies.find({""title"":""Traffic in Souls""}, {""rated"":1})" the film Toni was directed by who?,"db.movies.find({""title"": ""Toni""}, {""directors"": 1})" What type of movie is Top Hat ?,"db.movies.find({""title"":""Top Hat""}, {""genres"":1})" What is the production company of White Shadows?,"db.movies.find({""title"":""White Shadows""}, {""tomatoes.production"":1})" How many award nominations did the movie receive Show Boat ?,"db.movies.find({ ""title"": ""Show Boat"" },{ ""awards.nominations"": 1 })" What is the highest-ranking Coen Brothers-directed film on Rotten Tomatoes?,"db.movies.find({""directors"": ""Coen Brothers"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What are the countries associated with the movie Payment Deferred ?,"db.movies.find({""title"": ""Payment Deferred""}, {""countries"": 1})" who wrote the film Daughter of Shanghai?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""writers"": 1})" who was the film The Pearls of the Crown written by?,"db.movies.find({""title"": ""The Pearls of the Crown""}, {""writers"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie The Big Parade ?,"db.movies.find({""title"":""The Big Parade""}, {""tomatoes.viewer.meter"":1})" "Has Kid Galahad won any awards? If so, which ones?","db.movies.find({""title"":""Kid Galahad"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the cumulative duration of all the films that Stanley Kubrick directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Stanley Kubrick"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the Rotten Tomatoes meter rating for the movie Wild and Woolly ?,"db.movies.find({""title"":""Wild and Woolly""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" who stars in the film State Fair?,"db.movies.find({""title"": ""State Fair""}, {""cast"": 1})" What is the production company of Blacksmith Scene?,"db.movies.find({""title"":""Blacksmith Scene""}, {""tomatoes.production"":1})" How many awards did the movie win Robin Hood ?,"db.movies.find({ ""title"": ""Robin Hood"" },{ ""awards.wins"": 1 })" Who is the actor that appears the most in movies directed by Jean-Luc Godard?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Jean-Luc Godard"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the text description of the movie The Unknown awards?,"db.movies.find({""title"":""The Unknown""}, {""awards.text"":1})" what is the film Kid Galahad description ?,"db.movies.find({""title"": ""Kid Galahad""}, {""plot"": 1})" what is The New Gulliver description?,"db.movies.find({""title"": ""The New Gulliver""}, {""plot"": 1})" what genre is the movie Top Hat?,"db.movies.find({""title"": ""Top Hat""}, {""genres"": 1})" who is the writer of the film The General?,"db.movies.find({""title"": ""The General""}, {""writers"": 1})" When was the movie Mr. Deeds Goes to Town released?,"db.movies.find({""title"":""Mr. Deeds Goes to Town""}, {""released"":1})" Can you name the movie genres that Federico Fellini has directed?,"db.movies.distinct(""genres"", { ""directors"": ""Federico Fellini"" })" the movie The Crowd was directed by who?,"db.movies.find({""title"": ""The Crowd""}, {""directors"": 1})" what is the movie A Star Is Born description ?,"db.movies.find({""title"": ""A Star Is Born""}, {""plot"": 1})" what was the release date of the film The General?,"db.movies.find({""title"": ""The General""}, {""released"": 1})" How did the audience and critics receive In the Land of the Head Hunters?,"db.movies.find({""title"":""In the Land of the Head Hunters""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Which movies did Orson Welles direct?,"db.movies.find({""directors"": ""Orson Welles""},{""title"":1})" who wrote the screenplay for the movie Maria Chapdelaine?,"db.movies.aggregate([ { ""$match"": { ""title"":""Maria Chapdelaine""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the rating of the movie Two Seconds according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Two Seconds""}, {""tomatoes.viewer.rating"": 1})" what is the full plot for the movie Under the Roofs of Paris?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""fullplot"": 1})" What is the IMDb rating for the movie She ?,"db.movies.find({""title"":""She""}, {""imdb.rating"":1})" What is the movie Salomè about? Can you provide a brief summary?,"db.movies.find({""title"":""Salomè""}, {""plot"":1})" who was the film The Black Cat written by?,"db.movies.find({""title"": ""The Black Cat""}, {""writers"": 1})" What is the running time of the film The Black Pirate?,"db.movies.find({""title"":""The Black Pirate""}, {""runtime"":1})" Which Clint Eastwood-directed movie has the highest score on Rotten Tomatoes?,"db.movies.find({""directors"": ""Clint Eastwood"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" what year was Captains Courageous released?,"db.movies.find({""title"": ""Captains Courageous""}, {""year"": 1})" What is the website associated with the movie Miss Lulu Bett on Rotten Tomatoes?,"db.movies.find({""title"": ""Miss Lulu Bett""}, {""tomatoes.website"": 1})" What type of media is The Devil to Pay!?,"db.movies.find({ ""title"": ""The Devil to Pay!"" }, { ""type"": 1})" Who is the lead actor of the movie The Hunchback of Notre Dame ?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, {""cast"":{""$slice"": 1},""title"":1})" How many nominations did the movie The Son of Kong receive?,"db.movies.find({""title"":""The Son of Kong""}, {""awards.nominations"":1})" what is the film Death Takes a Holiday about in details?,"db.movies.find({""title"": ""Death Takes a Holiday""}, {""fullplot"": 1})" How many comments have been posted by users on the movie Nosferatu's page on the Mflix platform?,"db.movies.find({ ""title"": ""Nosferatu"" }, { ""num_mflix_comments"": 1 })" what is the genre for the film China Seas?,"db.movies.find({""title"": ""China Seas""}, {""genres"": 1})" the film The Good Earth was directed by who?,"db.movies.find({""title"": ""The Good Earth""}, {""directors"": 1})" who produced the film Grand Hotel?,"db.movies.find({""title"":""Grand Hotel""}, {""tomatoes.production"":1})" What is the box office revenue of the movie The Trail of the Lonesome Pine ?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, { ""tomatoes.boxOffice"": 1})" who was the film Robin Hood written by?,"db.movies.find({""title"": ""Robin Hood""}, {""writers"": 1})" "Has the movie The Robber Symphony won any awards? If so, which ones?","db.movies.find({""title"":""The Robber Symphony"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" how many awards did The Guardsman win?,"db.movies.find({""title"":""The Guardsman""}, {""awards.wins"":1})" What is the rating of the movie è Nous la Libertè according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""tomatoes.viewer.rating"": 1})" "On Rotten Tomatoes, what is the top-rated film directed by Claude Chabrol?","db.movies.find({""directors"": ""Claude Chabrol"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" the film Skippy was directed by who?,"db.movies.find({""title"": ""Skippy""}, {""directors"": 1})" who directed the movie The Lower Depths?,"db.movies.find({""title"": ""The Lower Depths""}, {""directors"": 1})" Who are the main actors in Zero for Conduct ?,"db.movies.find({ ""title"": ""Zero for Conduct"" }, { ""cast"": 1})" What is the meter score of the movie One Night of Love according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""One Night of Love""}, {""tomatoes.viewer.meter"": 1})" can you describe the plot of Civilization?,"db.movies.find({""title"": ""Civilization""}, {""plot"": 1})" What is the meter score of the movie Mèdchen in Uniform according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""tomatoes.viewer.meter"": 1})" What movie directed by Wes Anderson has the shortest running time?,"db.movies.find({""directors"":""Wes Anderson""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" what was the release date of The General?,"db.movies.find({""title"": ""The General""}, {""released"": 1})" who wrote the film Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""writers"": 1})" Who are the starring actors/actresses in the movie King Kong?,"db.movies.find({""title"":""King Kong""}, {""cast"":1})" How many wins did the movie The Blue Bird receive?,"db.movies.find({""title"":""The Blue Bird""}, {""awards.wins"":1})" who stars in the film Our Hospitality?,"db.movies.find({""title"": ""Our Hospitality""}, {""cast"": 1})" what is the genre for the movie Sunrise?,"db.movies.find({""title"": ""Sunrise""}, {""genres"": 1})" what is the film The Phantom of the Opera about in details?,"db.movies.find({""title"": ""The Phantom of the Opera""}, {""fullplot"": 1})" "who produced Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics?","db.movies.find({""title"":""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""tomatoes.production"":1})" What is the average rating for all of Pedro Almodovar's films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Pedro Almodovar""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What languages are spoken in the movie The Count of Monte Cristo ?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, { ""languages"": 1})" the director of Lonesome was?,"db.movies.find({""title"": ""Lonesome""}, {""directors"": 1})" What are the genres this movie China Seas belongs to?,"db.movies.find({""title"":""China Seas""}, {""genres"":1})" When was the movie David Golder released in theaters?,"db.movies.find({""title"": ""David Golder""}, {""released"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Kid Galahad?,"db.movies.find({""title"": ""Kid Galahad""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" who stars in Roberta?,"db.movies.find({""title"": ""Roberta""}, {""cast"": 1})" who is the director for Comradeship?,"db.movies.find({""title"": ""Comradeship""}, {""directors"": 1})" which person wrote the movie The Invisible Ray?,"db.movies.find({""title"": ""The Invisible Ray""}, {""writers"": 1})" which company produced the film The Docks of New York?,"db.movies.find({""title"":""The Docks of New York""}, {""tomatoes.production"":1})" What is the rating of the movie Cimarron according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Cimarron""}, {""tomatoes.viewer.rating"": 1})" Can you provide more information about the languages spoken in the movie The Gay Divorcee ?,"db.movies.find({""title"":""The Gay Divorcee""}, {""languages"":1})" What is the rating of the movie Anna Karenina ?,"db.movies.find({ ""title"": ""Anna Karenina"" }, { ""rated"": 1})" how many awards did the film Pandora's Box win?,"db.movies.find({""title"":""Pandora's Box""}, {""awards.wins"":1})" When was the Tomatometer score and other Tomato-related information last updated for the movie The Saphead?,"db.movies.find({""title"": ""The Saphead""}, { ""tomatoes.lastUpdated"": 1})" "What is the general rating of Roberto Rossellini's films in the database, calculated as an average?","db.movies.aggregate([{""$match"": {""directors"":""Roberto Rossellini""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What is the running time of Dishonored?,"db.movies.find({""title"":""Dishonored""}, {""runtime"":1})" who are the actors in the film Make Way for Tomorrow?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""cast"": 1})" What is the MPAA rating of the movie The Informer?,"db.movies.find({""title"":""The Informer""}, {""rated"":1})" What is the ID of the movie Swedenhielms Family on IMDB?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""imdb.id"": 1})" How many nominations did the movie è Nous la Libertè receive?,"db.movies.find({""title"":""è Nous la Libertè""}, {""awards.nominations"":1})" In what language was the movie It's a Gift released?,"db.movies.find({ ""title"": ""It's a Gift"" }, { ""languages"": 1})" How many audience reviews have been submitted for the movie The Spanish Earth ?,"db.movies.find({ ""title"": ""The Spanish Earth"" },{ ""tomatoes.viewer.numReviews"": 1 })" The Son of the Sheik is a film written by this person?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""writers"": 1})" who is listed as director for The Wind?,"db.movies.find({""title"": ""The Wind""}, {""directors"": 1})" What was the release date for the movie This Is My Affair?,"db.movies.find({""title"":""This Is My Affair""}, {""released"":1})" What is the imdbID and year of release for the movie with a title of 'The Last of the Mohicans'?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" What is the language of the film From Hand to Mouth?,"db.movies.find({""title"":""From Hand to Mouth""}, {""languages"":1})" what was the release date of the movie Chapayev?,"db.movies.find({""title"": ""Chapayev""}, {""released"": 1})" what genre of movie is Camille?,"db.movies.find({""title"": ""Camille""}, {""genres"": 1})" what genre of movie is Clash of the Wolves?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""genres"": 1})" Which movies were directed by Claude Chabrol and were released in the 1990s?,"db.movies.find({""directors"": 'Claude Chabrol', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What is the rating of the movie The Mummy according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Mummy""}, {""tomatoes.viewer.rating"": 1})" who was Wife! Be Like a Rose! directed by?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""directors"": 1})" how many awards did the movie The Private Life of Don Juan win?,"db.movies.find({""title"":""The Private Life of Don Juan""}, {""awards.wins"":1})" What is the MongoDB document ID of the movie Death Takes a Holiday?,"db.movies.find({""title"": ""Death Takes a Holiday""}, {""_id"": 1})" what type of film is One Week?,"db.movies.find({""title"": ""One Week""}, {""genres"": 1})" who are the actors in Secret Agent?,"db.movies.find({""title"": ""Secret Agent""}, {""cast"": 1})" Can you provide a longer version of the movie Anna Karenina plot?,"db.movies.find({""title"":""Anna Karenina""}, {""fullplot"":1})" Which cinematic genres were directed by Abbas Kiarostami?,"db.movies.distinct(""genres"", { ""directors"": ""Abbas Kiarostami"" })" In which countries was the movie The Cameraman produced?,"db.movies.find({""title"":""The Cameraman""}, {""countries"":1})" who wrote the movie Three Ages?,"db.movies.find({""title"": ""Three Ages""}, {""writers"": 1})" What is the language of the movie Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"":""Broken Blossoms or The Yellow Man and the Girl""}, {""languages"":1})" What is the IMDb rating for Man with a Movie Camera?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""imdb.rating"": 1})" what is the full plot for the film He Who Gets Slapped?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""fullplot"": 1})" who directed the film Robin Hood?,"db.movies.find({""title"": ""Robin Hood""}, {""directors"": 1})" the movie The Hurricane starred which actors?,"db.movies.find({""title"": ""The Hurricane""}, {""cast"": 1})" In which countries was the movie She Done Him Wrong produced?,"db.movies.find({""title"":""She Done Him Wrong""}, {""countries"":1})" what is the movie The Land Beyond the Sunset imdb rating?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, {""imdb.rating"": 1})" what genre of movie is Baby Face?,"db.movies.find({""title"": ""Baby Face""}, {""genres"": 1})" Could you tell me the main category of movies that Tim Burton directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Tim Burton"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who are the actors in The Big House?,"db.movies.find({""title"": ""The Big House""}, {""cast"": 1})" who is the writer of Mutiny on the Bounty?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""writers"": 1})" the director of The Story of Louis Pasteur was?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""directors"": 1})" How many reviews have been submitted for the movie The Dark Angel on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Dark Angel"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the IMDb rating for the movie The Divine Lady?,"db.movies.find({""title"": ""The Divine Lady""}, {""imdb.rating"": 1})" what was the release date of The Beloved Vagabond?,"db.movies.find({""title"": ""The Beloved Vagabond""}, {""released"": 1})" How many reviews have been submitted for the movie The Italian on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Italian"" },{ ""tomatoes.viewer.numReviews"": 1 })" what was the release year of the film Our Hospitality?,"db.movies.find({""title"": ""Our Hospitality""}, {""year"": 1})" What are the names of all the actors who starred in the movie 'Wild Boys of the Road'?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""cast"": 1})" What is the box office revenue of the movie Roberta in dollars?,"db.movies.find({""title"": ""Roberta""}, {""tomatoes.boxOffice"": 1})" What is the ID of the movie The Count of Monte Cristo on IMDB?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""imdb.id"": 1})" How many votes does the movie Upstream have on IMDb?,"db.movies.find({""title"":""Upstream""}, {""imdb.votes"":1})" who is the writer of The 39 Steps?,"db.movies.find({""title"": ""The 39 Steps""}, {""writers"": 1})" What is the website associated with the movie Sunrise on Rotten Tomatoes?,"db.movies.find({""title"": ""Sunrise""}, {""tomatoes.website"": 1})" Was the movie Little Women well received by audiences?,"db.movies.find({""title"":""Little Women""}, {""tomatoes.viewer"":1})" How many reviews have been submitted for the movie Dodsworth on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Dodsworth"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the IMDb rating for 7th Heaven?,"db.movies.find({""title"": ""7th Heaven""}, {""imdb.rating"": 1})" which person directed Cleopatra?,"db.movies.find({""title"": ""Cleopatra""}, {""directors"": 1})" What is the runtime and rating for the movie 'La Grande Illusion'?,"db.movies.find({""title"": ""La Grande Illusion""}, {""runtime"": 1, ""rated"": 1})" How many nominations did the movie Little Caesar receive?,"db.movies.find({""title"":""Little Caesar""}, {""awards.nominations"":1})" What is the ID of the movie Upstream on IMDB?,"db.movies.find({""title"": ""Upstream""}, {""imdb.id"": 1})" What is the Metacritic score of the movie Top Hat ?,"db.movies.find({ ""title"": ""Top Hat"" }, { ""metacritic"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Nosferatu""}, { ""tomatoes.production"": 1})" who acted in the film She Done Him Wrong?,"db.movies.find({""title"": ""She Done Him Wrong""}, {""cast"": 1})" How does the movie Seven Chances rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Seven Chances"" },{ ""tomatoes.critic.meter"": 1 })" What is the rating of the movie One Week on IMDb?,"db.movies.find({""title"":""One Week""}, {""imdb.rating"":1})" What is the movie Baby Face about? Can you provide a brief summary?,"db.movies.find({""title"":""Baby Face""}, {""plot"":1})" what was the release date of the movie The Wedding Night?,"db.movies.find({""title"": ""The Wedding Night""}, {""released"": 1})" What is the consensus among critics about the movie Movie Crazy ?,"db.movies.find({""title"": ""Movie Crazy""}, {""tomatoes.consensus"": 1})" what is the film The Big House about?,"db.movies.find({""title"": ""The Big House""}, {""plot"": 1})" How many audience reviews have been submitted for the movie Regeneration?,"db.movies.find({ ""title"": ""Regeneration"" }, { ""tomatoes.viewer.numReviews"": 1 })" What is the MPAA rating of the film Dames?,"db.movies.find({""title"":""Dames""}, {""rated"":1})" what type of movie is Triumph of the Will?,"db.movies.find({""title"": ""Triumph of the Will""}, {""genres"": 1})" How many nominations did the movie Viva Villa! receive?,"db.movies.find({""title"":""Viva Villa!""}, {""awards.nominations"":1})" What is the mean rating of all the Gus Van Sant films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Gus Van Sant""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" In what year was the movie Becky Sharp released?,"db.movies.find({""title"":""Becky Sharp""}, {""year"":1})" what was the release year of the film Frankenstein?,"db.movies.find({""title"": ""Frankenstein""}, {""year"": 1})" When was the information last updated for the movie Berkeley Square ?,"db.movies.find({ ""title"": ""Berkeley Square"" },{ ""lastupdated"": 1 })" What is the IMDb ID for the movie Marked Woman?,"db.movies.find({""title"":""Marked Woman""}, {""imdb.id"":1})" who wrote the screenplay for The Strong Man?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Strong Man""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the consensus among critics about the movie The Sin of Madelon Claudet?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, { ""tomatoes.consensus"": 1})" What is the sum of the runtimes of all the films directed by Claude Chabrol?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Claude Chabrol"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" what is the movie The Big Parade about?,"db.movies.find({""title"": ""The Big Parade""}, {""plot"": 1})" what is the film From Hand to Mouth imdb rating?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""imdb.rating"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Dekigokoro""}, { ""tomatoes.production"": 1})" Was the movie Theodora Goes Wild well received by audiences?,"db.movies.find({""title"":""Theodora Goes Wild""}, {""tomatoes.viewer"":1})" what is Daughter of Shanghai about in details?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""fullplot"": 1})" What is the production company of The Divorcee?,"db.movies.find({""title"":""The Divorcee""}, {""tomatoes.production"":1})" what genre is the movie Beau Geste?,"db.movies.find({""title"": ""Beau Geste""}, {""genres"": 1})" "the movie Le grand jeu, was written by who?","db.movies.find({""title"": ""Le grand jeu""}, {""writers"": 1})" How many comments have been posted by users on the movie Mèdchen in Uniform's page on the Mflix platform?,"db.movies.find({ ""title"": ""Mèdchen in Uniform"" }, { ""num_mflix_comments"": 1 })" What is the language of The Music Box?,"db.movies.find({""title"":""The Music Box""}, {""languages"":1})" what is the movie Battleship Potemkin about in details?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""fullplot"": 1})" who is the writer of the film Flesh and the Devil?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""writers"": 1})" who wrote the film Our Hospitality?,"db.movies.find({""title"": ""Our Hospitality""}, {""writers"": 1})" How many awards did the movie win Night Must Fall ?,"db.movies.find({ ""title"": ""Night Must Fall"" },{ ""awards.wins"": 1 })" How many reviews have been submitted by critics for the movie A Story of Floating Weeds ?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""tomatoes.critic.numReviews"": 1})" who starred in The Perils of Pauline?,"db.movies.find({""title"": ""The Perils of Pauline""}, {""cast"": 1})" what genre is the movie Man of Aran?,"db.movies.find({""title"": ""Man of Aran""}, {""genres"": 1})" What is the language of Freaks?,"db.movies.find({""title"":""Freaks""}, {""languages"":1})" Which films directed by Jean-Luc Godard have the highest ratings?,"db.movies.find({""directors"": 'Jean-Luc Godard', ""imdb.rating"": {""$gt"": 8.5}})" Can you provide a detailed summary of the movie I Am a Fugitive from a Chain Gang plot?,"db.movies.find({ ""title"": ""I Am a Fugitive from a Chain Gang"" }, { ""fullplot"": 1})" who is the director that directed Grand Hotel?,"db.movies.find({""title"": ""Grand Hotel""}, {""directors"": 1})" what year was Earth released?,"db.movies.find({""title"": ""Earth""}, {""year"": 1})" Was the movie The Lost Patrol well received by audiences and critics?,"db.movies.find({""title"":""The Lost Patrol""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Who is the lead actress of the movie Berkeley Square ?,"db.movies.find({""title"": ""Berkeley Square""}, {""cast"":{""$slice"": 1},""title"":1})" What are the genres associated with the movie Three Ages ?,"db.movies.find({ ""title"": ""Three Ages"" }, { ""genres"": 1})" Which film directed by Louis Malle has the highest rating on Rotten Tomatoes?,"db.movies.find({""directors"": ""Louis Malle"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" who acted in the movie The Story of Louis Pasteur?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""cast"": 1})" Can you give me a brief summary of the movie The Band Concert plot?,"db.movies.find({""title"":""The Band Concert""}, {""plot"":1})" how many awards did the movie They Won't Forget win?,"db.movies.find({""title"":""They Won't Forget""}, {""awards.wins"":1})" What is the consensus among critics about the movie Morocco?,"db.movies.find({""title"": ""Morocco""}, { ""tomatoes.consensus"": 1})" what is the film Nanook of the North about?,"db.movies.find({""title"": ""Nanook of the North""}, {""plot"": 1})" how many awards did the movie Shanghai Express win?,"db.movies.find({""title"":""Shanghai Express""}, {""awards.wins"":1})" What movie directed by Kenji Mizoguchi has the longest duration?,"db.movies.find({""directors"":""Kenji Mizoguchi""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" How many viewer reviews did the movie The Invisible Man receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Invisible Man""}, {""tomatoes.viewer.numReviews"":1})" who was Everybody's Woman directed by?,"db.movies.find({""title"": ""Everybody's Woman""}, {""directors"": 1})" who are the actors in Storm Over Asia?,"db.movies.find({""title"": ""Storm Over Asia""}, {""cast"": 1})" what was the release date of the movie The Docks of New York?,"db.movies.find({""title"": ""The Docks of New York""}, {""released"": 1})" who wrote the movie Death Takes a Holiday?,"db.movies.find({""title"": ""Death Takes a Holiday""}, {""writers"": 1})" When was the movie The Passion of Joan of Arc released?,"db.movies.find({""title"":""The Passion of Joan of Arc""}, {""released"":1})" In what year was the movie The Lower Depths released ?,"db.movies.find({ ""title"": ""The Lower Depths"" }, { ""year"": 1})" who starred in Dodsworth?,"db.movies.find({""title"": ""Dodsworth""}, {""cast"": 1})" Who is the director of the movie Four Sons?,"db.movies.find({""title"": ""Four Sons""}, { ""directors"": 1})" Which films directed by Jacques Rivette have the highest ratings?,"db.movies.find({""directors"": 'Jacques Rivette', ""imdb.rating"": {""$gt"": 8.5}})" what was the release year of the movie Tarzan and His Mate?,"db.movies.find({""title"": ""Tarzan and His Mate""}, {""year"": 1})" how many awards did Rembrandt win?,"db.movies.find({""title"":""Rembrandt""}, {""awards.wins"":1})" who's the director of Swing Time?,"db.movies.find({""title"": ""Swing Time""}, {""directors"": 1})" what is The Kid about in details?,"db.movies.find({""title"": ""The Kid""}, {""fullplot"": 1})" What is the IMDB rating of the movie Ruggles of Red Gap ?,"db.movies.find({""title"": ""Ruggles of Red Gap""}, { ""imdb.rating"": 1})" What is the IMDb rating for the film Lonesome?,"db.movies.find({""title"": ""Lonesome""}, {""imdb.rating"": 1})" What is the imdbID and genre of the movie 'The Big Trail'?,"db.movies.find({""title"": ""The Big Trail""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" What is the box office revenue for the movie 'Frankenstein'?,"db.movies.find({""title"": ""Frankenstein""}, {""tomatoes.boxOffice"": 1})" What is the IMDb rating for the film College?,"db.movies.find({""title"": ""College""}, {""imdb.rating"": 1})" Which of Roberto Rossellini's directed films has the lengthiest duration?,"db.movies.find({""directors"":""Roberto Rossellini""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" How long is the runtime of the movie Tol'able David ?,"db.movies.find({""title"":""Tol'able David""}, {""runtime"":1})" what is the movie College about in details?,"db.movies.find({""title"": ""College""}, {""fullplot"": 1})" who stars in The Prisoner of Shark Island?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""cast"": 1})" What is the critical reception of the movie The Crowd Roars?,"db.movies.find({""title"":""The Crowd Roars""}, {""tomatoes.critic"":1})" In what year was the movie Wild Oranges released?,"db.movies.find({""title"":""Wild Oranges""}, {""year"":1})" what is Little Caesar about in details?,"db.movies.find({""title"": ""Little Caesar""}, {""fullplot"": 1})" What is the running time of the movie Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"":""Broken Blossoms or The Yellow Man and the Girl""}, {""runtime"":1})" Elephant Boy is a film written by this person?,"db.movies.find({""title"": ""Elephant Boy""}, {""writers"": 1})" "Hallelujah, was written by who?","db.movies.find({""title"": ""Hallelujah""}, {""writers"": 1})" What is the full plot summary of the movie The Scarlet Empress ?,"db.movies.find({""title"": ""The Scarlet Empress""}, {""plot"": 1})" What is the consensus among critics about the movie Battleship Potemkin ?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""tomatoes.consensus"": 1})" How many award nominations did the movie receive Gold Diggers of 1935 ?,"db.movies.find({ ""title"": ""Gold Diggers of 1935"" },{ ""awards.nominations"": 1 })" How many viewer reviews did the movie Swing Time receive on Rotten Tomatoes?,"db.movies.find({""title"":""Swing Time""}, {""tomatoes.viewer.numReviews"":1})" How many movies have the genre 'Biography'?,"db.movies.countDocuments({""genres"": ""Biography""})" What is the combined duration of all films that Ethan Coen directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Ethan Coen"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" what is the full plot for Little Caesar?,"db.movies.find({""title"": ""Little Caesar""}, {""fullplot"": 1})" What movie directed by Roberto Rossellini has the longest duration?,"db.movies.find({""directors"":""Roberto Rossellini""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" who starred in the movie Broken Lullaby?,"db.movies.find({""title"": ""Broken Lullaby""}, {""cast"": 1})" what was the release year of the film This Is My Affair?,"db.movies.find({""title"": ""This Is My Affair""}, {""year"": 1})" What is the freshness score of the movie A Midsummer Night's Dream on Rotten Tomatoes?,"db.movies.find({""title"": ""A Midsummer Night's Dream""}, {""tomatoes.fresh"": 1})" In which countries was the movie The Cheat produced?,"db.movies.find({""title"":""The Cheat""}, {""countries"":1})" "Has the movie The Invisible Man won any awards? If so, which ones?","db.movies.find({""title"":""The Invisible Man"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what is the film Ruggles of Red Gap about?,"db.movies.find({""title"": ""Ruggles of Red Gap""}, {""plot"": 1})" What is the box office revenue of the movie The Red Head in dollars?,"db.movies.find({""title"": ""The Red Head""}, {""tomatoes.boxOffice"": 1})" who is the director that directed Three Little Pigs?,"db.movies.find({""title"": ""Three Little Pigs""}, {""directors"": 1})" What was the release date for the movie Pandora's Box?,"db.movies.find({""title"":""Pandora's Box""}, {""released"":1})" which company produced All Quiet on the Western Front?,"db.movies.find({""title"":""All Quiet on the Western Front""}, {""tomatoes.production"":1})" How many awards did the movie win Mèdchen in Uniform ?,"db.movies.find({ ""title"": ""Mèdchen in Uniform"" },{ ""awards.wins"": 1 })" what was the genre of Masquerade in Vienna?,"db.movies.find({""title"": ""Masquerade in Vienna""}, {""genres"": 1})" What languages are spoken in the movie The Divorcee?,"db.movies.find({""title"":""The Divorcee""}, {""languages"":1})" What is the rating of the movie Dante's Inferno according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Dante's Inferno""}, {""tomatoes.viewer.rating"": 1})" what was the genre of The Blood of a Poet?,"db.movies.find({""title"": ""The Blood of a Poet""}, {""genres"": 1})" What is the language of the film It?,"db.movies.find({""title"":""It""}, {""languages"":1})" What is the freshness score of the movie A Free Soul on Rotten Tomatoes?,"db.movies.find({""title"": ""A Free Soul""}, {""tomatoes.fresh"": 1})" What is the IMDb ID for the movie The Black Cat?,"db.movies.find({""title"":""The Black Cat""}, {""imdb.id"":1})" what is the film M description ?,"db.movies.find({""title"": ""M""}, {""plot"": 1})" What is the mean rating for Jean-Pierre Melville movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Jean-Pierre Melville""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" "Has the film From Hand to Mouth won any awards? If so, which ones?","db.movies.find({""title"":""From Hand to Mouth"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what type of film is L'opèra de quat'sous?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, {""genres"": 1})" What is the combined duration of all films that Joel Coen directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Joel Coen"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" Who are the actors that appear in the movie Safety Last! ?,"db.movies.find({ ""title"": ""Safety Last!"" },{ ""cast"": 1 })" what is One Night of Love description?,"db.movies.find({""title"": ""One Night of Love""}, {""plot"": 1})" who was The Trail of the Lonesome Pine directed by?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""directors"": 1})" In what language was the movie Two Seconds released?,"db.movies.find({ ""title"": ""Two Seconds"" }, { ""languages"": 1})" the movie King of Jazz starred which actors?,"db.movies.find({""title"": ""King of Jazz""}, {""cast"": 1})" What is the primary genre of the movies directed by Vittorio De Sica?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Vittorio De Sica"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Can you provide more information about the languages spoken in the movie Civilization ?,"db.movies.find({""title"":""Civilization""}, {""languages"":1})" In what year was the movie The Great Ziegfeld released?,"db.movies.find({""title"":""The Great Ziegfeld""}, {""year"":1})" What is the plot summary of the movie Red Dust ?,"db.movies.find({ ""title"": ""Red Dust"" }, { ""plot"": 1})" what was the release year of the film Sunrise?,"db.movies.find({""title"": ""Sunrise""}, {""year"": 1})" What is the IMDB rating of the movie Berkeley Square ?,"db.movies.find({""title"": ""Berkeley Square""}, { ""imdb.rating"": 1})" Can you provide more information about the languages spoken in the movie City Streets ?,"db.movies.find({""title"":""City Streets""}, {""languages"":1})" How many award nominations did the movie receive Traffic in Souls ?,"db.movies.find({ ""title"": ""Traffic in Souls"" },{ ""awards.nominations"": 1 })" What are the names of all the actors who starred in the movie 'King Solomon's Mines'?,"db.movies.find({""title"": ""King Solomon's Mines""}, {""cast"": 1})" How many reviews did the movie Death Takes a Holiday receive on Rotten Tomatoes?,"db.movies.find({""title"":""Death Takes a Holiday""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" what is the movie State Fair about?,"db.movies.find({""title"": ""State Fair""}, {""plot"": 1})" what was the release date of the movie The Italian?,"db.movies.find({""title"": ""The Italian""}, {""released"": 1})" How long is the runtime of the movie The Prisoner of Shark Island ?,"db.movies.find({""title"":""The Prisoner of Shark Island""}, {""runtime"":1})" what kind of film is Queen Christina?,"db.movies.find({""title"": ""Queen Christina""}, {""genres"": 1})" Could you inform me of the total runtime of all Coen Brothers-directed movies?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Coen Brothers"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" the film King Kong was directed by who?,"db.movies.find({""title"": ""King Kong""}, {""directors"": 1})" What is the website associated with the movie The Prisoner of Shark Island on Rotten Tomatoes?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""tomatoes.website"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Sisters of the Gion ?,"db.movies.find({""title"":""Sisters of the Gion""}, {""tomatoes.viewer.meter"":1})" How many audience reviews have been submitted for the movie Seven Chances?,"db.movies.find({ ""title"": ""Seven Chances"" }, { ""tomatoes.viewer.numReviews"": 1 })" What is the MPAA rating of Triumph of the Will?,"db.movies.find({""title"":""Triumph of the Will""}, {""rated"":1})" who was Topaze directed by?,"db.movies.find({""title"": ""Topaze""}, {""directors"": 1})" When was the information about the movie The Count of Monte Cristo last updated?,"db.movies.find({ ""title"": ""The Count of Monte Cristo"" }, { ""lastupdated"": 1})" Which Alain Resnais film has the shortest duration?,"db.movies.find({""directors"":""Alain Resnais""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" "Has The Scarlet Empress won any awards? If so, which ones?","db.movies.find({""title"":""The Scarlet Empress"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" How many reviews have been submitted for the movie Where Are My Children? on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Where Are My Children?"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the mean rating of all the Kenji Mizoguchi films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Kenji Mizoguchi""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" "How many votes did the movie I Was Born, But... receive on IMDB?","db.movies.find({""title"": ""I Was Born, But...""}, { ""imdb.votes"": 1})" Can you provide more information about the languages spoken in the movie The Man Who Could Work Miracles ?,"db.movies.find({""title"":""The Man Who Could Work Miracles""}, {""languages"":1})" What is the IMDb rating for the movie Come and Get It?,"db.movies.find({""title"": ""Come and Get It""}, {""imdb.rating"": 1})" What movie directed by Darren Aronofsky has the shortest running time?,"db.movies.find({""directors"":""Darren Aronofsky""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" what genre of movie is The Man Who Could Work Miracles?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""genres"": 1})" What was the release date for the movie The Lost Patrol?,"db.movies.find({""title"":""The Lost Patrol""}, {""released"":1})" What are the genres associated with the movie The Cheat ?,"db.movies.find({ ""title"": ""The Cheat"" }, { ""genres"": 1})" what is the plot for the movie Movie Crazy?,"db.movies.find({""title"": ""Movie Crazy""}, {""plot"": 1})" What is the text representation of the awards won and nominations received by the movie Forbidden?,"db.movies.find({""title"": ""Forbidden""}, { ""awards.text"": 1})" what is the plot for the film The Robber Symphony?,"db.movies.find({""title"": ""The Robber Symphony""}, {""plot"": 1})" What is the consensus among critics about the movie The Trail of the Lonesome Pine?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, { ""tomatoes.consensus"": 1})" what is the full plot for the film Flesh and the Devil?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""fullplot"": 1})" what is The Emperor Jones description?,"db.movies.find({""title"": ""The Emperor Jones""}, {""plot"": 1})" who stars in the film She Done Him Wrong?,"db.movies.find({""title"": ""She Done Him Wrong""}, {""cast"": 1})" What is the rating of the movie Bride of Frankenstein ?,"db.movies.find({ ""title"": ""Bride of Frankenstein"" }, { ""rated"": 1})" What languages are spoken in the movie The Awful Truth ?,"db.movies.find({""title"": ""The Awful Truth""}, { ""languages"": 1})" Who are the actors in the movie One Hundred Men and a Girl?,"db.movies.find({""title"":""One Hundred Men and a Girl""}, {""cast"":1})" who was the writer of Earth?,"db.movies.find({""title"": ""Earth""}, {""writers"": 1})" what genre of film is Fury?,"db.movies.find({""title"": ""Fury""}, {""genres"": 1})" what type of film is Three Ages?,"db.movies.find({""title"": ""Three Ages""}, {""genres"": 1})" who's the director of The Spanish Earth?,"db.movies.find({""title"": ""The Spanish Earth""}, {""directors"": 1})" "Has the film The Informer won any awards? If so, which ones?","db.movies.find({""title"":""The Informer"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who wrote the screenplay for The Power and the Glory?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Power and the Glory""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" what is the genre of Sherlock Jr.?,"db.movies.find({""title"": ""Sherlock Jr.""}, {""genres"": 1})" who wrote the movie A Woman of Paris: A Drama of Fate?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, {""writers"": 1})" What is the consensus among critics about the movie Hell's Hinges ?,"db.movies.find({""title"": ""Hell's Hinges""}, {""tomatoes.consensus"": 1})" the movie The Big House was directed by who?,"db.movies.find({""title"": ""The Big House""}, {""directors"": 1})" Who is the actor that appears the most in movies directed by Alain Resnais?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Alain Resnais"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what is the movie Tarzan the Ape Man imdb rating?,"db.movies.find({""title"": ""Tarzan the Ape Man""}, {""imdb.rating"": 1})" Could you tell me the exact number of films that have been directed by Terrence Malick?,"db.movies.countDocuments({""directors"":""Terrence Malick""})" What is the production company of the movie Battleship Potemkin?,"db.movies.find({""title"":""Battleship Potemkin""}, {""tomatoes.production"":1})" "the film Nosferatu, was written by who?","db.movies.find({""title"": ""Nosferatu""}, {""writers"": 1})" who is the director of The Divine Lady?,"db.movies.find({""title"": ""The Divine Lady""}, {""directors"": 1})" What is the rating of the movie Queen Kelly according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Queen Kelly""}, {""tomatoes.viewer.rating"": 1})" What are the countries associated with the movie Flash Gordon ?,"db.movies.find({""title"": ""Flash Gordon""}, {""countries"": 1})" What is the production company behind the movie Comradeship ?,"db.movies.find({""title"": ""Comradeship""}, {""tomatoes.production"": 1})" Can you provide a longer version of the movie Three Smart Girls plot?,"db.movies.find({""title"":""Three Smart Girls""}, {""fullplot"":1})" who starred in the film Flesh and the Devil?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""cast"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie Sons of the Desert?,"db.movies.find({""title"": ""Sons of the Desert""}, { ""tomatoes.lastUpdated"": 1})" who is the director of Wife! Be Like a Rose!?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""directors"": 1})" how many awards did the film The Mummy win?,"db.movies.find({""title"":""The Mummy""}, {""awards.wins"":1})" what is the full plot for Little Miss Marker?,"db.movies.find({""title"": ""Little Miss Marker""}, {""fullplot"": 1})" How long is the movie King Kong in minutes?,"db.movies.find({""title"":""King Kong""}, {""runtime"":1})" What is the audience rating of the movie Morocco ?,"db.movies.find({ ""title"": ""Morocco"" },{ ""tomatoes.viewer.rating"": 1 })" What is the IMDB rating of the movie Dishonored ?,"db.movies.find({""title"": ""Dishonored""}, { ""imdb.rating"": 1})" Secret Agent is written by this person?,"db.movies.find({""title"": ""Secret Agent""}, {""writers"": 1})" "Has the film The Lives of a Bengal Lancer won any awards? If so, which ones?","db.movies.find({""title"":""The Lives of a Bengal Lancer"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who's the director of The Man Who Knew Too Much?,"db.movies.find({""title"": ""The Man Who Knew Too Much""}, {""directors"": 1})" who is the writer of the film In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, {""writers"": 1})" When was the information about the movie The Power and the Glory last updated?,"db.movies.find({ ""title"": ""The Power and the Glory"" }, { ""lastupdated"": 1})" "42nd Street, is written by who?","db.movies.find({""title"": ""42nd Street""}, {""writers"": 1})" How did the audience and critics receive the film Dodsworth?,"db.movies.find({""title"":""Dodsworth""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Can you provide more information about the IMDb rating for the movie Topaze ?,"db.movies.find({""title"":""Topaze""}, {""imdb"":1})" How many audience reviews have been submitted for the movie The Man Who Knew Too Much ?,"db.movies.find({ ""title"": ""The Man Who Knew Too Much"" },{ ""tomatoes.viewer.numReviews"": 1 })" How many votes did the movie I Am a Fugitive from a Chain Gang receive on IMDB?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, { ""imdb.votes"": 1})" what was the release date of Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""released"": 1})" the film The Blue Light was directed by who?,"db.movies.find({""title"": ""The Blue Light""}, {""directors"": 1})" How did the audience and critics receive the film Romeo and Juliet?,"db.movies.find({""title"":""Romeo and Juliet""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the IMDB rating of the movie All Quiet on the Western Front ?,"db.movies.find({""title"": ""All Quiet on the Western Front""}, { ""imdb.rating"": 1})" In what year was the movie King of Jazz released?,"db.movies.find({""title"":""King of Jazz""}, {""year"":1})" who directed Baby Face?,"db.movies.find({""title"": ""Baby Face""}, {""directors"": 1})" the director of Safety Last! was?,"db.movies.find({""title"": ""Safety Last!""}, {""directors"": 1})" who stars in the movie San Francisco?,"db.movies.find({""title"": ""San Francisco""}, {""cast"": 1})" the film The Big House was directed by who?,"db.movies.find({""title"": ""The Big House""}, {""directors"": 1})" How did the audience and critics receive the movie David Copperfield?,"db.movies.find({""title"":""David Copperfield""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How many nominations did the movie The Lost World receive?,"db.movies.find({""title"":""The Lost World""}, {""awards.nominations"":1})" What is the running time of the movie Black Legion?,"db.movies.find({""title"":""Black Legion""}, {""runtime"":1})" which person wrote the film Harvest?,"db.movies.find({""title"": ""Harvest""}, {""writers"": 1})" what year was The Scarlet Empress released?,"db.movies.find({""title"": ""The Scarlet Empress""}, {""year"": 1})" What is the production company behind the movie A Damsel in Distress ?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""tomatoes.production"": 1})" What is the production company of For Heaven's Sake?,"db.movies.find({""title"":""For Heaven's Sake""}, {""tomatoes.production"":1})" Was the movie The Four Horsemen of the Apocalypse well received by audiences?,"db.movies.find({""title"":""The Four Horsemen of the Apocalypse""}, {""tomatoes.viewer"":1})" what kind of film is Morocco?,"db.movies.find({""title"": ""Morocco""}, {""genres"": 1})" what is the film The Gold Rush about in details?,"db.movies.find({""title"": ""The Gold Rush""}, {""fullplot"": 1})" What is the running time of the movie The Lost World?,"db.movies.find({""title"":""The Lost World""}, {""runtime"":1})" What is the audience rating of the movie The Count of Monte Cristo ?,"db.movies.find({ ""title"": ""The Count of Monte Cristo"" },{ ""tomatoes.viewer.rating"": 1 })" Was the movie The Divine Lady well received by audiences?,"db.movies.find({""title"":""The Divine Lady""}, {""tomatoes.viewer"":1})" How many audience reviews have been submitted for the movie Broadway Bill ?,"db.movies.find({ ""title"": ""Broadway Bill"" },{ ""tomatoes.viewer.numReviews"": 1 })" what is the plot for Imitation of Life?,"db.movies.find({""title"": ""Imitation of Life""}, {""plot"": 1})" the director of Night Must Fall was?,"db.movies.find({""title"": ""Night Must Fall""}, {""directors"": 1})" In what year was the movie The Pearls of the Crown released ?,"db.movies.find({ ""title"": ""The Pearls of the Crown"" }, { ""year"": 1})" What was the release date for the movie Captains Courageous?,"db.movies.find({""title"":""Captains Courageous""}, {""released"":1})" What is the runtime of the movie Upstream ?,"db.movies.find({""title"": ""Upstream""}, { ""runtime"": 1})" the film Queen Christina was directed by who?,"db.movies.find({""title"": ""Queen Christina""}, {""directors"": 1})" What is the rating of the movie The Invisible Man on IMDb?,"db.movies.find({""title"":""The Invisible Man""}, {""imdb.rating"":1})" Who are the starring actors/actresses in the movie The Wind?,"db.movies.find({""title"":""The Wind""}, {""cast"":1})" "who is the author of Laugh, Clown, Laugh?","db.movies.find({""title"": ""Laugh, Clown, Laugh""}, {""writers"": 1})" "Has the movie The Son of Kong won any awards? If so, which ones?","db.movies.find({""title"":""The Son of Kong"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the consensus among critics about the movie Dr. Jekyll and Mr. Hyde?,"db.movies.find({""title"": ""Dr. Jekyll and Mr. Hyde""}, { ""tomatoes.consensus"": 1})" How long is the movie The Mummy in minutes?,"db.movies.find({""title"":""The Mummy""}, {""runtime"":1})" how many awards did the movie Cimarron win?,"db.movies.find({""title"":""Cimarron""}, {""awards.wins"":1})" the film Lloyd's of London starred who?,"db.movies.find({""title"": ""Lloyd's of London""}, {""cast"": 1})" What is the name of the director and cast for the movie 'Daughter of Shanghai'?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the box office revenue for the movie 'San Francisco'?,"db.movies.find({""title"": ""San Francisco""}, {""tomatoes.boxOffice"": 1})" what was the release date of the movie Sherlock Jr.?,"db.movies.find({""title"": ""Sherlock Jr.""}, {""released"": 1})" who was the writer of Show People?,"db.movies.find({""title"": ""Show People""}, {""writers"": 1})" What is the website associated with the movie Broken Blossoms or The Yellow Man and the Girl on Rotten Tomatoes?,"db.movies.find({""title"": ""Broken Blossoms or The Yellow Man and the Girl""}, {""tomatoes.website"": 1})" who wrote the screenplay for Mèdchen in Uniform?,"db.movies.aggregate([ { ""$match"": { ""title"":""Mèdchen in Uniform""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" "Has the movie Cleopatra won any awards? If so, which ones?","db.movies.find({""title"":""Cleopatra"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what is Battleship Potemkin imdb rating?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""imdb.rating"": 1})" what genre of movie is Roberta?,"db.movies.find({""title"": ""Roberta""}, {""genres"": 1})" How many viewer reviews did the movie Flying Down to Rio receive on Rotten Tomatoes?,"db.movies.find({""title"":""Flying Down to Rio""}, {""tomatoes.viewer.numReviews"":1})" How did the audience and critics receive David Copperfield?,"db.movies.find({""title"":""David Copperfield""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what was the release date of The Invisible Man?,"db.movies.find({""title"": ""The Invisible Man""}, {""released"": 1})" In what year was the movie The Emperor Jones released ?,"db.movies.find({ ""title"": ""The Emperor Jones"" }, { ""year"": 1})" How many reviews did the movie The Last of the Mohicans receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Last of the Mohicans""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" what is Zero for Conduct imdb rating?,"db.movies.find({""title"": ""Zero for Conduct""}, {""imdb.rating"": 1})" How many audience reviews have been submitted for the movie Les Misèrables ?,"db.movies.find({ ""title"": ""Les Misèrables"" },{ ""tomatoes.viewer.numReviews"": 1 })" who is the director of The Awful Truth?,"db.movies.find({""title"": ""The Awful Truth""}, {""directors"": 1})" who was the movie Theodora Goes Wild written by?,"db.movies.find({""title"": ""Theodora Goes Wild""}, {""writers"": 1})" who are the actors in the film Popeye the Sailor Meets Sindbad the Sailor?,"db.movies.find({""title"": ""Popeye the Sailor Meets Sindbad the Sailor""}, {""cast"": 1})" who starred in the movie Wild and Woolly?,"db.movies.find({""title"": ""Wild and Woolly""}, {""cast"": 1})" What was the release date for the movie Mayerling?,"db.movies.find({""title"":""Mayerling""}, {""released"":1})" What is the runtime of the movie The Circus ?,"db.movies.find({""title"": ""The Circus""}, { ""runtime"": 1})" What is the production company behind the movie High and Dizzy ?,"db.movies.find({""title"": ""High and Dizzy""}, { ""tomatoes.production"": 1})" who starred in the film Grand Hotel?,"db.movies.find({""title"": ""Grand Hotel""}, {""cast"": 1})" What is the production company of The Story of Louis Pasteur?,"db.movies.find({""title"":""The Story of Louis Pasteur""}, {""tomatoes.production"":1})" Who are the writers of the movie Payment Deferred ?,"db.movies.find({""title"": ""Payment Deferred""}, { ""writers"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Son of Kong""}, { ""tomatoes.production"": 1})" What is the chief film category that Michelangelo Antonioni's directed movies are classified under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Michelangelo Antonioni"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" which company produced the film The Guardsman?,"db.movies.find({""title"":""The Guardsman""}, {""tomatoes.production"":1})" who was the writer of the film These Three?,"db.movies.find({""title"": ""These Three""}, {""writers"": 1})" who stars in the movie Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""cast"": 1})" who was the film Footlight Parade written by?,"db.movies.find({""title"": ""Footlight Parade""}, {""writers"": 1})" In what language was the movie The Band Concert released?,"db.movies.find({ ""title"": ""The Band Concert"" }, { ""languages"": 1})" "Has the movie The Navigator won any awards? If so, which ones?","db.movies.find({""title"":""The Navigator"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what is the plot for 7th Heaven?,"db.movies.find({""title"": ""7th Heaven""}, {""plot"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie College ?,"db.movies.find({""title"":""College""}, {""tomatoes.viewer.meter"":1})" What is the consensus among critics about the movie Les vampires ?,"db.movies.find({""title"": ""Les vampires""}, {""tomatoes.consensus"": 1})" which company produced the movie The Dark Angel?,"db.movies.find({""title"":""The Dark Angel""}, {""tomatoes.production"":1})" Who is the lead actress of the movie Roberta ?,"db.movies.find({""title"": ""Roberta""}, {""cast"":{""$slice"": 1},""title"":1})" What is the rating of the movie Wild and Woolly according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Wild and Woolly""}, {""tomatoes.viewer.rating"": 1})" can you describe the plot of The Son of the Sheik?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""plot"": 1})" which person directed Roberta?,"db.movies.find({""title"": ""Roberta""}, {""directors"": 1})" Who are the actors that appear in the movie Clash of the Wolves ?,"db.movies.find({ ""title"": ""Clash of the Wolves"" },{ ""cast"": 1 })" "What is the language of the movie Steamboat Bill, Jr.?","db.movies.find({""title"":""Steamboat Bill, Jr.""}, {""languages"":1})" What is the number of films that Coen Brothers has directed?,"db.movies.countDocuments({""directors"":""Coen Brothers""})" What are the genres this movie Wonder Bar belongs to?,"db.movies.find({""title"":""Wonder Bar""}, {""genres"":1})" which person wrote Wild and Woolly?,"db.movies.find({""title"": ""Wild and Woolly""}, {""writers"": 1})" Who is the lead actor of the movie Tsirk ?,"db.movies.find({""title"": ""Tsirk""}, {""cast"":{""$slice"": 1},""title"":1})" The Son of Kong is a film written by this person?,"db.movies.find({""title"": ""The Son of Kong""}, {""writers"": 1})" who was Dante's Inferno written by?,"db.movies.find({""title"": ""Dante's Inferno""}, {""writers"": 1})" When was the information last updated for the movie Dodsworth ?,"db.movies.find({ ""title"": ""Dodsworth"" },{ ""lastupdated"": 1 })" the movie The Blue Bird starred who?,"db.movies.find({""title"": ""The Blue Bird""}, {""cast"": 1})" the movie The 39 Steps starred which actors?,"db.movies.find({""title"": ""The 39 Steps""}, {""cast"": 1})" In what language was the movie The Blood of a Poet released?,"db.movies.find({ ""title"": ""The Blood of a Poet"" }, { ""languages"": 1})" who wrote the movie Lady Windermere's Fan?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""writers"": 1})" What type of movie is Rembrandt ?,"db.movies.find({""title"":""Rembrandt""}, {""genres"":1})" who stars in the movie Night Must Fall?,"db.movies.find({""title"": ""Night Must Fall""}, {""cast"": 1})" "Has the movie A Midsummer Night's Dream won any awards? If so, which ones?","db.movies.find({""title"":""A Midsummer Night's Dream"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" When was the movie Murders in the Rue Morgue released in theaters?,"db.movies.find({""title"": ""Murders in the Rue Morgue""}, {""released"": 1})" what is the plot for The General?,"db.movies.find({""title"": ""The General""}, {""plot"": 1})" What are the genres associated with the movie Payment Deferred ?,"db.movies.find({ ""title"": ""Payment Deferred"" }, { ""genres"": 1})" In which countries was the movie The Dark Angel produced?,"db.movies.find({""title"":""The Dark Angel""}, {""countries"":1})" what are the genres directed by Woody Allen?,"db.movies.distinct(""genres"", { ""directors"": ""Woody Allen"" })" What is the runtime of the movie Chapayev ?,"db.movies.find({""title"": ""Chapayev""}, { ""runtime"": 1})" the movie Broadway Bill starred who?,"db.movies.find({""title"": ""Broadway Bill""}, {""cast"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Harvest""}, { ""tomatoes.production"": 1})" Who are the actors in the movie The Unknown?,"db.movies.find({""title"":""The Unknown""}, {""cast"":1})" When was the Tomatometer score and other Tomato-related information last updated for the movie Dodsworth?,"db.movies.find({""title"": ""Dodsworth""}, { ""tomatoes.lastUpdated"": 1})" who wrote the screenplay for Dante's Inferno?,"db.movies.aggregate([ { ""$match"": { ""title"":""Dante's Inferno""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the IMDb rating for the movie The Green Pastures ?,"db.movies.find({""title"":""The Green Pastures""}, {""imdb.rating"":1})" How many comments have been posted by users on the movie The Beloved Vagabond's page on the Mflix platform?,"db.movies.find({ ""title"": ""The Beloved Vagabond"" }, { ""num_mflix_comments"": 1 })" which person directed Sons of the Desert?,"db.movies.find({""title"": ""Sons of the Desert""}, {""directors"": 1})" What is the plot summary of the movie One Night of Love ?,"db.movies.find({ ""title"": ""One Night of Love"" }, { ""plot"": 1})" what was the release date of the film The Crowd?,"db.movies.find({""title"": ""The Crowd""}, {""released"": 1})" what is the genre of Berkeley Square?,"db.movies.find({""title"": ""Berkeley Square""}, {""genres"": 1})" What type of media is The Robber Symphony?,"db.movies.find({ ""title"": ""The Robber Symphony"" }, { ""type"": 1})" what is the full plot for the movie Clash of the Wolves?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""fullplot"": 1})" What is the production company behind the movie Cops ?,"db.movies.find({""title"": ""Cops""}, { ""tomatoes.production"": 1})" which company produced the film Wonder Bar?,"db.movies.find({""title"":""Wonder Bar""}, {""tomatoes.production"":1})" What is the runtime and rating for the movie 'The Great Ziegfeld'?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""runtime"": 1, ""rated"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Flash Gordon""}, { ""tomatoes.production"": 1})" How did the audience and critics receive Dekigokoro?,"db.movies.find({""title"":""Dekigokoro""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what year was Triumph of the Will released?,"db.movies.find({""title"": ""Triumph of the Will""}, {""year"": 1})" who is the author of Carnival in Flanders?,"db.movies.find({""title"": ""Carnival in Flanders""}, {""writers"": 1})" What type of movie is The Great Train Robbery ?,"db.movies.find({""title"":""The Great Train Robbery""}, {""genres"":1})" What is the meter score of the movie The Divorcee according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Divorcee""}, {""tomatoes.viewer.meter"": 1})" How did the audience and critics receive the film The Last Command?,"db.movies.find({""title"":""The Last Command""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the meter score of the movie Wild Boys of the Road according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""tomatoes.viewer.meter"": 1})" who was the writer of the movie High and Dizzy?,"db.movies.find({""title"": ""High and Dizzy""}, {""writers"": 1})" what is the full plot for the film Wonder Bar?,"db.movies.find({""title"": ""Wonder Bar""}, {""fullplot"": 1})" who directed the film Regeneration?,"db.movies.find({""title"": ""Regeneration""}, {""directors"": 1})" how many awards did the film A Day in the Country win?,"db.movies.find({""title"":""A Day in the Country""}, {""awards.wins"":1})" what is the movie L'opèra de quat'sous description ?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, {""plot"": 1})" who directed the movie The Lost Patrol?,"db.movies.find({""title"": ""The Lost Patrol""}, {""directors"": 1})" How many award nominations did the movie receive From Hand to Mouth ?,"db.movies.find({ ""title"": ""From Hand to Mouth"" },{ ""awards.nominations"": 1 })" What is the name of the director and cast for the movie 'Moscow Laughs'?,"db.movies.find({""title"": ""Moscow Laughs""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" what is the plot for the film A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""plot"": 1})" what type of movie is From Hand to Mouth?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""genres"": 1})" what is the genre for the movie Skippy?,"db.movies.find({""title"": ""Skippy""}, {""genres"": 1})" who are the actors in the film Little Women?,"db.movies.find({""title"": ""Little Women""}, {""cast"": 1})" Can you tell me which films were helmed by Wes Anderson?,"db.movies.find({""directors"": ""Wes Anderson""},{""title"":1})" What is the MongoDB document ID of the movie L'opèra de quat'sous?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, {""_id"": 1})" what is the movie San Francisco description ?,"db.movies.find({""title"": ""San Francisco""}, {""plot"": 1})" How many reviews have been submitted by critics for the movie Zero for Conduct?,"db.movies.find({ ""title"": ""Zero for Conduct"" }, { ""tomatoes.critic.numReviews"": 1 })" who wrote the screenplay for the film Popeye the Sailor Meets Sindbad the Sailor?,"db.movies.aggregate([ { ""$match"": { ""title"":""Popeye the Sailor Meets Sindbad the Sailor""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie One Week ?,"db.movies.find({""title"":""One Week""}, {""tomatoes.viewer.meter"":1})" who was the writer of the film The Divine Lady?,"db.movies.find({""title"": ""The Divine Lady""}, {""writers"": 1})" what is the movie Foolish Wives about?,"db.movies.find({""title"": ""Foolish Wives""}, {""plot"": 1})" "Has the film Grand Hotel won any awards? If so, which ones?","db.movies.find({""title"":""Grand Hotel"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" Has the movie The Cheat won any awards?,"db.movies.find({""title"":""The Cheat""}, {""awards.wins"":1})" who are the actors in Night Must Fall?,"db.movies.find({""title"": ""Night Must Fall""}, {""cast"": 1})" what is the plot for the film The Birth of a Nation?,"db.movies.find({""title"": ""The Birth of a Nation""}, {""plot"": 1})" what genre of film is Toni?,"db.movies.find({""title"": ""Toni""}, {""genres"": 1})" Who are the actors in the movie Two Seconds?,"db.movies.find({""title"":""Two Seconds""}, {""cast"":1})" Can you provide a longer version of the movie Chapayev plot?,"db.movies.find({""title"":""Chapayev""}, {""fullplot"":1})" What is the production company behind the movie The 3 Penny Opera ?,"db.movies.find({""title"": ""The 3 Penny Opera""}, {""tomatoes.production"": 1})" what was the release date of the film The Man Who Knew Too Much?,"db.movies.find({""title"": ""The Man Who Knew Too Much""}, {""released"": 1})" what type of film is Dodsworth?,"db.movies.find({""title"": ""Dodsworth""}, {""genres"": 1})" What is the production company of the movie The Gold Rush?,"db.movies.find({""title"":""The Gold Rush""}, {""tomatoes.production"":1})" what genre of movie is Dracula?,"db.movies.find({""title"": ""Dracula""}, {""genres"": 1})" the film The Devil Is a Woman starred who?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""cast"": 1})" who acted in the movie The Dark Angel?,"db.movies.find({""title"": ""The Dark Angel""}, {""cast"": 1})" What is the rating of the movie The Thief of Bagdad on IMDb?,"db.movies.find({""title"":""The Thief of Bagdad""}, {""imdb.rating"":1})" In which countries was the movie Cops produced?,"db.movies.find({""title"":""Cops""}, {""countries"":1})" In which genre do the movies directed by Vittorio De Sica mainly fall under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Vittorio De Sica"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what is the film Seven Chances about in details?,"db.movies.find({""title"": ""Seven Chances""}, {""fullplot"": 1})" what is From Hand to Mouth about?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""plot"": 1})" What is the movie Storm Over Asia about? Can you provide a brief summary?,"db.movies.find({""title"":""Storm Over Asia""}, {""plot"":1})" How many comments have been posted by users on the movie Civilization's page on the Mflix platform?,"db.movies.find({ ""title"": ""Civilization"" }, { ""num_mflix_comments"": 1 })" What are the genres this movie The Unknown belongs to?,"db.movies.find({""title"":""The Unknown""}, {""genres"":1})" How many votes did the movie Robin Hood receive on IMDB?,"db.movies.find({""title"": ""Robin Hood""}, { ""imdb.votes"": 1})" who starred in the film Mr. Deeds Goes to Town?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""cast"": 1})" What is the viewer rating for the movie The Son of Kong on Rotten Tomatoes?,"db.movies.find({""title"":""The Son of Kong""}, {""tomatoes.viewer.rating"":1})" who wrote Greed?,"db.movies.find({""title"": ""Greed""}, {""writers"": 1})" What is the website associated with the movie The 3 Penny Opera on Rotten Tomatoes?,"db.movies.find({""title"": ""The 3 Penny Opera""}, {""tomatoes.website"": 1})" What is the movie Shall We Dance rating?,"db.movies.find({""title"":""Shall We Dance""}, {""rated"":1})" what is the plot for Masquerade in Vienna?,"db.movies.find({""title"": ""Masquerade in Vienna""}, {""plot"": 1})" what is the plot for the film Gold Diggers of 1935?,"db.movies.find({""title"": ""Gold Diggers of 1935""}, {""plot"": 1})" What is the plot summary of the movie The Thin Man ?,"db.movies.find({ ""title"": ""The Thin Man"" }, { ""plot"": 1})" who is the director of The Power and the Glory?,"db.movies.find({""title"": ""The Power and the Glory""}, {""directors"": 1})" The Devil Is a Woman is a film written by this person?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""writers"": 1})" how many awards did the film The Perils of Pauline win?,"db.movies.find({""title"":""The Perils of Pauline""}, {""awards.wins"":1})" "Has the movie The Mummy won any awards? If so, which ones?","db.movies.find({""title"":""The Mummy"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what is the movie In Old Chicago description ?,"db.movies.find({""title"": ""In Old Chicago""}, {""plot"": 1})" How does the movie David Copperfield rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""David Copperfield"" },{ ""tomatoes.critic.meter"": 1 })" How many wins did the movie The Blood of a Poet receive?,"db.movies.find({""title"":""The Blood of a Poet""}, {""awards.wins"":1})" what was the release date of Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""released"": 1})" the movie Comradeship was directed by who?,"db.movies.find({""title"": ""Comradeship""}, {""directors"": 1})" What is the box office revenue of the movie The Awful Truth in dollars?,"db.movies.find({""title"": ""The Awful Truth""}, {""tomatoes.boxOffice"": 1})" What is the box office revenue of the movie Nosferatu ?,"db.movies.find({""title"": ""Nosferatu""}, { ""tomatoes.boxOffice"": 1})" What is the imdbID and genre of the movie 'The Fall of the House of Usher'?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" who stars in the film Go West?,"db.movies.find({""title"": ""Go West""}, {""cast"": 1})" how many awards did the film Upstream win?,"db.movies.find({""title"":""Upstream""}, {""awards.wins"":1})" Little Women is a film written by this person?,"db.movies.find({""title"": ""Little Women""}, {""writers"": 1})" What is the runtime and rating for the movie 'They Won't Forget'?,"db.movies.find({""title"": ""They Won't Forget""}, {""runtime"": 1, ""rated"": 1})" "In Clint Eastwood's directed movies, which actor has made the most appearances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Clint Eastwood"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" the movie Sisters of the Gion starred which actors?,"db.movies.find({""title"": ""Sisters of the Gion""}, {""cast"": 1})" How many reviews have been submitted for the movie Harvest on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Harvest"" },{ ""tomatoes.viewer.numReviews"": 1 })" what is the film The Great Ziegfeld description ?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""plot"": 1})" How many reviews have been submitted for the movie The Beloved Vagabond on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Beloved Vagabond"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the percentage of positive reviews among critics for the movie Curly Top ?,"db.movies.find({ ""title"": ""Curly Top"" },{ ""tomatoes.critic.meter"": 1 })" What's the title of the Martin Scorsese movie with the longest runtime?,"db.movies.find({""directors"":""Martin Scorsese""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" what is the movie The Band Concert about?,"db.movies.find({""title"": ""The Band Concert""}, {""plot"": 1})" What is the combined duration of all films that Satyajit Ray directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Satyajit Ray"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" Who are the actors in the movie I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"":""I Am a Fugitive from a Chain Gang""}, {""cast"":1})" what is Intolerance: Love's Struggle Throughout the Ages description?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""plot"": 1})" What is the freshness score of the movie Toni on Rotten Tomatoes?,"db.movies.find({""title"": ""Toni""}, {""tomatoes.fresh"": 1})" how many awards did the movie Everybody's Woman win?,"db.movies.find({""title"":""Everybody's Woman""}, {""awards.wins"":1})" What is the average score assigned to all David Lynch movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""David Lynch""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" who directed Tarzan and His Mate?,"db.movies.find({""title"": ""Tarzan and His Mate""}, {""directors"": 1})" what is the genre for the movie The Story of a Cheat?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""genres"": 1})" How long is the runtime of the movie Flying Down to Rio ?,"db.movies.find({""title"":""Flying Down to Rio""}, {""runtime"":1})" What is the imdbID and year of release for the movie with a title of 'Everybody's Woman'?,"db.movies.find({""title"": ""Everybody's Woman""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" who directed the film Freaks?,"db.movies.find({""title"": ""Freaks""}, {""directors"": 1})" What is the language of Mary of Scotland?,"db.movies.find({""title"":""Mary of Scotland""}, {""languages"":1})" Which movie genres did Federico Fellini direct?,"db.movies.distinct(""genres"", { ""directors"": ""Federico Fellini"" })" What is the full plot summary of the movie Dr. Jekyll and Mr. Hyde ?,"db.movies.find({""title"": ""Dr. Jekyll and Mr. Hyde""}, {""plot"": 1})" what genre is the film It?,"db.movies.find({""title"": ""It""}, {""genres"": 1})" "Has the film The Broadway Melody won any awards? If so, which ones?","db.movies.find({""title"":""The Broadway Melody"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the Rotten Tomatoes meter rating for the movie Freaks ?,"db.movies.find({""title"":""Freaks""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie The 39 Steps ?,"db.movies.find({""title"":""The 39 Steps""}, {""tomatoes.viewer.meter"":1})" What are the names of the films that were directed by Ridley Scott and released in the 1990s?,"db.movies.find({""directors"": 'Ridley Scott', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" How many reviews have been submitted by critics for the movie Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({ ""title"": ""Intolerance: Love's Struggle Throughout the Ages"" }, { ""tomatoes.critic.numReviews"": 1 })" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Big Parade""}, { ""tomatoes.production"": 1})" who was the writer of the movie The Lost World?,"db.movies.find({""title"": ""The Lost World""}, {""writers"": 1})" How many audience reviews have been submitted for the movie One Night of Love ?,"db.movies.find({ ""title"": ""One Night of Love"" },{ ""tomatoes.viewer.numReviews"": 1 })" How many movies has Christopher Nolan directed in total?,"db.movies.countDocuments({""directors"":""Christopher Nolan""})" What is the rating of the movie The Prisoner of Zenda according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""tomatoes.viewer.rating"": 1})" What is the text representation of the awards won and nominations received by the movie Shall We Dance?,"db.movies.find({""title"": ""Shall We Dance""}, { ""awards.text"": 1})" the movie Moscow Laughs starred who?,"db.movies.find({""title"": ""Moscow Laughs""}, {""cast"": 1})" When was the movie Lenin in October released in theaters?,"db.movies.find({""title"": ""Lenin in October""}, {""released"": 1})" Who are the actors in the movie Theodora Goes Wild?,"db.movies.find({""title"":""Theodora Goes Wild""}, {""cast"":1})" what type of movie is Lady Windermere's Fan?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""genres"": 1})" what was the release date of the movie Broadway Bill?,"db.movies.find({""title"": ""Broadway Bill""}, {""released"": 1})" the film The Docks of New York starred which actors?,"db.movies.find({""title"": ""The Docks of New York""}, {""cast"": 1})" who wrote the movie David Golder?,"db.movies.find({""title"": ""David Golder""}, {""writers"": 1})" Was the movie These Three well received by audiences and critics?,"db.movies.find({""title"":""These Three""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the IMDB rating of the movie Camille ?,"db.movies.find({""title"": ""Camille""}, { ""imdb.rating"": 1})" When was the movie The 39 Steps released in theaters?,"db.movies.find({""title"": ""The 39 Steps""}, {""released"": 1})" What is the rating of the movie Our Hospitality on IMDb?,"db.movies.find({""title"":""Our Hospitality""}, {""imdb.rating"":1})" In what year was the movie Dekigokoro released?,"db.movies.find({""title"":""Dekigokoro""}, {""year"":1})" When was the information about the movie It Happened One Night last updated?,"db.movies.find({ ""title"": ""It Happened One Night"" }, { ""lastupdated"": 1})" Which actor has the highest number of appearances in movies directed by James Cameron?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""James Cameron"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the rating of the movie Scrooge on IMDb?,"db.movies.find({""title"":""Scrooge""}, {""imdb.rating"":1})" What is the movie Camille about? Can you provide a brief summary?,"db.movies.find({""title"":""Camille""}, {""plot"":1})" Jean-Luc Godard directed which films in the 1990s?,"db.movies.find({""directors"": 'Jean-Luc Godard', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" what genre of movie is Dames?,"db.movies.find({""title"": ""Dames""}, {""genres"": 1})" who was the writer of The Ace of Hearts?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""writers"": 1})" what kind of movie is Anna Karenina?,"db.movies.find({""title"": ""Anna Karenina""}, {""genres"": 1})" what is the movie Upstream description ?,"db.movies.find({""title"": ""Upstream""}, {""plot"": 1})" What is the MPAA rating of the movie Asphalt?,"db.movies.find({""title"":""Asphalt""}, {""rated"":1})" Has the movie Scarface won any awards?,"db.movies.find({""title"":""Scarface""}, {""awards.wins"":1})" What is the Tomatometer score of the movie The Invisible Ray ?,"db.movies.find({ ""title"": ""The Invisible Ray"" },{ ""tomatoes.critic.meter"": 1 })" What is the text description of the movie The Jazz Singer awards?,"db.movies.find({""title"":""The Jazz Singer""}, {""awards.text"":1})" What is the name of the director and cast for the movie 'The Poor Little Rich Girl'?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the movie The Good Earth rating?,"db.movies.find({""title"":""The Good Earth""}, {""rated"":1})" who directed the movie Top Hat?,"db.movies.find({""title"": ""Top Hat""}, {""directors"": 1})" What is the box office revenue of the movie Modern Times in dollars?,"db.movies.find({""title"": ""Modern Times""}, {""tomatoes.boxOffice"": 1})" What is the Metacritic score of the movie A Woman of Paris: A Drama of Fate ?,"db.movies.find({ ""title"": ""A Woman of Paris: A Drama of Fate"" }, { ""metacritic"": 1})" What type of media is Anna Karenina?,"db.movies.find({ ""title"": ""Anna Karenina"" }, { ""type"": 1})" what was the release year of the film The Crusades?,"db.movies.find({""title"": ""The Crusades""}, {""year"": 1})" What is the website associated with the movie Follow the Fleet on Rotten Tomatoes?,"db.movies.find({""title"": ""Follow the Fleet""}, {""tomatoes.website"": 1})" what type of film is The Immigrant?,"db.movies.find({""title"": ""The Immigrant""}, {""genres"": 1})" What are the countries associated with the movie Hallelujah ?,"db.movies.find({""title"": ""Hallelujah""}, {""countries"": 1})" What is the critical reception of the movie Robin Hood?,"db.movies.find({""title"":""Robin Hood""}, {""tomatoes.critic"":1})" what was the release year of the film The Red Head?,"db.movies.find({""title"": ""The Red Head""}, {""year"": 1})" Who are the actors in the movie The Trail of the Lonesome Pine?,"db.movies.find({""title"":""The Trail of the Lonesome Pine""}, {""cast"":1})" In which countries was the movie Battling Butler produced?,"db.movies.find({""title"":""Battling Butler""}, {""countries"":1})" what is the movie The Four Horsemen of the Apocalypse about in details?,"db.movies.find({""title"": ""The Four Horsemen of the Apocalypse""}, {""fullplot"": 1})" What is the audience rating of the movie Dr. Jekyll and Mr. Hyde ?,"db.movies.find({ ""title"": ""Dr. Jekyll and Mr. Hyde"" },{ ""tomatoes.viewer.rating"": 1 })" How many awards did the movie win Swing Time ?,"db.movies.find({ ""title"": ""Swing Time"" },{ ""awards.wins"": 1 })" Can you tell me which movie that Jean Renoir directed has the shortest running time?,"db.movies.find({""directors"":""Jean Renoir""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" What is the Rotten Tomatoes meter rating for the movie Les vampires ?,"db.movies.find({""title"":""Les vampires""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" How long is the runtime of the movie Man of Aran ?,"db.movies.find({""title"":""Man of Aran""}, {""runtime"":1})" Which Robert Bresson film has the shortest duration?,"db.movies.find({""directors"":""Robert Bresson""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" what year was the movie Ruggles of Red Gap released?,"db.movies.find({""title"": ""Ruggles of Red Gap""}, {""year"": 1})" what sort of movie is The Red Head?,"db.movies.find({""title"": ""The Red Head""}, {""genres"": 1})" who starred in The Private Life of Henry VIII.?,"db.movies.find({""title"": ""The Private Life of Henry VIII.""}, {""cast"": 1})" which person wrote the movie Tsirk?,"db.movies.find({""title"": ""Tsirk""}, {""writers"": 1})" What type of movie is The Son of the Sheik ?,"db.movies.find({""title"":""The Son of the Sheik""}, {""genres"":1})" How many awards did the movie win Kid Galahad ?,"db.movies.find({ ""title"": ""Kid Galahad"" },{ ""awards.wins"": 1 })" What type of movie is It ?,"db.movies.find({""title"":""It""}, {""genres"":1})" Who are the writers of the movie The Poor Little Rich Girl ?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, { ""writers"": 1})" Who are the main actors/actresses in the movie The Informer?,"db.movies.find({""title"":""The Informer""}, {""cast"":1})" In what year was the movie The Saphead released ?,"db.movies.find({ ""title"": ""The Saphead"" }, { ""year"": 1})" What is the best-reviewed movie on Rotten Tomatoes that was directed by David Lynch?,"db.movies.find({""directors"": ""David Lynch"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" which person wrote the film Sherlock Jr.?,"db.movies.find({""title"": ""Sherlock Jr.""}, {""writers"": 1})" How many films did Sergei Eisenstein direct in each year they were released?,"db.movies.aggregate([{ $match: { ""directors"": ""Sergei Eisenstein"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" "Upstream, is written by who?","db.movies.find({""title"": ""Upstream""}, {""writers"": 1})" what was the release year of the movie These Three?,"db.movies.find({""title"": ""These Three""}, {""year"": 1})" What is the running time of the film King Solomon's Mines?,"db.movies.find({""title"":""King Solomon's Mines""}, {""runtime"":1})" what was the release date of the film Shall We Dance?,"db.movies.find({""title"": ""Shall We Dance""}, {""released"": 1})" what type of movie is Duck Soup?,"db.movies.find({""title"": ""Duck Soup""}, {""genres"": 1})" What was the release date for the movie Disraeli?,"db.movies.find({""title"":""Disraeli""}, {""released"":1})" what is the film The Prisoner of Shark Island about in details?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""fullplot"": 1})" When was the movie The Black Cat released in theaters?,"db.movies.find({""title"": ""The Black Cat""}, {""released"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie La Grande Illusion ?,"db.movies.find({""title"":""La Grande Illusion""}, {""tomatoes.viewer.meter"":1})" what was the release year of King Kong?,"db.movies.find({""title"": ""King Kong""}, {""year"": 1})" What is the IMDb rating for the movie Miss Lulu Bett ?,"db.movies.find({""title"":""Miss Lulu Bett""}, {""imdb.rating"":1})" what was the genre of the movie Eskimo?,"db.movies.find({""title"": ""Eskimo""}, {""genres"": 1})" what was the genre of the film Ella Cinders?,"db.movies.find({""title"": ""Ella Cinders""}, {""genres"": 1})" what is Folies Bergère de Paris imdb rating?,"db.movies.find({""title"": ""Folies Bergère de Paris""}, {""imdb.rating"": 1})" What is the critical reception of the movie Hell's Hinges?,"db.movies.find({""title"":""Hell's Hinges""}, {""tomatoes.critic"":1})" whats the total runtime of all the movies directed by Christopher Nolan ?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Christopher Nolan"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" "the movie The Life of Emile Zola, was written by who?","db.movies.find({""title"": ""The Life of Emile Zola""}, {""writers"": 1})" what is the movie The Black Cat imdb rating?,"db.movies.find({""title"": ""The Black Cat""}, {""imdb.rating"": 1})" what is the plot for Wild and Woolly?,"db.movies.find({""title"": ""Wild and Woolly""}, {""plot"": 1})" What is the number of movies Ridley Scott released per year?,"db.movies.aggregate([{ $match: { ""directors"": ""Ridley Scott"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" the film The Navigator was directed by who?,"db.movies.find({""title"": ""The Navigator""}, {""directors"": 1})" the film Street Angel starred which actors?,"db.movies.find({""title"": ""Street Angel""}, {""cast"": 1})" What is the box office revenue of the movie The Last of the Mohicans in dollars?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""tomatoes.boxOffice"": 1})" who is listed as director for The Cheat?,"db.movies.find({""title"": ""The Cheat""}, {""directors"": 1})" who is the director that directed Bad Girl?,"db.movies.find({""title"": ""Bad Girl""}, {""directors"": 1})" What is the MPAA rating of the film Night Must Fall?,"db.movies.find({""title"":""Night Must Fall""}, {""rated"":1})" what type of movie is Flesh and the Devil?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""genres"": 1})" Could you tell me which Darren Aronofsky-directed film has the longest running time?,"db.movies.find({""directors"":""Darren Aronofsky""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" who acted in the movie Napoleon?,"db.movies.find({""title"": ""Napoleon""}, {""cast"": 1})" How many reviews did the movie Black Fury receive on Rotten Tomatoes?,"db.movies.find({""title"":""Black Fury""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" What is the title of the movie with the longest duration that Luchino Visconti directed?,"db.movies.find({""directors"":""Luchino Visconti""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" what is the film The Lives of a Bengal Lancer imdb rating?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""imdb.rating"": 1})" the movie Mr. Deeds Goes to Town starred who?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""cast"": 1})" What is the full plot summary of the movie One Night of Love ?,"db.movies.find({""title"": ""One Night of Love""}, {""plot"": 1})" How many audience reviews have been submitted for the movie Marked Woman?,"db.movies.find({ ""title"": ""Marked Woman"" }, { ""tomatoes.viewer.numReviews"": 1 })" what is The Italian description?,"db.movies.find({""title"": ""The Italian""}, {""plot"": 1})" who are the actors in the movie Mèdchen in Uniform?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""cast"": 1})" who is the writer of the movie Men Without Women?,"db.movies.find({""title"": ""Men Without Women""}, {""writers"": 1})" What is the box office revenue of the movie The Prince and the Pauper ?,"db.movies.find({""title"": ""The Prince and the Pauper""}, { ""tomatoes.boxOffice"": 1})" How many reviews have been submitted by critics for the movie Applause ?,"db.movies.find({""title"": ""Applause""}, {""tomatoes.critic.numReviews"": 1})" Can you provide a detailed summary of the movie The Divorcee plot?,"db.movies.find({ ""title"": ""The Divorcee"" }, { ""fullplot"": 1})" "What is the general rating of Quentin Tarantino's films in the database, calculated as an average?","db.movies.aggregate([{""$match"": {""directors"":""Quentin Tarantino""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" Who are the main actors in The Great Ziegfeld ?,"db.movies.find({ ""title"": ""The Great Ziegfeld"" }, { ""cast"": 1})" What is the rating of the movie Moscow Laughs ?,"db.movies.find({ ""title"": ""Moscow Laughs"" }, { ""rated"": 1})" what is the full plot for the movie Tsirk?,"db.movies.find({""title"": ""Tsirk""}, {""fullplot"": 1})" Can you provide a longer version of the movie The Kid plot?,"db.movies.find({""title"":""The Kid""}, {""fullplot"":1})" How many votes did the movie The Italian receive on IMDB?,"db.movies.find({""title"": ""The Italian""}, { ""imdb.votes"": 1})" who produced the film The Guardsman?,"db.movies.find({""title"":""The Guardsman""}, {""tomatoes.production"":1})" How did the audience and critics receive the film David Copperfield?,"db.movies.find({""title"":""David Copperfield""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the ID of the movie M on IMDB?,"db.movies.find({""title"": ""M""}, {""imdb.id"": 1})" what sort of film is The Iron Horse?,"db.movies.find({""title"": ""The Iron Horse""}, {""genres"": 1})" what genre is the movie Swedenhielms Family?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""genres"": 1})" What is the audience rating of the movie Sunrise ?,"db.movies.find({ ""title"": ""Sunrise"" },{ ""tomatoes.viewer.rating"": 1 })" What is the consensus among critics about the movie Romance ?,"db.movies.find({""title"": ""Romance""}, {""tomatoes.consensus"": 1})" who wrote the screenplay for Gold Diggers of 1935?,"db.movies.aggregate([ { ""$match"": { ""title"":""Gold Diggers of 1935""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" what genre of movie is The Red Head?,"db.movies.find({""title"": ""The Red Head""}, {""genres"": 1})" What is the plot summary of the movie Captains Courageous ?,"db.movies.find({ ""title"": ""Captains Courageous"" }, { ""plot"": 1})" Can you provide me with a list of movies directed by Kenji Mizoguchi that were released in the 1990s?,"db.movies.find({""directors"": 'Kenji Mizoguchi', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" the director of Going Hollywood was?,"db.movies.find({""title"": ""Going Hollywood""}, {""directors"": 1})" the director of Hallelujah was?,"db.movies.find({""title"": ""Hallelujah""}, {""directors"": 1})" what is the plot for the film Dishonored?,"db.movies.find({""title"": ""Dishonored""}, {""plot"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Crowd""}, { ""tomatoes.production"": 1})" what was the genre of the movie The Unknown?,"db.movies.find({""title"": ""The Unknown""}, {""genres"": 1})" what genre is the movie Civilization?,"db.movies.find({""title"": ""Civilization""}, {""genres"": 1})" Who are the actors in the movie Viva Villa!?,"db.movies.find({""title"":""Viva Villa!""}, {""cast"":1})" what is the movie Camille imdb rating?,"db.movies.find({""title"": ""Camille""}, {""imdb.rating"": 1})" what was the release year of Where Are My Children??,"db.movies.find({""title"": ""Where Are My Children?""}, {""year"": 1})" what was the release year of The Perils of Pauline?,"db.movies.find({""title"": ""The Perils of Pauline""}, {""year"": 1})" How many comments have been posted by users on the movie The Champ's page on the Mflix platform?,"db.movies.find({ ""title"": ""The Champ"" }, { ""num_mflix_comments"": 1 })" who wrote the movie A Midsummer Night's Dream?,"db.movies.find({""title"": ""A Midsummer Night's Dream""}, {""writers"": 1})" How long is the runtime of the movie The Passion of Joan of Arc ?,"db.movies.find({""title"":""The Passion of Joan of Arc""}, {""runtime"":1})" Who are the main actors/actresses in the movie The Great Train Robbery?,"db.movies.find({""title"":""The Great Train Robbery""}, {""cast"":1})" the film Miss Lulu Bett starred who?,"db.movies.find({""title"": ""Miss Lulu Bett""}, {""cast"": 1})" What is the text representation of the awards won and nominations received by the movie The Gold Rush?,"db.movies.find({""title"": ""The Gold Rush""}, { ""awards.text"": 1})" who was the film The Lost World written by?,"db.movies.find({""title"": ""The Lost World""}, {""writers"": 1})" How many comments have been posted by users on the movie She's page on the Mflix platform?,"db.movies.find({ ""title"": ""She"" }, { ""num_mflix_comments"": 1 })" What is the IMDb ID for the movie Three Smart Girls?,"db.movies.find({""title"":""Three Smart Girls""}, {""imdb.id"":1})" Has the movie Little Caesar won any awards?,"db.movies.find({""title"":""Little Caesar""}, {""awards.wins"":1})" Which actor has the highest count of appearances in Satyajit Ray's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Satyajit Ray"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the combined duration of all films that Coen Brothers directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Coen Brothers"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" what is the film The Emperor Jones about?,"db.movies.find({""title"": ""The Emperor Jones""}, {""plot"": 1})" Was the movie Hell's Hinges well received by audiences?,"db.movies.find({""title"":""Hell's Hinges""}, {""tomatoes.viewer"":1})" How many award nominations did the movie receive Lonesome ?,"db.movies.find({ ""title"": ""Lonesome"" },{ ""awards.nominations"": 1 })" how many awards did the film Night Must Fall win?,"db.movies.find({""title"":""Night Must Fall""}, {""awards.wins"":1})" What type of movie is Final Accord ?,"db.movies.find({""title"":""Final Accord""}, {""genres"":1})" What is the movie The Trail of the Lonesome Pine about? Can you provide a brief summary?,"db.movies.find({""title"":""The Trail of the Lonesome Pine""}, {""plot"":1})" Who is the lead actor of the movie The Passion of Joan of Arc ?,"db.movies.find({""title"": ""The Passion of Joan of Arc""}, {""cast"":{""$slice"": 1},""title"":1})" who was The Blue Light directed by?,"db.movies.find({""title"": ""The Blue Light""}, {""directors"": 1})" what sort of movie is In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, {""genres"": 1})" What is the box office revenue for the movie 'Metropolis'?,"db.movies.find({""title"": ""Metropolis""}, {""tomatoes.boxOffice"": 1})" Could you inform me of the total runtime of all Yasujiro Ozu-directed movies?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Yasujiro Ozu"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the name of the movie that Darren Aronofsky directed that has the longest duration?,"db.movies.find({""directors"":""Darren Aronofsky""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" what is The Fall of the House of Usher imdb rating?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""imdb.rating"": 1})" Can you give me a brief summary of the movie Men Without Women plot?,"db.movies.find({""title"":""Men Without Women""}, {""plot"":1})" What is the Rotten Tomatoes meter rating for the movie This Is My Affair ?,"db.movies.find({""title"":""This Is My Affair""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What is the imdbID and year of release for the movie with a title of 'Camille'?,"db.movies.find({""title"": ""Camille""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" what genre is the film Traffic in Souls?,"db.movies.find({""title"": ""Traffic in Souls""}, {""genres"": 1})" How many votes did the movie The Saphead receive on IMDB?,"db.movies.find({""title"": ""The Saphead""}, { ""imdb.votes"": 1})" who directed State Fair?,"db.movies.find({""title"": ""State Fair""}, {""directors"": 1})" who is the writer of The Emperor Jones?,"db.movies.find({""title"": ""The Emperor Jones""}, {""writers"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie The Robber Symphony ?,"db.movies.find({""title"":""The Robber Symphony""}, {""tomatoes.viewer.meter"":1})" what is the full plot for the film A Free Soul?,"db.movies.find({""title"": ""A Free Soul""}, {""fullplot"": 1})" what kind of film is The Hurricane?,"db.movies.find({""title"": ""The Hurricane""}, {""genres"": 1})" What is the sum of the runtimes of all the films directed by Alfred Hitchcock?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Alfred Hitchcock"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the name of the Tim Burton-directed movie with the briefest runtime?,"db.movies.find({""directors"":""Tim Burton""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" Pèpè le Moko is a film written by this person?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""writers"": 1})" how many awards did Follow the Fleet win?,"db.movies.find({""title"":""Follow the Fleet""}, {""awards.wins"":1})" What is the production company of the movie Stage Door?,"db.movies.find({""title"":""Stage Door""}, {""tomatoes.production"":1})" who was the movie Beau Geste written by?,"db.movies.find({""title"": ""Beau Geste""}, {""writers"": 1})" What is the ID of the movie Man with a Movie Camera on IMDB?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""imdb.id"": 1})" what type of movie is Lenin in October?,"db.movies.find({""title"": ""Lenin in October""}, {""genres"": 1})" What is the best-reviewed movie on Rotten Tomatoes that was directed by Francois Truffaut?,"db.movies.find({""directors"": ""Francois Truffaut"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the production company behind the movie The Last Command ?,"db.movies.find({""title"": ""The Last Command""}, { ""tomatoes.production"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie Children in the Wind?,"db.movies.find({""title"": ""Children in the Wind""}, { ""tomatoes.lastUpdated"": 1})" What is the name of the director and cast for the movie 'The Navigator'?,"db.movies.find({""title"": ""The Navigator""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" I'm curious about the films that were directed by Michelangelo Antonioni. Can you name them?,"db.movies.find({""directors"": ""Michelangelo Antonioni""},{""title"":1})" What is the plot summary of the movie The Crowd ?,"db.movies.find({ ""title"": ""The Crowd"" }, { ""plot"": 1})" who is the author of Come and Get It?,"db.movies.find({""title"": ""Come and Get It""}, {""writers"": 1})" The Green Pastures is written by this person?,"db.movies.find({""title"": ""The Green Pastures""}, {""writers"": 1})" When was the information about the movie The Birth of a Nation last updated?,"db.movies.find({ ""title"": ""The Birth of a Nation"" }, { ""lastupdated"": 1})" who's the director of Battleship Potemkin?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""directors"": 1})" who acted in the movie Rembrandt?,"db.movies.find({""title"": ""Rembrandt""}, {""cast"": 1})" Safety Last! is a film written by this person?,"db.movies.find({""title"": ""Safety Last!""}, {""writers"": 1})" who wrote the screenplay for Battling Butler?,"db.movies.aggregate([ { ""$match"": { ""title"":""Battling Butler""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Was the movie The 3 Penny Opera well received by audiences and critics?,"db.movies.find({""title"":""The 3 Penny Opera""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who was The Lost Patrol directed by?,"db.movies.find({""title"": ""The Lost Patrol""}, {""directors"": 1})" What is the Rotten Tomatoes meter rating for the movie The Man Who Could Work Miracles ?,"db.movies.find({""title"":""The Man Who Could Work Miracles""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What is the percentage of positive reviews among critics for the movie Captains Courageous ?,"db.movies.find({ ""title"": ""Captains Courageous"" },{ ""tomatoes.critic.meter"": 1 })" What languages are spoken in the movie Who Killed Cock Robin??,"db.movies.find({""title"":""Who Killed Cock Robin?""}, {""languages"":1})" What is the website associated with the movie City Streets on Rotten Tomatoes?,"db.movies.find({""title"": ""City Streets""}, {""tomatoes.website"": 1})" who starred in the film Everybody's Woman?,"db.movies.find({""title"": ""Everybody's Woman""}, {""cast"": 1})" Can you tell me the total count of films that Clint Eastwood has directed?,"db.movies.countDocuments({""directors"":""Clint Eastwood""})" "Broken Lullaby, is written by who?","db.movies.find({""title"": ""Broken Lullaby""}, {""writers"": 1})" What is the combined duration of all films that Woody Allen directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Woody Allen"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" When was the movie The Invisible Ray released?,"db.movies.find({""title"":""The Invisible Ray""}, {""released"":1})" who produced the movie The Birth of a Nation?,"db.movies.find({""title"":""The Birth of a Nation""}, {""tomatoes.production"":1})" what is the genre for the movie The Fall of the House of Usher?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""genres"": 1})" What is the chief film category that Federico Fellini's directed movies are classified under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Federico Fellini"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" How does the movie The Spanish Earth rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Spanish Earth"" },{ ""tomatoes.critic.meter"": 1 })" What is the Tomatometer score of the movie The Freshman ?,"db.movies.find({ ""title"": ""The Freshman"" },{ ""tomatoes.critic.meter"": 1 })" What are the names of all the actors who starred in the movie 'The Awful Truth'?,"db.movies.find({""title"": ""The Awful Truth""}, {""cast"": 1})" what kind of movie is Baby Face?,"db.movies.find({""title"": ""Baby Face""}, {""genres"": 1})" "Has Sanders of the River won any awards? If so, which ones?","db.movies.find({""title"":""Sanders of the River"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what kind of movie is Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""genres"": 1})" what kind of movie is The Wind?,"db.movies.find({""title"": ""The Wind""}, {""genres"": 1})" "the movie Der Kaiser von Kalifornien, was written by who?","db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, {""writers"": 1})" What is the full plot summary of the movie Bad Girl ?,"db.movies.find({""title"": ""Bad Girl""}, {""plot"": 1})" who directed the film A Woman of Paris: A Drama of Fate?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, {""directors"": 1})" In which countries was the movie Three Little Pigs produced?,"db.movies.find({""title"":""Three Little Pigs""}, {""countries"":1})" What is the imdbID and genre of the movie 'Swing Time'?,"db.movies.find({""title"": ""Swing Time""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" What is the consensus among critics about the movie Flying Down to Rio?,"db.movies.find({""title"": ""Flying Down to Rio""}, { ""tomatoes.consensus"": 1})" what type of movie is Snow White and the Seven Dwarfs?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""genres"": 1})" who are the actors in Popeye the Sailor Meets Sindbad the Sailor?,"db.movies.find({""title"": ""Popeye the Sailor Meets Sindbad the Sailor""}, {""cast"": 1})" How many audience reviews have been submitted for the movie The Lost World ?,"db.movies.find({ ""title"": ""The Lost World"" },{ ""tomatoes.viewer.numReviews"": 1 })" who wrote Children in the Wind?,"db.movies.find({""title"": ""Children in the Wind""}, {""writers"": 1})" who is the director of Mutiny on the Bounty?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""directors"": 1})" what genre is the film The Four Horsemen of the Apocalypse?,"db.movies.find({""title"": ""The Four Horsemen of the Apocalypse""}, {""genres"": 1})" what was the release year of the film Flesh and the Devil?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""year"": 1})" Which film directed by James Cameron has the longest running time?,"db.movies.find({""directors"":""James Cameron""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" who was the writer of the movie The Crowd?,"db.movies.find({""title"": ""The Crowd""}, {""writers"": 1})" Can you give me a brief summary of the movie Going Hollywood plot?,"db.movies.find({""title"":""Going Hollywood""}, {""plot"":1})" What is the imdbID and genre of the movie 'Now or Never'?,"db.movies.find({""title"": ""Now or Never""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" What is the plot summary of the movie Forbidden ?,"db.movies.find({ ""title"": ""Forbidden"" }, { ""plot"": 1})" what is the plot for The Son of the Sheik?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""plot"": 1})" What is the runtime and rating for the movie 'The Last of the Mohicans'?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""runtime"": 1, ""rated"": 1})" Dr. Jekyll and Mr. Hyde is a movie written by this person?,"db.movies.find({""title"": ""Dr. Jekyll and Mr. Hyde""}, {""writers"": 1})" How many award nominations did the movie receive Freaks ?,"db.movies.find({ ""title"": ""Freaks"" },{ ""awards.nominations"": 1 })" the movie Show People starred which actors?,"db.movies.find({""title"": ""Show People""}, {""cast"": 1})" Who is the director of the movie The Black Pirate?,"db.movies.find({""title"": ""The Black Pirate""}, { ""directors"": 1})" who wrote The Divine Lady?,"db.movies.find({""title"": ""The Divine Lady""}, {""writers"": 1})" What is the audience rating of the movie Anthony Adverse ?,"db.movies.find({ ""title"": ""Anthony Adverse"" },{ ""tomatoes.viewer.rating"": 1 })" what is White Shadows imdb rating?,"db.movies.find({""title"": ""White Shadows""}, {""imdb.rating"": 1})" what was the release date of the film The Devil Is a Woman?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""released"": 1})" What is the production company of Seven Chances?,"db.movies.find({""title"":""Seven Chances""}, {""tomatoes.production"":1})" What is the audience rating of the movie Going Hollywood ?,"db.movies.find({ ""title"": ""Going Hollywood"" },{ ""tomatoes.viewer.rating"": 1 })" "The Pearls of the Crown, was written by who?","db.movies.find({""title"": ""The Pearls of the Crown""}, {""writers"": 1})" which company produced the movie The Gay Divorcee?,"db.movies.find({""title"":""The Gay Divorcee""}, {""tomatoes.production"":1})" what is The Lost Patrol about?,"db.movies.find({""title"": ""The Lost Patrol""}, {""plot"": 1})" Which actor has the greatest number of roles in Alain Resnais's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Alain Resnais"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who's the director of The Big Trail?,"db.movies.find({""title"": ""The Big Trail""}, {""directors"": 1})" how has The Jazz Singer been recieved by critics and audience?,"db.movies.find({""title"":""The Jazz Singer""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what genre of movie is The Kid?,"db.movies.find({""title"": ""The Kid""}, {""genres"": 1})" What languages are spoken in the movie The Green Pastures?,"db.movies.find({""title"":""The Green Pastures""}, {""languages"":1})" Could you inform me of the movies that Sergei Eisenstein directed?,"db.movies.find({""directors"": ""Sergei Eisenstein""},{""title"":1})" What is the IMDb ID for the movie Miss Lulu Bett?,"db.movies.find({""title"":""Miss Lulu Bett""}, {""imdb.id"":1})" what is the genre for the movie Salomè?,"db.movies.find({""title"": ""Salomè""}, {""genres"": 1})" how has The Freshman been recieved by critics and audience?,"db.movies.find({""title"":""The Freshman""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what type of movie is Rembrandt?,"db.movies.find({""title"": ""Rembrandt""}, {""genres"": 1})" who directed the movie Sisters of the Gion?,"db.movies.find({""title"": ""Sisters of the Gion""}, {""directors"": 1})" Who are the starring actors/actresses in the movie Tarzan and His Mate?,"db.movies.find({""title"":""Tarzan and His Mate""}, {""cast"":1})" Who is the director of the movie Cops?,"db.movies.find({""title"": ""Cops""}, { ""directors"": 1})" what genre of film is The Hurricane?,"db.movies.find({""title"": ""The Hurricane""}, {""genres"": 1})" what was the release year of the movie Red Dust?,"db.movies.find({""title"": ""Red Dust""}, {""year"": 1})" who was Queen Christina written by?,"db.movies.find({""title"": ""Queen Christina""}, {""writers"": 1})" who produced The Private Life of Henry VIII.?,"db.movies.find({""title"":""The Private Life of Henry VIII.""}, {""tomatoes.production"":1})" Can you provide more information about the languages spoken in the movie Morocco ?,"db.movies.find({""title"":""Morocco""}, {""languages"":1})" who wrote the screenplay for the film A Star Is Born?,"db.movies.aggregate([ { ""$match"": { ""title"":""A Star Is Born""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" In what language was the movie Gold Diggers of 1933 released?,"db.movies.find({ ""title"": ""Gold Diggers of 1933"" }, { ""languages"": 1})" What is the complete length of all movies directed by Ridley Scott?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Ridley Scott"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" who produced the film Les vampires?,"db.movies.find({""title"":""Les vampires""}, {""tomatoes.production"":1})" who stars in the movie Traffic in Souls?,"db.movies.find({""title"": ""Traffic in Souls""}, {""cast"": 1})" who is the writer of Sherlock Jr.?,"db.movies.find({""title"": ""Sherlock Jr.""}, {""writers"": 1})" Who is the lead actor of the movie Foolish Wives ?,"db.movies.find({""title"": ""Foolish Wives""}, {""cast"":{""$slice"": 1},""title"":1})" In what language was the movie Mary of Scotland released?,"db.movies.find({ ""title"": ""Mary of Scotland"" }, { ""languages"": 1})" who's the director of The Champ?,"db.movies.find({""title"": ""The Champ""}, {""directors"": 1})" the movie Battling Butler starred which actors?,"db.movies.find({""title"": ""Battling Butler""}, {""cast"": 1})" who wrote the film The Garden of Allah?,"db.movies.find({""title"": ""The Garden of Allah""}, {""writers"": 1})" What is the running time of the film Eskimo?,"db.movies.find({""title"":""Eskimo""}, {""runtime"":1})" who directed A Corner in Wheat?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""directors"": 1})" What is the IMDb ID for the movie The Hurricane?,"db.movies.find({""title"":""The Hurricane""}, {""imdb.id"":1})" Who are the main actors/actresses in the movie The Man Who Knew Too Much?,"db.movies.find({""title"":""The Man Who Knew Too Much""}, {""cast"":1})" who are the actors in the movie The Iron Horse?,"db.movies.find({""title"": ""The Iron Horse""}, {""cast"": 1})" can you describe the plot of Freaks?,"db.movies.find({""title"": ""Freaks""}, {""plot"": 1})" what is the film Les vampires imdb rating?,"db.movies.find({""title"": ""Les vampires""}, {""imdb.rating"": 1})" what was the release year of A Day in the Country?,"db.movies.find({""title"": ""A Day in the Country""}, {""year"": 1})" who produced Shanghai Express?,"db.movies.find({""title"":""Shanghai Express""}, {""tomatoes.production"":1})" who wrote the screenplay for the film Shanghai Express?,"db.movies.aggregate([ { ""$match"": { ""title"":""Shanghai Express""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" how many awards did the movie Dames win?,"db.movies.find({""title"":""Dames""}, {""awards.wins"":1})" what is the full plot for the film The Thief of Bagdad?,"db.movies.find({""title"": ""The Thief of Bagdad""}, {""fullplot"": 1})" What are the countries associated with the movie The Wedding March ?,"db.movies.find({""title"": ""The Wedding March""}, {""countries"": 1})" Who are the starring actors/actresses in the movie A Day in the Country?,"db.movies.find({""title"":""A Day in the Country""}, {""cast"":1})" How many movies by Pedro Almodovar were released in each year?,"db.movies.aggregate([{ $match: { ""directors"": ""Pedro Almodovar"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" what is the plot for the film The Spanish Earth?,"db.movies.find({""title"": ""The Spanish Earth""}, {""plot"": 1})" who is the writer of the movie City Lights?,"db.movies.find({""title"": ""City Lights""}, {""writers"": 1})" What movie directed by Luchino Visconti has the longest duration?,"db.movies.find({""directors"":""Luchino Visconti""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" What is the meter score of the movie Fury according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Fury""}, {""tomatoes.viewer.meter"": 1})" what kind of film is Regeneration?,"db.movies.find({""title"": ""Regeneration""}, {""genres"": 1})" what is the film Nosferatu description ?,"db.movies.find({""title"": ""Nosferatu""}, {""plot"": 1})" What is the Rotten Tomatoes meter rating for the movie Payment Deferred ?,"db.movies.find({""title"":""Payment Deferred""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" who starred in the movie High and Dizzy?,"db.movies.find({""title"": ""High and Dizzy""}, {""cast"": 1})" What is the language of the movie Scarface?,"db.movies.find({""title"":""Scarface""}, {""languages"":1})" How many award nominations did the movie receive The Cheat ?,"db.movies.find({ ""title"": ""The Cheat"" },{ ""awards.nominations"": 1 })" who is the director that directed Death Takes a Holiday?,"db.movies.find({""title"": ""Death Takes a Holiday""}, {""directors"": 1})" who produced the film Comradeship?,"db.movies.find({""title"":""Comradeship""}, {""tomatoes.production"":1})" what is the film The Sin of Madelon Claudet about?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""plot"": 1})" what was the release date of the film A Day in the Country?,"db.movies.find({""title"": ""A Day in the Country""}, {""released"": 1})" whats the total runtime of all the movies directed by Michelangelo Antonioni ?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Michelangelo Antonioni"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the production company behind the movie Queen Christina ?,"db.movies.find({""title"": ""Queen Christina""}, {""tomatoes.production"": 1})" How did the audience and critics receive the movie Anthony Adverse?,"db.movies.find({""title"":""Anthony Adverse""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who wrote the screenplay for the film The Lives of a Bengal Lancer?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Lives of a Bengal Lancer""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" How many audience reviews have been submitted for the movie The Spanish Earth?,"db.movies.find({ ""title"": ""The Spanish Earth"" }, { ""tomatoes.viewer.numReviews"": 1 })" who are the actors in Street Angel?,"db.movies.find({""title"": ""Street Angel""}, {""cast"": 1})" what is High and Dizzy about?,"db.movies.find({""title"": ""High and Dizzy""}, {""plot"": 1})" What is the average rating of all of Vittorio De Sica movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Vittorio De Sica""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" the movie A Story of Floating Weeds starred which actors?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""cast"": 1})" what was the release date of the movie The Edge of the World?,"db.movies.find({""title"": ""The Edge of the World""}, {""released"": 1})" When was the information about the movie College last updated?,"db.movies.find({ ""title"": ""College"" }, { ""lastupdated"": 1})" who produced the film Queen Christina?,"db.movies.find({""title"":""Queen Christina""}, {""tomatoes.production"":1})" Can you tell me how many movies Yasujiro Ozu directed for each year they were released?,"db.movies.aggregate([{ $match: { ""directors"": ""Yasujiro Ozu"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" What was the release date for the movie The Red Head?,"db.movies.find({""title"":""The Red Head""}, {""released"":1})" In what year was the movie She released ?,"db.movies.find({ ""title"": ""She"" }, { ""year"": 1})" What languages are spoken in the movie The Man Who Could Work Miracles?,"db.movies.find({""title"":""The Man Who Could Work Miracles""}, {""languages"":1})" what genre is the film The 3 Penny Opera?,"db.movies.find({""title"": ""The 3 Penny Opera""}, {""genres"": 1})" what is the movie 7th Heaven imdb rating?,"db.movies.find({""title"": ""7th Heaven""}, {""imdb.rating"": 1})" what is High and Dizzy about in details?,"db.movies.find({""title"": ""High and Dizzy""}, {""fullplot"": 1})" What is the Rotten Tomatoes meter rating for the movie The Saphead ?,"db.movies.find({""title"":""The Saphead""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Modern Times ?,"db.movies.find({""title"":""Modern Times""}, {""tomatoes.viewer.meter"":1})" which person wrote Lloyd's of London?,"db.movies.find({""title"": ""Lloyd's of London""}, {""writers"": 1})" who are the actors in the movie The Prisoner of Zenda?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""cast"": 1})" What is the imdbID and genre of the movie 'Come and Get It'?,"db.movies.find({""title"": ""Come and Get It""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" how many awards did the film Dr. Jekyll and Mr. Hyde win?,"db.movies.find({""title"":""Dr. Jekyll and Mr. Hyde""}, {""awards.wins"":1})" Was the movie Regeneration well received by audiences?,"db.movies.find({""title"":""Regeneration""}, {""tomatoes.viewer"":1})" the movie The Guardsman was directed by who?,"db.movies.find({""title"": ""The Guardsman""}, {""directors"": 1})" Was the movie Viva Villa! well received by audiences?,"db.movies.find({""title"":""Viva Villa!""}, {""tomatoes.viewer"":1})" what genre is the film Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""genres"": 1})" who wrote the screenplay for the movie Queen Kelly?,"db.movies.aggregate([ { ""$match"": { ""title"":""Queen Kelly""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" what was the release year of the film Curly Top?,"db.movies.find({""title"": ""Curly Top""}, {""year"": 1})" what was the release year of the movie Lonesome?,"db.movies.find({""title"": ""Lonesome""}, {""year"": 1})" Who are the main actors in The Navigator ?,"db.movies.find({ ""title"": ""The Navigator"" }, { ""cast"": 1})" What is the percentage of positive reviews among critics for the movie Anthony Adverse ?,"db.movies.find({ ""title"": ""Anthony Adverse"" },{ ""tomatoes.critic.meter"": 1 })" What movie directed by Alain Resnais has the shortest running time?,"db.movies.find({""directors"":""Alain Resnais""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" what sort of film is The Prisoner of Zenda?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""genres"": 1})" what is the movie Movie Crazy description ?,"db.movies.find({""title"": ""Movie Crazy""}, {""plot"": 1})" what type of movie is The Thief of Bagdad?,"db.movies.find({""title"": ""The Thief of Bagdad""}, {""genres"": 1})" what is the film The Thief of Bagdad imdb rating?,"db.movies.find({""title"": ""The Thief of Bagdad""}, {""imdb.rating"": 1})" What is the text description of the movie Elephant Boy awards?,"db.movies.find({""title"":""Elephant Boy""}, {""awards.text"":1})" what was the genre of The Thief of Bagdad?,"db.movies.find({""title"": ""The Thief of Bagdad""}, {""genres"": 1})" What is the language of the film These Three?,"db.movies.find({""title"":""These Three""}, {""languages"":1})" what is the film Dodsworth description ?,"db.movies.find({""title"": ""Dodsworth""}, {""plot"": 1})" the movie They Won't Forget starred who?,"db.movies.find({""title"": ""They Won't Forget""}, {""cast"": 1})" who is the writer of A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""writers"": 1})" who was the film The Blue Bird written by?,"db.movies.find({""title"": ""The Blue Bird""}, {""writers"": 1})" what genre is Wild Boys of the Road?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""genres"": 1})" who is the writer of The Sin of Madelon Claudet?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""writers"": 1})" what is the plot for the film Blacksmith Scene?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""plot"": 1})" what year was Daughter of Shanghai released?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""year"": 1})" what's the main genre of the movies directed by Joel Coen ?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Joel Coen"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What type of media is The Red Head?,"db.movies.find({ ""title"": ""The Red Head"" }, { ""type"": 1})" who was Traffic in Souls directed by?,"db.movies.find({""title"": ""Traffic in Souls""}, {""directors"": 1})" who directed Traffic in Souls?,"db.movies.find({""title"": ""Traffic in Souls""}, {""directors"": 1})" How many audience reviews have been submitted for the movie Becky Sharp?,"db.movies.find({ ""title"": ""Becky Sharp"" }, { ""tomatoes.viewer.numReviews"": 1 })" what was the release date of the movie Modern Times?,"db.movies.find({""title"": ""Modern Times""}, {""released"": 1})" who was the writer of The Trail of the Lonesome Pine?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""writers"": 1})" Who Killed Cock Robin? was directed by who?,"db.movies.find({""title"": ""Who Killed Cock Robin?""}, {""directors"": 1})" What is the production company behind the movie Our Hospitality ?,"db.movies.find({""title"": ""Our Hospitality""}, { ""tomatoes.production"": 1})" What is the movie Chapayev rating?,"db.movies.find({""title"":""Chapayev""}, {""rated"":1})" which person wrote the film Gertie the Dinosaur?,"db.movies.find({""title"": ""Gertie the Dinosaur""}, {""writers"": 1})" Which cinematic genres were directed by Federico Fellini?,"db.movies.distinct(""genres"", { ""directors"": ""Federico Fellini"" })" who acted in the movie Westfront 1918?,"db.movies.find({""title"": ""Westfront 1918""}, {""cast"": 1})" How did the audience and critics receive the film Men Without Women?,"db.movies.find({""title"":""Men Without Women""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the percentage of positive reviews among critics for the movie Flying Down to Rio ?,"db.movies.find({ ""title"": ""Flying Down to Rio"" },{ ""tomatoes.critic.meter"": 1 })" who was the film Lenin in October written by?,"db.movies.find({""title"": ""Lenin in October""}, {""writers"": 1})" What is the text representation of the awards won and nominations received by the movie The Band Concert?,"db.movies.find({""title"": ""The Band Concert""}, { ""awards.text"": 1})" who's the director of State Fair?,"db.movies.find({""title"": ""State Fair""}, {""directors"": 1})" what is the movie The Good Earth about?,"db.movies.find({""title"": ""The Good Earth""}, {""plot"": 1})" who wrote the movie High and Dizzy?,"db.movies.find({""title"": ""High and Dizzy""}, {""writers"": 1})" who was the movie Wild Boys of the Road written by?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""writers"": 1})" What is the movie Hallelujah rating?,"db.movies.find({""title"":""Hallelujah""}, {""rated"":1})" Was the movie Camille well received by audiences?,"db.movies.find({""title"":""Camille""}, {""tomatoes.viewer"":1})" How many viewer reviews did the movie Ella Cinders receive on Rotten Tomatoes?,"db.movies.find({""title"":""Ella Cinders""}, {""tomatoes.viewer.numReviews"":1})" "Among all the actors who have appeared in Clint Eastwood's movies, who has appeared the most times?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Clint Eastwood"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who was He Who Gets Slapped directed by?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""directors"": 1})" What are the countries associated with the movie The Lost World ?,"db.movies.find({""title"": ""The Lost World""}, {""countries"": 1})" which person directed Duck Soup?,"db.movies.find({""title"": ""Duck Soup""}, {""directors"": 1})" who is the director of The Dark Angel?,"db.movies.find({""title"": ""The Dark Angel""}, {""directors"": 1})" what is the movie Les vampires imdb rating?,"db.movies.find({""title"": ""Les vampires""}, {""imdb.rating"": 1})" What is the freshness score of the movie The Passion of Joan of Arc on Rotten Tomatoes?,"db.movies.find({""title"": ""The Passion of Joan of Arc""}, {""tomatoes.fresh"": 1})" what genre is the film Black Legion?,"db.movies.find({""title"": ""Black Legion""}, {""genres"": 1})" who directed the film Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""directors"": 1})" who is the writer of the film Lady Windermere's Fan?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""writers"": 1})" What is the name of the director and cast for the movie 'Mayerling'?,"db.movies.find({""title"": ""Mayerling""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" what is the full plot for The Strong Man?,"db.movies.find({""title"": ""The Strong Man""}, {""fullplot"": 1})" Which types of movies has Oliver Stone directed?,"db.movies.distinct(""genres"", { ""directors"": ""Oliver Stone"" })" who is the director of Queen Christina?,"db.movies.find({""title"": ""Queen Christina""}, {""directors"": 1})" who produced the film Movie Crazy?,"db.movies.find({""title"":""Movie Crazy""}, {""tomatoes.production"":1})" How many audience reviews have been submitted for the movie City Lights ?,"db.movies.find({ ""title"": ""City Lights"" },{ ""tomatoes.viewer.numReviews"": 1 })" Was the movie One Night of Love well received by audiences and critics?,"db.movies.find({""title"":""One Night of Love""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Could you tell me the typical rating of Ethan Coen movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Ethan Coen""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" what genre is the film The Story of a Cheat?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""genres"": 1})" what is Romance about in details?,"db.movies.find({""title"": ""Romance""}, {""fullplot"": 1})" the movie The Prisoner of Shark Island starred who?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""cast"": 1})" What are the countries associated with the movie Shall We Dance ?,"db.movies.find({""title"": ""Shall We Dance""}, {""countries"": 1})" who starred in Final Accord?,"db.movies.find({""title"": ""Final Accord""}, {""cast"": 1})" what was the release date of Where Are My Children??,"db.movies.find({""title"": ""Where Are My Children?""}, {""released"": 1})" who is the director for The World Moves On?,"db.movies.find({""title"": ""The World Moves On""}, {""directors"": 1})" Who are the writers of the movie David Golder ?,"db.movies.find({""title"": ""David Golder""}, { ""writers"": 1})" What is the IMDb rating for Love Me Tonight?,"db.movies.find({""title"": ""Love Me Tonight""}, {""imdb.rating"": 1})" What are the names of all the actors who starred in the movie 'The Pearls of the Crown'?,"db.movies.find({""title"": ""The Pearls of the Crown""}, {""cast"": 1})" who was Lenin in October directed by?,"db.movies.find({""title"": ""Lenin in October""}, {""directors"": 1})" how many awards did the movie Tsirk win?,"db.movies.find({""title"":""Tsirk""}, {""awards.wins"":1})" How many award nominations did the movie receive The Garden of Allah ?,"db.movies.find({ ""title"": ""The Garden of Allah"" },{ ""awards.nominations"": 1 })" which person wrote the movie The Lower Depths?,"db.movies.find({""title"": ""The Lower Depths""}, {""writers"": 1})" what was the release date of the film A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""released"": 1})" What are the genres associated with the movie Romeo and Juliet ?,"db.movies.find({ ""title"": ""Romeo and Juliet"" }, { ""genres"": 1})" which company produced the film Civilization?,"db.movies.find({""title"":""Civilization""}, {""tomatoes.production"":1})" Can you provide more information about the Rotten Tomatoes rating for the movie Daughter of Shanghai?,"db.movies.find({""title"": ""Daughter of Shanghai""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" What is the critical reception of the movie Three Ages?,"db.movies.find({""title"":""Three Ages""}, {""tomatoes.critic"":1})" who is the director that directed Mutiny on the Bounty?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""directors"": 1})" what was the release date of Peter Pan?,"db.movies.find({""title"": ""Peter Pan""}, {""released"": 1})" what is the movie Duck Soup imdb rating?,"db.movies.find({""title"": ""Duck Soup""}, {""imdb.rating"": 1})" Can you name some of the films that Terrence Malick directed and were released in the 1990s?,"db.movies.find({""directors"": 'Terrence Malick', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What is the MongoDB document ID of the movie Flash Gordon?,"db.movies.find({""title"": ""Flash Gordon""}, {""_id"": 1})" "Has Romance won any awards? If so, which ones?","db.movies.find({""title"":""Romance"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" "What is the running time of I Was Born, But...?","db.movies.find({""title"":""I Was Born, But...""}, {""runtime"":1})" who acted in the film China Seas?,"db.movies.find({""title"": ""China Seas""}, {""cast"": 1})" who was the film The Barretts of Wimpole Street written by?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""writers"": 1})" what genre is Movie Crazy?,"db.movies.find({""title"": ""Movie Crazy""}, {""genres"": 1})" what was the release date of the film Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""released"": 1})" What languages are spoken in the movie A Corner in Wheat ?,"db.movies.find({""title"": ""A Corner in Wheat""}, { ""languages"": 1})" Can you share with me the names of the top-rated movies directed by Jean-Pierre Melville?,"db.movies.find({""directors"": 'Jean-Pierre Melville', ""imdb.rating"": {""$gt"": 8.5}})" what kind of movie is Topaze?,"db.movies.find({""title"": ""Topaze""}, {""genres"": 1})" what genre is the film Freaks?,"db.movies.find({""title"": ""Freaks""}, {""genres"": 1})" What is the average rating for all of David Lynch's films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""David Lynch""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What is the dominant genre of Jean Renoir's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Jean Renoir"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what is the plot for the movie The Lost Patrol?,"db.movies.find({""title"": ""The Lost Patrol""}, {""plot"": 1})" What is the box office revenue of the movie Mayerling in dollars?,"db.movies.find({""title"": ""Mayerling""}, {""tomatoes.boxOffice"": 1})" What is the language of the movie Anthony Adverse?,"db.movies.find({""title"":""Anthony Adverse""}, {""languages"":1})" what sort of film is Curly Top?,"db.movies.find({""title"": ""Curly Top""}, {""genres"": 1})" What is the Metacritic score of the movie The Hurricane ?,"db.movies.find({ ""title"": ""The Hurricane"" }, { ""metacritic"": 1})" what genre is the movie Shanghai Express?,"db.movies.find({""title"": ""Shanghai Express""}, {""genres"": 1})" Can you name some of the films that Jacques Rivette directed and were released in the 1990s?,"db.movies.find({""directors"": 'Jacques Rivette', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What is the production company behind the movie The Gilded Lily ?,"db.movies.find({""title"": ""The Gilded Lily""}, { ""tomatoes.production"": 1})" How did the audience and critics receive the film The Invisible Ray?,"db.movies.find({""title"":""The Invisible Ray""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" the movie Metropolis starred which actors?,"db.movies.find({""title"": ""Metropolis""}, {""cast"": 1})" what kind of movie is Kid Galahad?,"db.movies.find({""title"": ""Kid Galahad""}, {""genres"": 1})" What languages are spoken in the movie The Mummy?,"db.movies.find({""title"":""The Mummy""}, {""languages"":1})" How many awards did the movie win The New Gulliver ?,"db.movies.find({ ""title"": ""The New Gulliver"" },{ ""awards.wins"": 1 })" Can you give me a brief summary of the movie Go West plot?,"db.movies.find({""title"":""Go West""}, {""plot"":1})" whats the total runtime of all the movies directed by Alain Resnais ?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Alain Resnais"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" what is the genre of The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""genres"": 1})" what genre is the movie The Son of Kong?,"db.movies.find({""title"": ""The Son of Kong""}, {""genres"": 1})" What is the rating of the movie The Wind on IMDb?,"db.movies.find({""title"":""The Wind""}, {""imdb.rating"":1})" What is the critical reception of the movie State Fair?,"db.movies.find({""title"":""State Fair""}, {""tomatoes.critic"":1})" How many award nominations did the movie receive Little Women ?,"db.movies.find({ ""title"": ""Little Women"" },{ ""awards.nominations"": 1 })" what genre is the film Show People?,"db.movies.find({""title"": ""Show People""}, {""genres"": 1})" who are the actors in the film The Thin Man?,"db.movies.find({""title"": ""The Thin Man""}, {""cast"": 1})" What is the runtime of the movie The Land Beyond the Sunset ?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, { ""runtime"": 1})" What is the language of the movie Three Ages?,"db.movies.find({""title"":""Three Ages""}, {""languages"":1})" Who are the starring actors/actresses in the movie Scarface?,"db.movies.find({""title"":""Scarface""}, {""cast"":1})" How many awards did the movie win Tarzan and His Mate ?,"db.movies.find({ ""title"": ""Tarzan and His Mate"" },{ ""awards.wins"": 1 })" who acted in the movie Snow White and the Seven Dwarfs?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""cast"": 1})" "the film Alice Adams, was written by who?","db.movies.find({""title"": ""Alice Adams""}, {""writers"": 1})" What is the rating of the movie Lost Horizon on IMDb?,"db.movies.find({""title"":""Lost Horizon""}, {""imdb.rating"":1})" What are some of the films that Oliver Stone has directed?,"db.movies.find({""directors"": ""Oliver Stone""},{""title"":1})" What is the consensus among critics about the movie Modern Times ?,"db.movies.find({""title"": ""Modern Times""}, {""tomatoes.consensus"": 1})" What is the average rating for all of Luchino Visconti's films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Luchino Visconti""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" how many awards did The Passion of Joan of Arc win?,"db.movies.find({""title"":""The Passion of Joan of Arc""}, {""awards.wins"":1})" who is the author of The Broadway Melody?,"db.movies.find({""title"": ""The Broadway Melody""}, {""writers"": 1})" What is the running time of the movie The Ace of Hearts?,"db.movies.find({""title"":""The Ace of Hearts""}, {""runtime"":1})" What is the imdbID and year of release for the movie with a title of 'The Son of the Sheik'?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" What is the freshness score of the movie Come and Get It on Rotten Tomatoes?,"db.movies.find({""title"": ""Come and Get It""}, {""tomatoes.fresh"": 1})" How many movies has Tim Burton directed in total?,"db.movies.countDocuments({""directors"":""Tim Burton""})" What is the movie Broken Lullaby rating?,"db.movies.find({""title"":""Broken Lullaby""}, {""rated"":1})" who was the writer of the film Show People?,"db.movies.find({""title"": ""Show People""}, {""writers"": 1})" What is the website associated with the movie He Who Gets Slapped on Rotten Tomatoes?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""tomatoes.website"": 1})" What is the IMDb rating for the film The Man Who Knew Too Much?,"db.movies.find({""title"": ""The Man Who Knew Too Much""}, {""imdb.rating"": 1})" What is the language of Flesh and the Devil?,"db.movies.find({""title"":""Flesh and the Devil""}, {""languages"":1})" what kind of movie is Night Must Fall?,"db.movies.find({""title"": ""Night Must Fall""}, {""genres"": 1})" How many votes does the movie The Italian have on IMDb?,"db.movies.find({""title"":""The Italian""}, {""imdb.votes"":1})" who directed the movie Lost Horizon?,"db.movies.find({""title"": ""Lost Horizon""}, {""directors"": 1})" What are the genres associated with the movie Grand Hotel ?,"db.movies.find({ ""title"": ""Grand Hotel"" }, { ""genres"": 1})" "Has the movie The Last of the Mohicans won any awards? If so, which ones?","db.movies.find({""title"":""The Last of the Mohicans"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who was the writer of The Kid?,"db.movies.find({""title"": ""The Kid""}, {""writers"": 1})" Gold Diggers of 1933 was directed by who?,"db.movies.find({""title"": ""Gold Diggers of 1933""}, {""directors"": 1})" the movie Wild Oranges starred who?,"db.movies.find({""title"": ""Wild Oranges""}, {""cast"": 1})" what was the release year of Sunrise?,"db.movies.find({""title"": ""Sunrise""}, {""year"": 1})" What is the audience rating of the movie The Land Beyond the Sunset ?,"db.movies.find({ ""title"": ""The Land Beyond the Sunset"" },{ ""tomatoes.viewer.rating"": 1 })" How many viewer reviews did the movie All Quiet on the Western Front receive on Rotten Tomatoes?,"db.movies.find({""title"":""All Quiet on the Western Front""}, {""tomatoes.viewer.numReviews"":1})" "L'opèra de quat'sous, was written by who?","db.movies.find({""title"": ""L'opèra de quat'sous""}, {""writers"": 1})" what was the release date of the film Little Miss Marker?,"db.movies.find({""title"": ""Little Miss Marker""}, {""released"": 1})" What is the production company of the movie Mutiny on the Bounty?,"db.movies.find({""title"":""Mutiny on the Bounty""}, {""tomatoes.production"":1})" How long is the movie Earth in minutes?,"db.movies.find({""title"":""Earth""}, {""runtime"":1})" who was the film Lady Windermere's Fan written by?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""writers"": 1})" who was the film Regeneration written by?,"db.movies.find({""title"": ""Regeneration""}, {""writers"": 1})" What is the name of the director and cast for the movie 'Forbidden'?,"db.movies.find({""title"": ""Forbidden""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the IMDB rating of the movie Two Seconds ?,"db.movies.find({""title"": ""Two Seconds""}, { ""imdb.rating"": 1})" what year was La Grande Illusion released?,"db.movies.find({""title"": ""La Grande Illusion""}, {""year"": 1})" "the movie The Front Page, was written by who?","db.movies.find({""title"": ""The Front Page""}, {""writers"": 1})" How long is the movie The Power and the Glory in minutes?,"db.movies.find({""title"":""The Power and the Glory""}, {""runtime"":1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Final Accord""}, { ""tomatoes.production"": 1})" what was the genre of the movie Robin Hood?,"db.movies.find({""title"": ""Robin Hood""}, {""genres"": 1})" which person wrote Eskimo?,"db.movies.find({""title"": ""Eskimo""}, {""writers"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie Tabu: A Story of the South Seas?,"db.movies.find({""title"": ""Tabu: A Story of the South Seas""}, { ""tomatoes.lastUpdated"": 1})" what was the genre of the film The Poor Little Rich Girl?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""genres"": 1})" what is the movie The Informer about in details?,"db.movies.find({""title"": ""The Informer""}, {""fullplot"": 1})" I'm curious about the films that were directed by Alain Resnais. Can you name them?,"db.movies.find({""directors"": ""Alain Resnais""},{""title"":1})" what is Pandora's Box about in details?,"db.movies.find({""title"": ""Pandora's Box""}, {""fullplot"": 1})" What is the audience rating of the movie The Italian ?,"db.movies.find({ ""title"": ""The Italian"" },{ ""tomatoes.viewer.rating"": 1 })" Who is the lead actress of the movie The Gilded Lily ?,"db.movies.find({""title"": ""The Gilded Lily""}, {""cast"":{""$slice"": 1},""title"":1})" what is the movie Lenin in October imdb rating?,"db.movies.find({""title"": ""Lenin in October""}, {""imdb.rating"": 1})" City Lights was directed by who?,"db.movies.find({""title"": ""City Lights""}, {""directors"": 1})" what is the plot for the movie Stage Door?,"db.movies.find({""title"": ""Stage Door""}, {""plot"": 1})" What is the box office revenue of the movie King of Jazz in dollars?,"db.movies.find({""title"": ""King of Jazz""}, {""tomatoes.boxOffice"": 1})" Which movies were directed by Louis Malle and were released in the 1990s?,"db.movies.find({""directors"": 'Louis Malle', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What is the IMDb rating for the film Who Killed Cock Robin??,"db.movies.find({""title"": ""Who Killed Cock Robin?""}, {""imdb.rating"": 1})" What is the percentage of positive reviews among critics for the movie Smilin' Through ?,"db.movies.find({ ""title"": ""Smilin' Through"" },{ ""tomatoes.critic.meter"": 1 })" What is the movie Make Way for Tomorrow about? Can you provide a brief summary?,"db.movies.find({""title"":""Make Way for Tomorrow""}, {""plot"":1})" who wrote Skippy?,"db.movies.find({""title"": ""Skippy""}, {""writers"": 1})" How many nominations did the movie A Free Soul receive?,"db.movies.find({""title"":""A Free Soul""}, {""awards.nominations"":1})" What are some of the films that Robert Bresson has directed?,"db.movies.find({""directors"": ""Robert Bresson""},{""title"":1})" which company produced the movie Wonder Bar?,"db.movies.find({""title"":""Wonder Bar""}, {""tomatoes.production"":1})" who wrote the screenplay for Elephant Boy?,"db.movies.aggregate([ { ""$match"": { ""title"":""Elephant Boy""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the title of the movie with the longest duration that Darren Aronofsky directed?,"db.movies.find({""directors"":""Darren Aronofsky""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" How long is the movie The Circus in minutes?,"db.movies.find({""title"":""The Circus""}, {""runtime"":1})" What is the text description of the movie Tsirk awards?,"db.movies.find({""title"":""Tsirk""}, {""awards.text"":1})" What is the count of feature films that have been directed by Federico Fellini?,"db.movies.countDocuments({""directors"":""Federico Fellini""})" the movie Grand Hotel starred who?,"db.movies.find({""title"": ""Grand Hotel""}, {""cast"": 1})" Who are the main actors in The Man Who Could Work Miracles ?,"db.movies.find({ ""title"": ""The Man Who Could Work Miracles"" }, { ""cast"": 1})" who stars in Romance?,"db.movies.find({""title"": ""Romance""}, {""cast"": 1})" "On Rotten Tomatoes, what is the top-rated film directed by Vittorio De Sica?","db.movies.find({""directors"": ""Vittorio De Sica"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" Could you share with me the titles of the films that Tim Burton directed?,"db.movies.find({""directors"": ""Tim Burton""},{""title"":1})" what is the film The Divine Lady description ?,"db.movies.find({""title"": ""The Divine Lady""}, {""plot"": 1})" what is the plot for The Garden of Allah?,"db.movies.find({""title"": ""The Garden of Allah""}, {""plot"": 1})" what genre is I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, {""genres"": 1})" What is the best-reviewed movie on Rotten Tomatoes that was directed by Robert Bresson?,"db.movies.find({""directors"": ""Robert Bresson"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" Can you provide a longer version of the movie Captains Courageous plot?,"db.movies.find({""title"":""Captains Courageous""}, {""fullplot"":1})" who directed the film Mutiny on the Bounty?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""directors"": 1})" who are the actors in the movie Go West?,"db.movies.find({""title"": ""Go West""}, {""cast"": 1})" what was the genre of the film Lloyd's of London?,"db.movies.find({""title"": ""Lloyd's of London""}, {""genres"": 1})" Marked Woman is a film written by this person?,"db.movies.find({""title"": ""Marked Woman""}, {""writers"": 1})" what is the film The Fall of the House of Usher description ?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""plot"": 1})" What is the language of Two Seconds?,"db.movies.find({""title"":""Two Seconds""}, {""languages"":1})" What is the production company of The Poor Little Rich Girl?,"db.movies.find({""title"":""The Poor Little Rich Girl""}, {""tomatoes.production"":1})" who produced the film Steamboat Willie?,"db.movies.find({""title"":""Steamboat Willie""}, {""tomatoes.production"":1})" What is the audience rating of the movie Wonder Bar ?,"db.movies.find({ ""title"": ""Wonder Bar"" },{ ""tomatoes.viewer.rating"": 1 })" What is the running time of The World Moves On?,"db.movies.find({""title"":""The World Moves On""}, {""runtime"":1})" "Camille, was written by who?","db.movies.find({""title"": ""Camille""}, {""writers"": 1})" What is the consensus among critics about the movie Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, { ""tomatoes.consensus"": 1})" what was the release date of the film The Immigrant?,"db.movies.find({""title"": ""The Immigrant""}, {""released"": 1})" "Has Maria Chapdelaine won any awards? If so, which ones?","db.movies.find({""title"":""Maria Chapdelaine"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who produced the movie Westfront 1918?,"db.movies.find({""title"":""Westfront 1918""}, {""tomatoes.production"":1})" "La Grande Illusion, was written by who?","db.movies.find({""title"": ""La Grande Illusion""}, {""writers"": 1})" how has Zero for Conduct been recieved by critics and audience?,"db.movies.find({""title"":""Zero for Conduct""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" "Has the movie The Song of Night won any awards? If so, which ones?","db.movies.find({""title"":""The Song of Night"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the audience rating of the movie Toni ?,"db.movies.find({ ""title"": ""Toni"" },{ ""tomatoes.viewer.rating"": 1 })" How many viewer reviews did the movie Dracula receive on Rotten Tomatoes?,"db.movies.find({""title"":""Dracula""}, {""tomatoes.viewer.numReviews"":1})" How did the audience and critics receive the film Our Hospitality?,"db.movies.find({""title"":""Our Hospitality""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the critical reception of the movie Clash of the Wolves?,"db.movies.find({""title"":""Clash of the Wolves""}, {""tomatoes.critic"":1})" What is the production company behind the movie Imitation of Life ?,"db.movies.find({""title"": ""Imitation of Life""}, {""tomatoes.production"": 1})" How did the audience and critics receive Cavalcade?,"db.movies.find({""title"":""Cavalcade""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who starred in the movie One Week?,"db.movies.find({""title"": ""One Week""}, {""cast"": 1})" who was the writer of Tarzan and His Mate?,"db.movies.find({""title"": ""Tarzan and His Mate""}, {""writers"": 1})" who was Topaze written by?,"db.movies.find({""title"": ""Topaze""}, {""writers"": 1})" What is the running time of the film Tol'able David?,"db.movies.find({""title"":""Tol'able David""}, {""runtime"":1})" Was the movie Smilin' Through well received by audiences?,"db.movies.find({""title"":""Smilin' Through""}, {""tomatoes.viewer"":1})" What is the production company behind the movie In the Land of the Head Hunters ?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""tomatoes.production"": 1})" Was the movie Stage Door well received by audiences and critics?,"db.movies.find({""title"":""Stage Door""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is the film Flying Down to Rio imdb rating?,"db.movies.find({""title"": ""Flying Down to Rio""}, {""imdb.rating"": 1})" "the movie The Private Life of Henry VIII., was written by who?","db.movies.find({""title"": ""The Private Life of Henry VIII.""}, {""writers"": 1})" What type of movie is The Big Trail ?,"db.movies.find({""title"":""The Big Trail""}, {""genres"":1})" what was the genre of The World Moves On?,"db.movies.find({""title"": ""The World Moves On""}, {""genres"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie David Copperfield ?,"db.movies.find({""title"":""David Copperfield""}, {""tomatoes.viewer.meter"":1})" what is Storm Over Asia about?,"db.movies.find({""title"": ""Storm Over Asia""}, {""plot"": 1})" which person wrote Queen Kelly?,"db.movies.find({""title"": ""Queen Kelly""}, {""writers"": 1})" Can you provide a longer version of the movie High and Dizzy plot?,"db.movies.find({""title"":""High and Dizzy""}, {""fullplot"":1})" which company produced the film Man of Aran?,"db.movies.find({""title"":""Man of Aran""}, {""tomatoes.production"":1})" which person wrote the film Romeo and Juliet?,"db.movies.find({""title"": ""Romeo and Juliet""}, {""writers"": 1})" how many awards did It win?,"db.movies.find({""title"":""It""}, {""awards.wins"":1})" what was the genre of the movie Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""genres"": 1})" When was the movie Make Way for Tomorrow released in theaters?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""released"": 1})" What is the language of the film Theodora Goes Wild?,"db.movies.find({""title"":""Theodora Goes Wild""}, {""languages"":1})" How many wins did the movie The Emperor Jones receive?,"db.movies.find({""title"":""The Emperor Jones""}, {""awards.wins"":1})" Could you give me the average rating of Darren Aronofsky's movies that are in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Darren Aronofsky""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" Mutiny on the Bounty is a movie written by this person?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""writers"": 1})" Who are the writers of the movie She ?,"db.movies.find({""title"": ""She""}, { ""writers"": 1})" who produced China Seas?,"db.movies.find({""title"":""China Seas""}, {""tomatoes.production"":1})" How long is the runtime of the movie The Wedding March ?,"db.movies.find({""title"":""The Wedding March""}, {""runtime"":1})" what is the genre for the movie Hell's Hinges?,"db.movies.find({""title"": ""Hell's Hinges""}, {""genres"": 1})" what is the plot for the movie China Seas?,"db.movies.find({""title"": ""China Seas""}, {""plot"": 1})" who was Bride of Frankenstein directed by?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""directors"": 1})" Who is the lead actor of the movie Red Dust ?,"db.movies.find({""title"": ""Red Dust""}, {""cast"":{""$slice"": 1},""title"":1})" What is the language of the film He Who Gets Slapped?,"db.movies.find({""title"":""He Who Gets Slapped""}, {""languages"":1})" What is the consensus among critics about the movie A Story of Floating Weeds?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, { ""tomatoes.consensus"": 1})" who produced the film The Big Trail?,"db.movies.find({""title"":""The Big Trail""}, {""tomatoes.production"":1})" how many awards did the film The Divine Lady win?,"db.movies.find({""title"":""The Divine Lady""}, {""awards.wins"":1})" Can you provide a detailed summary of the movie The Wedding March plot?,"db.movies.find({ ""title"": ""The Wedding March"" }, { ""fullplot"": 1})" the movie A Damsel in Distress was directed by who?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""directors"": 1})" What is the Metacritic score of the movie Kid Galahad ?,"db.movies.find({ ""title"": ""Kid Galahad"" }, { ""metacritic"": 1})" what was the genre of the film Broken Lullaby?,"db.movies.find({""title"": ""Broken Lullaby""}, {""genres"": 1})" who was the writer of the film Everybody's Woman?,"db.movies.find({""title"": ""Everybody's Woman""}, {""writers"": 1})" who's the director of The Iron Horse?,"db.movies.find({""title"": ""The Iron Horse""}, {""directors"": 1})" Can you give me a brief summary of the movie The Private Life of Don Juan plot?,"db.movies.find({""title"":""The Private Life of Don Juan""}, {""plot"":1})" When was the Tomatometer score and other Tomato-related information last updated for the movie The Prisoner of Shark Island?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, { ""tomatoes.lastUpdated"": 1})" What is the MPAA rating of the film Tarzan the Ape Man?,"db.movies.find({""title"":""Tarzan the Ape Man""}, {""rated"":1})" what is the full plot for the movie Rembrandt?,"db.movies.find({""title"": ""Rembrandt""}, {""fullplot"": 1})" Could you inform me of the total runtime of all Federico Fellini-directed movies?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Federico Fellini"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" Can you name some of the films that Francois Truffaut directed and were released in the 1990s?,"db.movies.find({""directors"": 'Francois Truffaut', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What is the IMDb rating for the movie Trouble in Paradise ?,"db.movies.find({""title"":""Trouble in Paradise""}, {""imdb.rating"":1})" how has Storm Over Asia been recieved by critics and audience?,"db.movies.find({""title"":""Storm Over Asia""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" In which countries was the movie The Gold Rush produced?,"db.movies.find({""title"":""The Gold Rush""}, {""countries"":1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Cavalcade""}, { ""tomatoes.production"": 1})" Which actor has the highest count of appearances in Orson Welles's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Orson Welles"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What are the genres this movie Seven Chances belongs to?,"db.movies.find({""title"":""Seven Chances""}, {""genres"":1})" Who are the main actors in David Copperfield ?,"db.movies.find({ ""title"": ""David Copperfield"" }, { ""cast"": 1})" who starred in Seven Chances?,"db.movies.find({""title"": ""Seven Chances""}, {""cast"": 1})" how has It's a Gift been recieved by critics and audience?,"db.movies.find({""title"":""It's a Gift""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is the movie The Ghost Goes West about in details?,"db.movies.find({""title"": ""The Ghost Goes West""}, {""fullplot"": 1})" What is the production company of The Kid Brother?,"db.movies.find({""title"":""The Kid Brother""}, {""tomatoes.production"":1})" what was the genre of Wonder Bar?,"db.movies.find({""title"": ""Wonder Bar""}, {""genres"": 1})" What is the number of movies David Fincher released per year?,"db.movies.aggregate([{ $match: { ""directors"": ""David Fincher"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" the film Der Kaiser von Kalifornien starred who?,"db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, {""cast"": 1})" the movie The Black Pirate was directed by who?,"db.movies.find({""title"": ""The Black Pirate""}, {""directors"": 1})" who was Seven Chances directed by?,"db.movies.find({""title"": ""Seven Chances""}, {""directors"": 1})" what kind of movie is The Front Page?,"db.movies.find({""title"": ""The Front Page""}, {""genres"": 1})" What is the runtime and rating for the movie 'Love Me Tonight'?,"db.movies.find({""title"": ""Love Me Tonight""}, {""runtime"": 1, ""rated"": 1})" "Shanghai Express, is written by who?","db.movies.find({""title"": ""Shanghai Express""}, {""writers"": 1})" What is the language of the movie The Hurricane?,"db.movies.find({""title"":""The Hurricane""}, {""languages"":1})" What is the rating of the movie The Great Train Robbery on IMDb?,"db.movies.find({""title"":""The Great Train Robbery""}, {""imdb.rating"":1})" what is the plot for The Italian?,"db.movies.find({""title"": ""The Italian""}, {""plot"": 1})" can you describe the plot of Rembrandt?,"db.movies.find({""title"": ""Rembrandt""}, {""plot"": 1})" what sort of film is Under the Roofs of Paris?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""genres"": 1})" Who are the actors that appear in the movie Queen Christina ?,"db.movies.find({ ""title"": ""Queen Christina"" },{ ""cast"": 1 })" what genre is The Crowd Roars?,"db.movies.find({""title"": ""The Crowd Roars""}, {""genres"": 1})" what is the film The Beloved Vagabond about?,"db.movies.find({""title"": ""The Beloved Vagabond""}, {""plot"": 1})" How long is the movie The Big Parade in minutes?,"db.movies.find({""title"":""The Big Parade""}, {""runtime"":1})" What is the plot summary of the movie Broadway Melody of 1936 ?,"db.movies.find({ ""title"": ""Broadway Melody of 1936"" }, { ""plot"": 1})" what is Shall We Dance about?,"db.movies.find({""title"": ""Shall We Dance""}, {""plot"": 1})" who directed the film Cops?,"db.movies.find({""title"": ""Cops""}, {""directors"": 1})" Has the movie The Wedding Night won any awards?,"db.movies.find({""title"":""The Wedding Night""}, {""awards.wins"":1})" which person wrote the film Eskimo?,"db.movies.find({""title"": ""Eskimo""}, {""writers"": 1})" What is the name of the director and cast for the movie 'Fury'?,"db.movies.find({""title"": ""Fury""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" How many movies by Spike Lee were released in each year?,"db.movies.aggregate([{ $match: { ""directors"": ""Spike Lee"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" who produced the movie Blacksmith Scene?,"db.movies.find({""title"":""Blacksmith Scene""}, {""tomatoes.production"":1})" Who are the actors in the movie Der Kaiser von Kalifornien?,"db.movies.find({""title"":""Der Kaiser von Kalifornien""}, {""cast"":1})" who directed Three Ages?,"db.movies.find({""title"": ""Three Ages""}, {""directors"": 1})" What is the full plot summary of the movie Lonesome ?,"db.movies.find({""title"": ""Lonesome""}, {""plot"": 1})" which person wrote the film Three Ages?,"db.movies.find({""title"": ""Three Ages""}, {""writers"": 1})" What is the IMDb rating for The Divine Lady?,"db.movies.find({""title"": ""The Divine Lady""}, {""imdb.rating"": 1})" Can you share with me the film genres that were helmed by Michelangelo Antonioni?,"db.movies.distinct(""genres"", { ""directors"": ""Michelangelo Antonioni"" })" what sort of movie is From Hand to Mouth?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""genres"": 1})" who was the writer of the movie Sons of the Desert?,"db.movies.find({""title"": ""Sons of the Desert""}, {""writers"": 1})" who wrote the movie Red Dust?,"db.movies.find({""title"": ""Red Dust""}, {""writers"": 1})" The Strong Man is a film written by this person?,"db.movies.find({""title"": ""The Strong Man""}, {""writers"": 1})" the movie The Black Pirate starred which actors?,"db.movies.find({""title"": ""The Black Pirate""}, {""cast"": 1})" What is the production company of the film The Circus?,"db.movies.find({""title"":""The Circus""}, {""tomatoes.production"":1})" what kind of movie is A Story of Floating Weeds?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""genres"": 1})" What is the production company of the film Sons of the Desert?,"db.movies.find({""title"":""Sons of the Desert""}, {""tomatoes.production"":1})" What is the text representation of the awards won and nominations received by the movie The Kid Brother?,"db.movies.find({""title"": ""The Kid Brother""}, { ""awards.text"": 1})" which company produced the movie Lost Horizon?,"db.movies.find({""title"":""Lost Horizon""}, {""tomatoes.production"":1})" which person wrote the movie Show People?,"db.movies.find({""title"": ""Show People""}, {""writers"": 1})" who was the film Les Misèrables written by?,"db.movies.find({""title"": ""Les Misèrables""}, {""writers"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Rembrandt?,"db.movies.find({""title"": ""Rembrandt""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" How many reviews have been submitted for the movie The Wedding Night on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Wedding Night"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the viewer rating for the movie Three Ages on Rotten Tomatoes?,"db.movies.find({""title"":""Three Ages""}, {""tomatoes.viewer.rating"":1})" Can you give me a brief summary of the movie Our Hospitality plot?,"db.movies.find({""title"":""Our Hospitality""}, {""plot"":1})" How many viewer reviews did the movie My Man Godfrey receive on Rotten Tomatoes?,"db.movies.find({""title"":""My Man Godfrey""}, {""tomatoes.viewer.numReviews"":1})" How did the audience and critics receive Movie Crazy?,"db.movies.find({""title"":""Movie Crazy""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Who are the main actors in Daughter of Shanghai ?,"db.movies.find({ ""title"": ""Daughter of Shanghai"" }, { ""cast"": 1})" who stars in the film Grand Hotel?,"db.movies.find({""title"": ""Grand Hotel""}, {""cast"": 1})" which company produced Swedenhielms Family?,"db.movies.find({""title"":""Swedenhielms Family""}, {""tomatoes.production"":1})" What is the chief film category that James Cameron's directed movies are classified under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""James Cameron"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Who are the starring actors/actresses in the movie Our Hospitality?,"db.movies.find({""title"":""Our Hospitality""}, {""cast"":1})" Can you tell me which film genres Alfred Hitchcock has directed?,"db.movies.distinct(""genres"", { ""directors"": ""Alfred Hitchcock"" })" whats the total runtime of all the movies directed by Sergei Eisenstein ?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Sergei Eisenstein"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the production company behind the movie x?,"db.movies.find({""title"": ""David Golder""}, { ""tomatoes.production"": 1})" What is the name of the actor who appears most frequently in movies directed by Claude Chabrol?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Claude Chabrol"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what is the film Zoo in Budapest about?,"db.movies.find({""title"": ""Zoo in Budapest""}, {""plot"": 1})" what year was the movie It Happened One Night released?,"db.movies.find({""title"": ""It Happened One Night""}, {""year"": 1})" which person wrote Sons of the Desert?,"db.movies.find({""title"": ""Sons of the Desert""}, {""writers"": 1})" what is the film Romance about in details?,"db.movies.find({""title"": ""Romance""}, {""fullplot"": 1})" what was the genre of the film Wings?,"db.movies.find({""title"": ""Wings""}, {""genres"": 1})" In what language was the movie Sunrise released?,"db.movies.find({ ""title"": ""Sunrise"" }, { ""languages"": 1})" who directed the movie The Robber Symphony?,"db.movies.find({""title"": ""The Robber Symphony""}, {""directors"": 1})" which company produced the movie The Divine Lady?,"db.movies.find({""title"":""The Divine Lady""}, {""tomatoes.production"":1})" What is the IMDb rating for the movie Dodsworth ?,"db.movies.find({""title"":""Dodsworth""}, {""imdb.rating"":1})" who stars in The Cheat?,"db.movies.find({""title"": ""The Cheat""}, {""cast"": 1})" how has Mutiny on the Bounty been recieved by critics and audience?,"db.movies.find({""title"":""Mutiny on the Bounty""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Who are the starring actors/actresses in the movie The Last Command?,"db.movies.find({""title"":""The Last Command""}, {""cast"":1})" What is the movie The Lost Patrol about? Can you provide a brief summary?,"db.movies.find({""title"":""The Lost Patrol""}, {""plot"":1})" When was the information last updated for the movie Little Miss Marker ?,"db.movies.find({ ""title"": ""Little Miss Marker"" },{ ""lastupdated"": 1 })" what is the full plot for the movie It Happened One Night?,"db.movies.find({""title"": ""It Happened One Night""}, {""fullplot"": 1})" In which countries was the movie Rembrandt produced?,"db.movies.find({""title"":""Rembrandt""}, {""countries"":1})" What are the highest-rated movies directed by Darren Aronofsky?,"db.movies.find({""directors"": 'Darren Aronofsky', ""imdb.rating"": {""$gt"": 8.5}})" Who are the actors that appear in the movie City Streets ?,"db.movies.find({ ""title"": ""City Streets"" },{ ""cast"": 1 })" In which genre do the movies directed by Ethan Coen mainly fall under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Ethan Coen"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what was the genre of the film Naughty Marietta?,"db.movies.find({""title"": ""Naughty Marietta""}, {""genres"": 1})" What is the language of One Hundred Men and a Girl?,"db.movies.find({""title"":""One Hundred Men and a Girl""}, {""languages"":1})" the film Everybody's Woman starred who?,"db.movies.find({""title"": ""Everybody's Woman""}, {""cast"": 1})" What is the IMDb ID for the movie City Lights?,"db.movies.find({""title"":""City Lights""}, {""imdb.id"":1})" What is the runtime of the movie Salomè ?,"db.movies.find({""title"": ""Salomè""}, { ""runtime"": 1})" what genre of movie is The Barretts of Wimpole Street?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""genres"": 1})" who wrote The Count of Monte Cristo?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""writers"": 1})" who is the writer of It's a Gift?,"db.movies.find({""title"": ""It's a Gift""}, {""writers"": 1})" who stars in Pandora's Box?,"db.movies.find({""title"": ""Pandora's Box""}, {""cast"": 1})" How many wins did the movie Les Misèrables receive?,"db.movies.find({""title"":""Les Misèrables""}, {""awards.wins"":1})" who wrote the film The Crowd Roars?,"db.movies.find({""title"": ""The Crowd Roars""}, {""writers"": 1})" "The Crowd Roars, was written by who?","db.movies.find({""title"": ""The Crowd Roars""}, {""writers"": 1})" who wrote It Happened One Night?,"db.movies.find({""title"": ""It Happened One Night""}, {""writers"": 1})" What is the imdbID and year of release for the movie with a title of 'Baby Face'?,"db.movies.find({""title"": ""Baby Face""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" who starred in The Great Ziegfeld?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""cast"": 1})" who wrote the movie Sherlock Jr.?,"db.movies.find({""title"": ""Sherlock Jr.""}, {""writers"": 1})" What is the MPAA rating of the movie The Divorcee?,"db.movies.find({""title"":""The Divorcee""}, {""rated"":1})" How many audience reviews have been submitted for the movie The Land Beyond the Sunset?,"db.movies.find({ ""title"": ""The Land Beyond the Sunset"" }, { ""tomatoes.viewer.numReviews"": 1 })" which person wrote the film The Story of a Cheat?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""writers"": 1})" What is the MongoDB document ID of the movie Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""_id"": 1})" What is the audience rating of the movie It's a Gift ?,"db.movies.find({ ""title"": ""It's a Gift"" },{ ""tomatoes.viewer.rating"": 1 })" who directed the film Swedenhielms Family?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""directors"": 1})" What is the runtime of the movie The New Gulliver ?,"db.movies.find({""title"": ""The New Gulliver""}, { ""runtime"": 1})" Who is the director of the movie Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, { ""directors"": 1})" Modern Times is written by this person?,"db.movies.find({""title"": ""Modern Times""}, {""writers"": 1})" the movie Steamboat Willie starred who?,"db.movies.find({""title"": ""Steamboat Willie""}, {""cast"": 1})" Who are the main actors/actresses in the movie Fury?,"db.movies.find({""title"":""Fury""}, {""cast"":1})" What is the MPAA rating of The Black Pirate?,"db.movies.find({""title"":""The Black Pirate""}, {""rated"":1})" what is Bride of Frankenstein about in details?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""fullplot"": 1})" what is the genre for the film Foolish Wives?,"db.movies.find({""title"": ""Foolish Wives""}, {""genres"": 1})" what is Naughty Marietta about?,"db.movies.find({""title"": ""Naughty Marietta""}, {""plot"": 1})" "the film Three Smart Girls, was written by who?","db.movies.find({""title"": ""Three Smart Girls""}, {""writers"": 1})" What is the full plot summary of the movie Foolish Wives ?,"db.movies.find({""title"": ""Foolish Wives""}, {""plot"": 1})" In what year was the movie Secret Agent released?,"db.movies.find({""title"":""Secret Agent""}, {""year"":1})" How many movies by Luchino Visconti were released in each year?,"db.movies.aggregate([{ $match: { ""directors"": ""Luchino Visconti"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" What is the text description of the movie Forbidden awards?,"db.movies.find({""title"":""Forbidden""}, {""awards.text"":1})" which company produced the movie The Jazz Singer?,"db.movies.find({""title"":""The Jazz Singer""}, {""tomatoes.production"":1})" How many awards did the movie win Everybody's Woman ?,"db.movies.find({ ""title"": ""Everybody's Woman"" },{ ""awards.wins"": 1 })" What is the audience rating of the movie The Devil Is a Woman ?,"db.movies.find({ ""title"": ""The Devil Is a Woman"" },{ ""tomatoes.viewer.rating"": 1 })" What is the plot summary of the movie The Hunchback of Notre Dame ?,"db.movies.find({ ""title"": ""The Hunchback of Notre Dame"" }, { ""plot"": 1})" what is the movie Folies Bergère de Paris about in details?,"db.movies.find({""title"": ""Folies Bergère de Paris""}, {""fullplot"": 1})" "Has the movie Wonder Bar won any awards? If so, which ones?","db.movies.find({""title"":""Wonder Bar"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" the film The General starred who?,"db.movies.find({""title"": ""The General""}, {""cast"": 1})" How many films did Spike Lee direct in each year they were released?,"db.movies.aggregate([{ $match: { ""directors"": ""Spike Lee"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" who is the director of Fury?,"db.movies.find({""title"": ""Fury""}, {""directors"": 1})" What is the MPAA rating of the movie Follow the Fleet?,"db.movies.find({""title"":""Follow the Fleet""}, {""rated"":1})" how many awards did the film Sherlock Jr. win?,"db.movies.find({""title"":""Sherlock Jr.""}, {""awards.wins"":1})" What is the name of the director and cast for the movie 'Little Women'?,"db.movies.find({""title"": ""Little Women""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What are the genres this movie Nosferatu belongs to?,"db.movies.find({""title"":""Nosferatu""}, {""genres"":1})" can you describe the plot of The Big Parade?,"db.movies.find({""title"": ""The Big Parade""}, {""plot"": 1})" How did the audience and critics receive the film The Big Parade?,"db.movies.find({""title"":""The Big Parade""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" which person wrote the movie The Crowd?,"db.movies.find({""title"": ""The Crowd""}, {""writers"": 1})" Who holds the record for the most appearances in movies directed by Oliver Stone?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Oliver Stone"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who's the director of The Edge of the World?,"db.movies.find({""title"": ""The Edge of the World""}, {""directors"": 1})" What is the mean rating of all the Woody Allen films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Woody Allen""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" which company produced the film Grand Hotel?,"db.movies.find({""title"":""Grand Hotel""}, {""tomatoes.production"":1})" How many reviews have been submitted by critics for the movie The Passion of Joan of Arc ?,"db.movies.find({""title"": ""The Passion of Joan of Arc""}, {""tomatoes.critic.numReviews"": 1})" What is the name of the director and cast for the movie 'Earth'?,"db.movies.find({""title"": ""Earth""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the production company of Make Way for Tomorrow?,"db.movies.find({""title"":""Make Way for Tomorrow""}, {""tomatoes.production"":1})" the film Queen Kelly starred who?,"db.movies.find({""title"": ""Queen Kelly""}, {""cast"": 1})" who wrote the film Steamboat Willie?,"db.movies.find({""title"": ""Steamboat Willie""}, {""writers"": 1})" Has the movie Dodsworth won any awards?,"db.movies.find({""title"":""Dodsworth""}, {""awards.wins"":1})" What is the highest-rated movie directed by David Lynch on rotten tomatoes?,"db.movies.find({""directors"": ""David Lynch"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the movie The Lost World rating?,"db.movies.find({""title"":""The Lost World""}, {""rated"":1})" who are the actors in the film Stage Door?,"db.movies.find({""title"": ""Stage Door""}, {""cast"": 1})" In what year was the movie Skippy released?,"db.movies.find({""title"":""Skippy""}, {""year"":1})" What is the consensus among critics about the movie L'opèra de quat'sous ?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, {""tomatoes.consensus"": 1})" what is the film Make Way for Tomorrow about?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""plot"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie The Crowd?,"db.movies.find({""title"": ""The Crowd""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" which person wrote David Golder?,"db.movies.find({""title"": ""David Golder""}, {""writers"": 1})" The Blood of a Poet was directed by who?,"db.movies.find({""title"": ""The Blood of a Poet""}, {""directors"": 1})" who starred in Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""cast"": 1})" How many audience reviews have been submitted for the movie Mutiny on the Bounty ?,"db.movies.find({ ""title"": ""Mutiny on the Bounty"" },{ ""tomatoes.viewer.numReviews"": 1 })" Which movies were helmed by Akira Kurosawa and came out in the 1990s?,"db.movies.find({""directors"": 'Akira Kurosawa', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" Can you provide more information about the Rotten Tomatoes rating for the movie The Public Enemy?,"db.movies.find({""title"": ""The Public Enemy""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" What is Spike Lee's highest-rated movie on Rotten Tomatoes?,"db.movies.find({""directors"": ""Spike Lee"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" the film The Gay Divorcee starred who?,"db.movies.find({""title"": ""The Gay Divorcee""}, {""cast"": 1})" what was the genre of The Blue Bird?,"db.movies.find({""title"": ""The Blue Bird""}, {""genres"": 1})" What is the audience rating of the movie Dante's Inferno ?,"db.movies.find({ ""title"": ""Dante's Inferno"" },{ ""tomatoes.viewer.rating"": 1 })" which person directed The Guardsman?,"db.movies.find({""title"": ""The Guardsman""}, {""directors"": 1})" Which actor has the highest number of appearances in movies directed by Woody Allen?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Woody Allen"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Which films did Pedro Almodovar direct in the 1990s?,"db.movies.find({""directors"": 'Pedro Almodovar', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" who stars in the film Earth?,"db.movies.find({""title"": ""Earth""}, {""cast"": 1})" what is The Blood of a Poet description?,"db.movies.find({""title"": ""The Blood of a Poet""}, {""plot"": 1})" What is the language of the movie The Power and the Glory?,"db.movies.find({""title"":""The Power and the Glory""}, {""languages"":1})" who are the actors in the movie The Blue Light?,"db.movies.find({""title"": ""The Blue Light""}, {""cast"": 1})" who was the writer of the film Lenin in October?,"db.movies.find({""title"": ""Lenin in October""}, {""writers"": 1})" When was the movie The Count of Monte Cristo released in theaters?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""released"": 1})" "Has the movie Westfront 1918 won any awards? If so, which ones?","db.movies.find({""title"":""Westfront 1918"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" the movie The Dark Angel starred who?,"db.movies.find({""title"": ""The Dark Angel""}, {""cast"": 1})" How many award nominations did the movie receive He Who Gets Slapped ?,"db.movies.find({ ""title"": ""He Who Gets Slapped"" },{ ""awards.nominations"": 1 })" In what year was the movie The Trail of the Lonesome Pine released?,"db.movies.find({""title"":""The Trail of the Lonesome Pine""}, {""year"":1})" How many wins did the movie Civilization receive?,"db.movies.find({""title"":""Civilization""}, {""awards.wins"":1})" the director of Wings was?,"db.movies.find({""title"": ""Wings""}, {""directors"": 1})" What is the production company behind the movie Harvest ?,"db.movies.find({""title"": ""Harvest""}, {""tomatoes.production"": 1})" How long is the movie Camille in minutes?,"db.movies.find({""title"":""Camille""}, {""runtime"":1})" what is the film Street Angel about in details?,"db.movies.find({""title"": ""Street Angel""}, {""fullplot"": 1})" Who are the starring actors/actresses in the movie The Spanish Earth?,"db.movies.find({""title"":""The Spanish Earth""}, {""cast"":1})" What is the production company of the film Death Takes a Holiday?,"db.movies.find({""title"":""Death Takes a Holiday""}, {""tomatoes.production"":1})" "the film Queen Kelly, was written by who?","db.movies.find({""title"": ""Queen Kelly""}, {""writers"": 1})" What is the consensus among critics about the movie The Saphead?,"db.movies.find({""title"": ""The Saphead""}, { ""tomatoes.consensus"": 1})" What is the imdbID and year of release for the movie with a title of 'Applause'?,"db.movies.find({""title"": ""Applause""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" who produced Final Accord?,"db.movies.find({""title"":""Final Accord""}, {""tomatoes.production"":1})" what sort of movie is The Crowd Roars?,"db.movies.find({""title"": ""The Crowd Roars""}, {""genres"": 1})" What is the running time of A Story of Floating Weeds?,"db.movies.find({""title"":""A Story of Floating Weeds""}, {""runtime"":1})" What is the runtime and rating for the movie 'State Fair'?,"db.movies.find({""title"": ""State Fair""}, {""runtime"": 1, ""rated"": 1})" What is the running time of Seven Chances?,"db.movies.find({""title"":""Seven Chances""}, {""runtime"":1})" What is the freshness score of the movie Civilization on Rotten Tomatoes?,"db.movies.find({""title"": ""Civilization""}, {""tomatoes.fresh"": 1})" In which countries was the movie Naughty Marietta produced?,"db.movies.find({""title"":""Naughty Marietta""}, {""countries"":1})" What is the percentage of positive reviews among critics for the movie Going Hollywood ?,"db.movies.find({ ""title"": ""Going Hollywood"" },{ ""tomatoes.critic.meter"": 1 })" "the movie In Old Arizona, was written by who?","db.movies.find({""title"": ""In Old Arizona""}, {""writers"": 1})" what is the genre of The Guardsman?,"db.movies.find({""title"": ""The Guardsman""}, {""genres"": 1})" How long is the movie The Devil to Pay! in minutes?,"db.movies.find({""title"":""The Devil to Pay!""}, {""runtime"":1})" Who is the lead actor of the movie The Devil Is a Woman ?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""cast"":{""$slice"": 1},""title"":1})" who was the writer of The Front Page?,"db.movies.find({""title"": ""The Front Page""}, {""writers"": 1})" can you describe the plot of King Solomon's Mines?,"db.movies.find({""title"": ""King Solomon's Mines""}, {""plot"": 1})" who stars in the film The Front Page?,"db.movies.find({""title"": ""The Front Page""}, {""cast"": 1})" the movie Miss Lulu Bett was directed by who?,"db.movies.find({""title"": ""Miss Lulu Bett""}, {""directors"": 1})" What is the movie M rating?,"db.movies.find({""title"":""M""}, {""rated"":1})" What is the text representation of the awards won and nominations received by the movie Three Smart Girls?,"db.movies.find({""title"": ""Three Smart Girls""}, { ""awards.text"": 1})" What is the name of the director and cast for the movie 'The Spanish Earth'?,"db.movies.find({""title"": ""The Spanish Earth""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the production company of the movie Captains Courageous?,"db.movies.find({""title"":""Captains Courageous""}, {""tomatoes.production"":1})" What is the production company behind the movie Cavalcade ?,"db.movies.find({""title"": ""Cavalcade""}, {""tomatoes.production"": 1})" What is the IMDB rating of the movie The Spanish Earth ?,"db.movies.find({""title"": ""The Spanish Earth""}, { ""imdb.rating"": 1})" who produced the movie She Done Him Wrong?,"db.movies.find({""title"":""She Done Him Wrong""}, {""tomatoes.production"":1})" what is the movie The General imdb rating?,"db.movies.find({""title"": ""The General""}, {""imdb.rating"": 1})" What is the plot summary of the movie Popeye the Sailor Meets Sindbad the Sailor ?,"db.movies.find({ ""title"": ""Popeye the Sailor Meets Sindbad the Sailor"" }, { ""plot"": 1})" What is the imdbID and year of release for the movie with a title of 'Hallelujah'?,"db.movies.find({""title"": ""Hallelujah""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" who acted in the movie Ruggles of Red Gap?,"db.movies.find({""title"": ""Ruggles of Red Gap""}, {""cast"": 1})" What is the Tomatometer score of the movie Pandora's Box ?,"db.movies.find({ ""title"": ""Pandora's Box"" },{ ""tomatoes.critic.meter"": 1 })" who is the writer of the movie Daughter of Shanghai?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""writers"": 1})" What is the name of the Yasujiro Ozu-directed movie with the briefest runtime?,"db.movies.find({""directors"":""Yasujiro Ozu""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" what genre of film is Wild Oranges?,"db.movies.find({""title"": ""Wild Oranges""}, {""genres"": 1})" What are the genres this movie The Iron Horse belongs to?,"db.movies.find({""title"":""The Iron Horse""}, {""genres"":1})" can you describe the plot of The Scarlet Empress?,"db.movies.find({""title"": ""The Scarlet Empress""}, {""plot"": 1})" can you describe the plot of The World Moves On?,"db.movies.find({""title"": ""The World Moves On""}, {""plot"": 1})" the film Tabu: A Story of the South Seas starred who?,"db.movies.find({""title"": ""Tabu: A Story of the South Seas""}, {""cast"": 1})" What is the meter score of the movie Zero for Conduct according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Zero for Conduct""}, {""tomatoes.viewer.meter"": 1})" who wrote the screenplay for the film The General?,"db.movies.aggregate([ { ""$match"": { ""title"":""The General""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie The Spanish Earth ?,"db.movies.find({""title"":""The Spanish Earth""}, {""tomatoes.viewer.meter"":1})" What is the consensus among critics about the movie The Man Who Could Work Miracles ?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""tomatoes.consensus"": 1})" What is the website associated with the movie Make Way for Tomorrow on Rotten Tomatoes?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""tomatoes.website"": 1})" how many awards did Street Angel win?,"db.movies.find({""title"":""Street Angel""}, {""awards.wins"":1})" who wrote the screenplay for City Streets?,"db.movies.aggregate([ { ""$match"": { ""title"":""City Streets""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the production company of Cops?,"db.movies.find({""title"":""Cops""}, {""tomatoes.production"":1})" What is the Metacritic score of the movie I Am a Fugitive from a Chain Gang ?,"db.movies.find({ ""title"": ""I Am a Fugitive from a Chain Gang"" }, { ""metacritic"": 1})" "the film The Private Life of Henry VIII., was written by who?","db.movies.find({""title"": ""The Private Life of Henry VIII.""}, {""writers"": 1})" what type of movie is The Poor Little Rich Girl?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""genres"": 1})" Was the movie The 39 Steps well received by audiences?,"db.movies.find({""title"":""The 39 Steps""}, {""tomatoes.viewer"":1})" who starred in the movie David Golder?,"db.movies.find({""title"": ""David Golder""}, {""cast"": 1})" who stars in the movie Harvest?,"db.movies.find({""title"": ""Harvest""}, {""cast"": 1})" what kind of movie is The Saphead?,"db.movies.find({""title"": ""The Saphead""}, {""genres"": 1})" what was the release year of The Ace of Hearts?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""year"": 1})" who is listed as director for The Black Pirate?,"db.movies.find({""title"": ""The Black Pirate""}, {""directors"": 1})" what genre of film is The Power and the Glory?,"db.movies.find({""title"": ""The Power and the Glory""}, {""genres"": 1})" What is Joel Coen's highest-rated movie on Rotten Tomatoes?,"db.movies.find({""directors"": ""Joel Coen"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" How many movies has Alfred Hitchcock directed in total?,"db.movies.countDocuments({""directors"":""Alfred Hitchcock""})" who directed the film Naughty Marietta?,"db.movies.find({""title"": ""Naughty Marietta""}, {""directors"": 1})" What was the release date for the movie These Three?,"db.movies.find({""title"":""These Three""}, {""released"":1})" What is the MongoDB document ID of the movie The Crowd Roars?,"db.movies.find({""title"": ""The Crowd Roars""}, {""_id"": 1})" Who is the director of the movie Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, { ""directors"": 1})" How did the audience and critics receive Modern Times?,"db.movies.find({""title"":""Modern Times""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is The General imdb rating?,"db.movies.find({""title"": ""The General""}, {""imdb.rating"": 1})" "what was the release year of Laugh, Clown, Laugh?","db.movies.find({""title"": ""Laugh, Clown, Laugh""}, {""year"": 1})" Can you provide more information about the languages spoken in the movie The Freshman ?,"db.movies.find({""title"":""The Freshman""}, {""languages"":1})" who was The Chechahcos directed by?,"db.movies.find({""title"": ""The Chechahcos""}, {""directors"": 1})" How many wins did the movie The Kid Brother receive?,"db.movies.find({""title"":""The Kid Brother""}, {""awards.wins"":1})" who stars in the film Mr. Deeds Goes to Town?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""cast"": 1})" What is the box office revenue of the movie Three Ages in dollars?,"db.movies.find({""title"": ""Three Ages""}, {""tomatoes.boxOffice"": 1})" which person directed Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""directors"": 1})" "what is the plot for the film Steamboat Bill, Jr.?","db.movies.find({""title"": ""Steamboat Bill, Jr.""}, {""plot"": 1})" who was the writer of the movie Traffic in Souls?,"db.movies.find({""title"": ""Traffic in Souls""}, {""writers"": 1})" the film The Hurricane starred who?,"db.movies.find({""title"": ""The Hurricane""}, {""cast"": 1})" How did the audience and critics receive the film City Lights?,"db.movies.find({""title"":""City Lights""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what year was the movie Elephant Boy released?,"db.movies.find({""title"": ""Elephant Boy""}, {""year"": 1})" What is the production company of the film Mèdchen in Uniform?,"db.movies.find({""title"":""Mèdchen in Uniform""}, {""tomatoes.production"":1})" what sort of movie is My Man Godfrey?,"db.movies.find({""title"": ""My Man Godfrey""}, {""genres"": 1})" Who are the main actors/actresses in the movie The Immigrant?,"db.movies.find({""title"":""The Immigrant""}, {""cast"":1})" who was The Broadway Melody written by?,"db.movies.find({""title"": ""The Broadway Melody""}, {""writers"": 1})" What is the imdbID and year of release for the movie with a title of 'The Fall of the House of Usher'?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" Who holds the record for the most appearances in movies directed by Jean-Pierre Melville?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Jean-Pierre Melville"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" which company produced the film Becky Sharp?,"db.movies.find({""title"":""Becky Sharp""}, {""tomatoes.production"":1})" Who is the lead actress of the movie Duck Soup ?,"db.movies.find({""title"": ""Duck Soup""}, {""cast"":{""$slice"": 1},""title"":1})" who wrote the screenplay for è Nous la Libertè?,"db.movies.aggregate([ { ""$match"": { ""title"":""è Nous la Libertè""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who wrote Moscow Laughs?,"db.movies.find({""title"": ""Moscow Laughs""}, {""writers"": 1})" what kind of movie is Tsirk?,"db.movies.find({""title"": ""Tsirk""}, {""genres"": 1})" What type of media is Scrooge?,"db.movies.find({ ""title"": ""Scrooge"" }, { ""type"": 1})" When was the information about the movie Little Miss Marker last updated?,"db.movies.find({ ""title"": ""Little Miss Marker"" }, { ""lastupdated"": 1})" what is Broadway Melody of 1936 description?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""plot"": 1})" Who is the director of the movie Skippy?,"db.movies.find({""title"": ""Skippy""}, { ""directors"": 1})" What is the combined duration of all films that Claude Chabrol directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Claude Chabrol"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" what genre is the film The Cameraman?,"db.movies.find({""title"": ""The Cameraman""}, {""genres"": 1})" Which of Roman Polanski's movies has the highest Rotten Tomatoes rating?,"db.movies.find({""directors"": ""Roman Polanski"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" which person wrote Now or Never?,"db.movies.find({""title"": ""Now or Never""}, {""writers"": 1})" Can you give me a brief summary of the movie City Streets plot?,"db.movies.find({""title"":""City Streets""}, {""plot"":1})" What is the MPAA rating of the film Swing Time?,"db.movies.find({""title"":""Swing Time""}, {""rated"":1})" which company produced the movie Skippy?,"db.movies.find({""title"":""Skippy""}, {""tomatoes.production"":1})" What is the most common genre of movies that Kenji Mizoguchi directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Kenji Mizoguchi"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" "Has the film Stage Door won any awards? If so, which ones?","db.movies.find({""title"":""Stage Door"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" which person wrote the movie Shall We Dance?,"db.movies.find({""title"": ""Shall We Dance""}, {""writers"": 1})" What are the countries associated with the movie Topaze ?,"db.movies.find({""title"": ""Topaze""}, {""countries"": 1})" How many nominations did the movie Moscow Laughs receive?,"db.movies.find({""title"":""Moscow Laughs""}, {""awards.nominations"":1})" What is the meter score of the movie The Music Box according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Music Box""}, {""tomatoes.viewer.meter"": 1})" What is the IMDb rating for Applause?,"db.movies.find({""title"": ""Applause""}, {""imdb.rating"": 1})" who's the director of The Birth of a Nation?,"db.movies.find({""title"": ""The Birth of a Nation""}, {""directors"": 1})" who acted in the movie A Free Soul?,"db.movies.find({""title"": ""A Free Soul""}, {""cast"": 1})" how many awards did Dishonored win?,"db.movies.find({""title"":""Dishonored""}, {""awards.wins"":1})" What is the consensus among critics about the movie Greed?,"db.movies.find({""title"": ""Greed""}, { ""tomatoes.consensus"": 1})" What is the running time of the movie The Thin Man?,"db.movies.find({""title"":""The Thin Man""}, {""runtime"":1})" When was the movie The Champ released?,"db.movies.find({""title"":""The Champ""}, {""released"":1})" who was the film Cimarron written by?,"db.movies.find({""title"": ""Cimarron""}, {""writers"": 1})" what is the full plot for the film Grand Hotel?,"db.movies.find({""title"": ""Grand Hotel""}, {""fullplot"": 1})" What is the runtime and rating for the movie 'The Sin of Madelon Claudet'?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""runtime"": 1, ""rated"": 1})" Can you provide a longer version of the movie The Circus plot?,"db.movies.find({""title"":""The Circus""}, {""fullplot"":1})" the movie The Crowd starred who?,"db.movies.find({""title"": ""The Crowd""}, {""cast"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Scrooge?,"db.movies.find({""title"": ""Scrooge""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" What is the running time of A Farewell to Arms?,"db.movies.find({""title"":""A Farewell to Arms""}, {""runtime"":1})" "Four Sons, was written by who?","db.movies.find({""title"": ""Four Sons""}, {""writers"": 1})" which person wrote the movie Gold Diggers of 1935?,"db.movies.find({""title"": ""Gold Diggers of 1935""}, {""writers"": 1})" Was the movie The Prisoner of Shark Island well received by audiences and critics?,"db.movies.find({""title"":""The Prisoner of Shark Island""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How many votes does the movie Miss Lulu Bett have on IMDb?,"db.movies.find({""title"":""Miss Lulu Bett""}, {""imdb.votes"":1})" What is the runtime and rating for the movie 'Black Fury'?,"db.movies.find({""title"": ""Black Fury""}, {""runtime"": 1, ""rated"": 1})" What is the IMDb rating for the movie San Francisco?,"db.movies.find({""title"": ""San Francisco""}, {""imdb.rating"": 1})" What is the production company of It's a Gift?,"db.movies.find({""title"":""It's a Gift""}, {""tomatoes.production"":1})" what is the genre for the film Duck Soup?,"db.movies.find({""title"": ""Duck Soup""}, {""genres"": 1})" what was the release date of Dekigokoro?,"db.movies.find({""title"": ""Dekigokoro""}, {""released"": 1})" How did the audience and critics receive Follow the Fleet?,"db.movies.find({""title"":""Follow the Fleet""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Who are the main actors in Kid Galahad ?,"db.movies.find({ ""title"": ""Kid Galahad"" }, { ""cast"": 1})" who produced the film Snow White and the Seven Dwarfs?,"db.movies.find({""title"":""Snow White and the Seven Dwarfs""}, {""tomatoes.production"":1})" who is the director that directed Dante's Inferno?,"db.movies.find({""title"": ""Dante's Inferno""}, {""directors"": 1})" What is the running time of M?,"db.movies.find({""title"":""M""}, {""runtime"":1})" Can you provide a longer version of the movie The Crowd plot?,"db.movies.find({""title"":""The Crowd""}, {""fullplot"":1})" what type of movie is One Hundred Men and a Girl?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""genres"": 1})" What is the movie Dames about? Can you provide a brief summary?,"db.movies.find({""title"":""Dames""}, {""plot"":1})" What are the genres associated with the movie Chapayev ?,"db.movies.find({ ""title"": ""Chapayev"" }, { ""genres"": 1})" How many awards did the movie win Scarface ?,"db.movies.find({ ""title"": ""Scarface"" },{ ""awards.wins"": 1 })" Was the movie Who Killed Cock Robin? well received by audiences?,"db.movies.find({""title"":""Who Killed Cock Robin?""}, {""tomatoes.viewer"":1})" What is the freshness score of the movie The Immigrant on Rotten Tomatoes?,"db.movies.find({""title"": ""The Immigrant""}, {""tomatoes.fresh"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Nosferatu ?,"db.movies.find({""title"":""Nosferatu""}, {""tomatoes.viewer.meter"":1})" what was the release year of Scrooge?,"db.movies.find({""title"": ""Scrooge""}, {""year"": 1})" who is the director that directed Wife! Be Like a Rose!?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""directors"": 1})" the film Triumph of the Will starred who?,"db.movies.find({""title"": ""Triumph of the Will""}, {""cast"": 1})" What is the MPAA rating of the movie The Passion of Joan of Arc?,"db.movies.find({""title"":""The Passion of Joan of Arc""}, {""rated"":1})" which person wrote the film The 3 Penny Opera?,"db.movies.find({""title"": ""The 3 Penny Opera""}, {""writers"": 1})" How many award nominations did the movie receive Battling Butler ?,"db.movies.find({ ""title"": ""Battling Butler"" },{ ""awards.nominations"": 1 })" who acted in the movie The Circus?,"db.movies.find({""title"": ""The Circus""}, {""cast"": 1})" What is the production company behind the movie It's a Gift ?,"db.movies.find({""title"": ""It's a Gift""}, {""tomatoes.production"": 1})" what is the full plot for Go West?,"db.movies.find({""title"": ""Go West""}, {""fullplot"": 1})" Who are the actors that appear in the movie Rembrandt ?,"db.movies.find({ ""title"": ""Rembrandt"" },{ ""cast"": 1 })" what was the release year of the movie Death Takes a Holiday?,"db.movies.find({""title"": ""Death Takes a Holiday""}, {""year"": 1})" What languages are spoken in the movie The Big Trail ?,"db.movies.find({""title"": ""The Big Trail""}, { ""languages"": 1})" what genre is the film The Devil Is a Woman?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""genres"": 1})" what year was the movie Viva Villa! released?,"db.movies.find({""title"": ""Viva Villa!""}, {""year"": 1})" who is the writer of Curly Top?,"db.movies.find({""title"": ""Curly Top""}, {""writers"": 1})" What is the consensus among critics about the movie The Saphead ?,"db.movies.find({""title"": ""The Saphead""}, {""tomatoes.consensus"": 1})" What is the runtime and rating for the movie 'Upstream'?,"db.movies.find({""title"": ""Upstream""}, {""runtime"": 1, ""rated"": 1})" who stars in Applause?,"db.movies.find({""title"": ""Applause""}, {""cast"": 1})" Who are the main actors in Asphalt ?,"db.movies.find({ ""title"": ""Asphalt"" }, { ""cast"": 1})" Was the movie It's a Gift well received by audiences and critics?,"db.movies.find({""title"":""It's a Gift""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who starred in The Gold Rush?,"db.movies.find({""title"": ""The Gold Rush""}, {""cast"": 1})" who stars in Twentieth Century?,"db.movies.find({""title"": ""Twentieth Century""}, {""cast"": 1})" How does the movie Foolish Wives rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Foolish Wives"" },{ ""tomatoes.critic.meter"": 1 })" How many audience reviews have been submitted for the movie Earth ?,"db.movies.find({ ""title"": ""Earth"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the website associated with the movie The Fall of the House of Usher on Rotten Tomatoes?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""tomatoes.website"": 1})" who are the actors in the movie Der Kaiser von Kalifornien?,"db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, {""cast"": 1})" What is the mean rating for Alfred Hitchcock movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Alfred Hitchcock""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What is the text representation of the awards won and nominations received by the movie Grand Hotel?,"db.movies.find({""title"": ""Grand Hotel""}, { ""awards.text"": 1})" What's the title of the Jean Renoir movie with the longest runtime?,"db.movies.find({""directors"":""Jean Renoir""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" what is the plot for Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""plot"": 1})" What languages are spoken in the movie Footlight Parade?,"db.movies.find({""title"":""Footlight Parade""}, {""languages"":1})" "In what language was the movie Laugh, Clown, Laugh released?","db.movies.find({ ""title"": ""Laugh, Clown, Laugh"" }, { ""languages"": 1})" Who is the lead actor of the movie Earth ?,"db.movies.find({""title"": ""Earth""}, {""cast"":{""$slice"": 1},""title"":1})" How did the audience and critics receive the film Gold Diggers of 1935?,"db.movies.find({""title"":""Gold Diggers of 1935""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who is the director of Triumph of the Will?,"db.movies.find({""title"": ""Triumph of the Will""}, {""directors"": 1})" Who is the lead actor of the movie The Green Pastures ?,"db.movies.find({""title"": ""The Green Pastures""}, {""cast"":{""$slice"": 1},""title"":1})" What is the language of the film High and Dizzy?,"db.movies.find({""title"":""High and Dizzy""}, {""languages"":1})" How many audience reviews have been submitted for the movie The Wind ?,"db.movies.find({ ""title"": ""The Wind"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the viewer rating for the movie Red Dust on Rotten Tomatoes?,"db.movies.find({""title"":""Red Dust""}, {""tomatoes.viewer.rating"":1})" What is the Metacritic score of the movie Comradeship ?,"db.movies.find({ ""title"": ""Comradeship"" }, { ""metacritic"": 1})" who was the writer of the movie Wonder Bar?,"db.movies.find({""title"": ""Wonder Bar""}, {""writers"": 1})" who was the writer of the movie Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""writers"": 1})" who are the actors in 7th Heaven?,"db.movies.find({""title"": ""7th Heaven""}, {""cast"": 1})" What is the consensus among critics about the movie She ?,"db.movies.find({""title"": ""She""}, {""tomatoes.consensus"": 1})" Can you provide more information about the IMDb rating for the movie Regeneration ?,"db.movies.find({""title"":""Regeneration""}, {""imdb"":1})" who directed In the Land of the Head Hunters?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""directors"": 1})" How many votes did the movie The Private Life of Henry VIII. receive on IMDB?,"db.movies.find({""title"": ""The Private Life of Henry VIII.""}, { ""imdb.votes"": 1})" what type of movie is The Public Enemy?,"db.movies.find({""title"": ""The Public Enemy""}, {""genres"": 1})" what is Seven Chances description?,"db.movies.find({""title"": ""Seven Chances""}, {""plot"": 1})" What is the viewer rating for the movie Movie Crazy on Rotten Tomatoes?,"db.movies.find({""title"":""Movie Crazy""}, {""tomatoes.viewer.rating"":1})" How many viewer reviews did the movie The Crusades receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Crusades""}, {""tomatoes.viewer.numReviews"":1})" In what language was the movie The Unknown released?,"db.movies.find({ ""title"": ""The Unknown"" }, { ""languages"": 1})" the film Cavalcade starred which actors?,"db.movies.find({""title"": ""Cavalcade""}, {""cast"": 1})" who was the movie Carnival in Flanders written by?,"db.movies.find({""title"": ""Carnival in Flanders""}, {""writers"": 1})" what is the plot for Men Without Women?,"db.movies.find({""title"": ""Men Without Women""}, {""plot"": 1})" who was the writer of the movie Les vampires?,"db.movies.find({""title"": ""Les vampires""}, {""writers"": 1})" How many reviews did the movie College receive on Rotten Tomatoes?,"db.movies.find({""title"":""College""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" what is The Prince and the Pauper about?,"db.movies.find({""title"": ""The Prince and the Pauper""}, {""plot"": 1})" what genre is Under the Roofs of Paris?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""genres"": 1})" What is the production company of Everybody's Woman?,"db.movies.find({""title"":""Everybody's Woman""}, {""tomatoes.production"":1})" What is the rating of the movie Street Angel according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Street Angel""}, {""tomatoes.viewer.rating"": 1})" how many awards did Moscow Laughs win?,"db.movies.find({""title"":""Moscow Laughs""}, {""awards.wins"":1})" Love Me Tonight was directed by who?,"db.movies.find({""title"": ""Love Me Tonight""}, {""directors"": 1})" How did the audience and critics receive the film The Kid Brother?,"db.movies.find({""title"":""The Kid Brother""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" In what year was the movie In Old Arizona released?,"db.movies.find({""title"":""In Old Arizona""}, {""year"":1})" How many audience reviews have been submitted for the movie Ben-Hur: A Tale of the Christ ?,"db.movies.find({ ""title"": ""Ben-Hur: A Tale of the Christ"" },{ ""tomatoes.viewer.numReviews"": 1 })" How many movies by Ridley Scott were released in each year?,"db.movies.aggregate([{ $match: { ""directors"": ""Ridley Scott"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" What is the runtime and rating for the movie 'Lloyd's of London'?,"db.movies.find({""title"": ""Lloyd's of London""}, {""runtime"": 1, ""rated"": 1})" What is the Tomatometer score of the movie Snow White and the Seven Dwarfs ?,"db.movies.find({ ""title"": ""Snow White and the Seven Dwarfs"" },{ ""tomatoes.critic.meter"": 1 })" how many awards did the film Romeo and Juliet win?,"db.movies.find({""title"":""Romeo and Juliet""}, {""awards.wins"":1})" What is the language of the film Triumph of the Will?,"db.movies.find({""title"":""Triumph of the Will""}, {""languages"":1})" What is the language of the film The Front Page?,"db.movies.find({""title"":""The Front Page""}, {""languages"":1})" which person wrote the film Broadway Bill?,"db.movies.find({""title"": ""Broadway Bill""}, {""writers"": 1})" What is the name of the Steven Spielberg-directed movie with the least runtime?,"db.movies.find({""directors"":""Steven Spielberg""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" Who is the lead actress of the movie These Three ?,"db.movies.find({""title"": ""These Three""}, {""cast"":{""$slice"": 1},""title"":1})" what sort of film is Regeneration?,"db.movies.find({""title"": ""Regeneration""}, {""genres"": 1})" what kind of film is Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"": ""Broken Blossoms or The Yellow Man and the Girl""}, {""genres"": 1})" the film The Crusades starred who?,"db.movies.find({""title"": ""The Crusades""}, {""cast"": 1})" When was the information last updated for the movie The Devil to Pay! ?,"db.movies.find({ ""title"": ""The Devil to Pay!"" },{ ""lastupdated"": 1 })" What is the Rotten Tomatoes meter rating for the movie Battleship Potemkin ?,"db.movies.find({""title"":""Battleship Potemkin""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What are the genres associated with the movie Lady Windermere's Fan ?,"db.movies.find({ ""title"": ""Lady Windermere's Fan"" }, { ""genres"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Little Miss Marker""}, { ""tomatoes.production"": 1})" who produced Masquerade in Vienna?,"db.movies.find({""title"":""Masquerade in Vienna""}, {""tomatoes.production"":1})" what is the movie Seven Chances about in details?,"db.movies.find({""title"": ""Seven Chances""}, {""fullplot"": 1})" What's the title of the Jean-Pierre Melville movie with the longest runtime?,"db.movies.find({""directors"":""Jean-Pierre Melville""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" what was the release date of the film Broadway Bill?,"db.movies.find({""title"": ""Broadway Bill""}, {""released"": 1})" what type of film is The Trail of the Lonesome Pine?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""genres"": 1})" Who are the actors in the movie Modern Times?,"db.movies.find({""title"":""Modern Times""}, {""cast"":1})" how has Duck Soup been recieved by critics and audience?,"db.movies.find({""title"":""Duck Soup""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who starred in the movie For Heaven's Sake?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""cast"": 1})" who is the author of The Last Command?,"db.movies.find({""title"": ""The Last Command""}, {""writers"": 1})" What is the production company of the film The Strong Man?,"db.movies.find({""title"":""The Strong Man""}, {""tomatoes.production"":1})" what was the genre of the film Red Dust?,"db.movies.find({""title"": ""Red Dust""}, {""genres"": 1})" who was For Heaven's Sake directed by?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""directors"": 1})" who wrote the film Shall We Dance?,"db.movies.find({""title"": ""Shall We Dance""}, {""writers"": 1})" the movie Scarface starred which actors?,"db.movies.find({""title"": ""Scarface""}, {""cast"": 1})" "the movie Dekigokoro, was written by who?","db.movies.find({""title"": ""Dekigokoro""}, {""writers"": 1})" What is the consensus among critics about the movie Berkeley Square ?,"db.movies.find({""title"": ""Berkeley Square""}, {""tomatoes.consensus"": 1})" what was the release date of the film Forbidden?,"db.movies.find({""title"": ""Forbidden""}, {""released"": 1})" the film Snow White and the Seven Dwarfs starred which actors?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""cast"": 1})" what was the release year of Lonesome?,"db.movies.find({""title"": ""Lonesome""}, {""year"": 1})" What is the text description of the movie A Day in the Country awards?,"db.movies.find({""title"":""A Day in the Country""}, {""awards.text"":1})" who is the director that directed The Jazz Singer?,"db.movies.find({""title"": ""The Jazz Singer""}, {""directors"": 1})" who is the director for For Heaven's Sake?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""directors"": 1})" who acted in the movie College?,"db.movies.find({""title"": ""College""}, {""cast"": 1})" How many movies were directed by Francois Truffaut?,"db.movies.countDocuments({""directors"":""Francois Truffaut""})" What is the text description of the movie Death Takes a Holiday awards?,"db.movies.find({""title"":""Death Takes a Holiday""}, {""awards.text"":1})" what is the movie Three Little Pigs about in details?,"db.movies.find({""title"": ""Three Little Pigs""}, {""fullplot"": 1})" How does the movie Daughter of Shanghai rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Daughter of Shanghai"" },{ ""tomatoes.critic.meter"": 1 })" what genre of film is Night Must Fall?,"db.movies.find({""title"": ""Night Must Fall""}, {""genres"": 1})" How many audience reviews have been submitted for the movie Little Caesar ?,"db.movies.find({ ""title"": ""Little Caesar"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the IMDb rating for the movie Civilization ?,"db.movies.find({""title"":""Civilization""}, {""imdb.rating"":1})" what is The Spanish Earth imdb rating?,"db.movies.find({""title"": ""The Spanish Earth""}, {""imdb.rating"": 1})" what is the genre for the film Night Must Fall?,"db.movies.find({""title"": ""Night Must Fall""}, {""genres"": 1})" How did the audience and critics receive the film The Great Ziegfeld?,"db.movies.find({""title"":""The Great Ziegfeld""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is the film Where Are My Children? imdb rating?,"db.movies.find({""title"": ""Where Are My Children?""}, {""imdb.rating"": 1})" How many awards did the movie win Comradeship ?,"db.movies.find({ ""title"": ""Comradeship"" },{ ""awards.wins"": 1 })" What is the running time of Scarface?,"db.movies.find({""title"":""Scarface""}, {""runtime"":1})" In which countries was the movie Maria Chapdelaine produced?,"db.movies.find({""title"":""Maria Chapdelaine""}, {""countries"":1})" what was the genre of the movie Masquerade in Vienna?,"db.movies.find({""title"": ""Masquerade in Vienna""}, {""genres"": 1})" How many awards did the movie win King of Jazz ?,"db.movies.find({ ""title"": ""King of Jazz"" },{ ""awards.wins"": 1 })" what year was The Wind released?,"db.movies.find({""title"": ""The Wind""}, {""year"": 1})" who starred in the film A Midsummer Night's Dream?,"db.movies.find({""title"": ""A Midsummer Night's Dream""}, {""cast"": 1})" What is the imdbID and year of release for the movie with a title of 'The Informer'?,"db.movies.find({""title"": ""The Informer""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" Could you share with me the titles of the films that Francis Ford Coppola directed?,"db.movies.find({""directors"": ""Francis Ford Coppola""},{""title"":1})" Can you provide more information about the IMDb rating for the movie La Grande Illusion ?,"db.movies.find({""title"":""La Grande Illusion""}, {""imdb"":1})" What type of media is Mary of Scotland?,"db.movies.find({ ""title"": ""Mary of Scotland"" }, { ""type"": 1})" who stars in the movie The Garden of Allah?,"db.movies.find({""title"": ""The Garden of Allah""}, {""cast"": 1})" What is the running time of the film The Prince and the Pauper?,"db.movies.find({""title"":""The Prince and the Pauper""}, {""runtime"":1})" Can you provide more information about the IMDb rating for the movie Top Hat ?,"db.movies.find({""title"":""Top Hat""}, {""imdb"":1})" What is the plot summary of the movie Swing Time ?,"db.movies.find({ ""title"": ""Swing Time"" }, { ""plot"": 1})" How many award nominations did the movie receive The Guardsman ?,"db.movies.find({ ""title"": ""The Guardsman"" },{ ""awards.nominations"": 1 })" What is the running time of the film Anna Karenina?,"db.movies.find({""title"":""Anna Karenina""}, {""runtime"":1})" How many award nominations did the movie receive Ruggles of Red Gap ?,"db.movies.find({ ""title"": ""Ruggles of Red Gap"" },{ ""awards.nominations"": 1 })" When was the movie Freaks released in theaters?,"db.movies.find({""title"": ""Freaks""}, {""released"": 1})" what year was the movie Within Our Gates released?,"db.movies.find({""title"": ""Within Our Gates""}, {""year"": 1})" who acted in the movie The Guardsman?,"db.movies.find({""title"": ""The Guardsman""}, {""cast"": 1})" Which movies were directed by Satyajit Ray and were released in the 1990s?,"db.movies.find({""directors"": 'Satyajit Ray', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What is the IMDb rating for The Private Life of Henry VIII.?,"db.movies.find({""title"": ""The Private Life of Henry VIII.""}, {""imdb.rating"": 1})" "the film Stage Door, was written by who?","db.movies.find({""title"": ""Stage Door""}, {""writers"": 1})" what is the film Under the Roofs of Paris about?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""plot"": 1})" Can you provide more information about the languages spoken in the movie Lonesome ?,"db.movies.find({""title"":""Lonesome""}, {""languages"":1})" how many awards did the movie Top Hat win?,"db.movies.find({""title"":""Top Hat""}, {""awards.wins"":1})" what genre is the film Wife! Be Like a Rose!?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""genres"": 1})" "Has Make Way for Tomorrow won any awards? If so, which ones?","db.movies.find({""title"":""Make Way for Tomorrow"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" How did the audience and critics receive The Power and the Glory?,"db.movies.find({""title"":""The Power and the Glory""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Can you provide more information about the Rotten Tomatoes rating for the movie I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" what is the film Dodsworth about?,"db.movies.find({""title"": ""Dodsworth""}, {""plot"": 1})" Can you provide a detailed summary of the movie Show Boat plot?,"db.movies.find({ ""title"": ""Show Boat"" }, { ""fullplot"": 1})" who wrote the screenplay for the film In Old Chicago?,"db.movies.aggregate([ { ""$match"": { ""title"":""In Old Chicago""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the text representation of the awards won and nominations received by the movie The Gilded Lily?,"db.movies.find({""title"": ""The Gilded Lily""}, { ""awards.text"": 1})" what is the movie Clash of the Wolves imdb rating?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""imdb.rating"": 1})" Who is the lead actress of the movie Eskimo ?,"db.movies.find({""title"": ""Eskimo""}, {""cast"":{""$slice"": 1},""title"":1})" How many viewer reviews did the movie Traffic in Souls receive on Rotten Tomatoes?,"db.movies.find({""title"":""Traffic in Souls""}, {""tomatoes.viewer.numReviews"":1})" What is the language of the film Upstream?,"db.movies.find({""title"":""Upstream""}, {""languages"":1})" who produced the film A Day in the Country?,"db.movies.find({""title"":""A Day in the Country""}, {""tomatoes.production"":1})" what kind of movie is Who Killed Cock Robin??,"db.movies.find({""title"": ""Who Killed Cock Robin?""}, {""genres"": 1})" Can you share with me the names of the top-rated movies directed by Ridley Scott?,"db.movies.find({""directors"": 'Ridley Scott', ""imdb.rating"": {""$gt"": 8.5}})" "Has the movie David Copperfield won any awards? If so, which ones?","db.movies.find({""title"":""David Copperfield"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" "Mayerling, was written by who?","db.movies.find({""title"": ""Mayerling""}, {""writers"": 1})" what was the release year of the film The Private Life of Henry VIII.?,"db.movies.find({""title"": ""The Private Life of Henry VIII.""}, {""year"": 1})" What is the running time of The Count of Monte Cristo?,"db.movies.find({""title"":""The Count of Monte Cristo""}, {""runtime"":1})" Which motion pictures were directed by Stanley Kubrick?,"db.movies.find({""directors"": ""Stanley Kubrick""},{""title"":1})" Which types of movies has Jean-Pierre Melville directed?,"db.movies.distinct(""genres"", { ""directors"": ""Jean-Pierre Melville"" })" What is the movie Dr. Jekyll and Mr. Hyde rating?,"db.movies.find({""title"":""Dr. Jekyll and Mr. Hyde""}, {""rated"":1})" How many viewer reviews did the movie Foolish Wives receive on Rotten Tomatoes?,"db.movies.find({""title"":""Foolish Wives""}, {""tomatoes.viewer.numReviews"":1})" What are some of the films that Louis Malle has directed?,"db.movies.find({""directors"": ""Louis Malle""},{""title"":1})" what was the release year of the movie Grass: A Nation's Battle for Life?,"db.movies.find({""title"": ""Grass: A Nation's Battle for Life""}, {""year"": 1})" What is the IMDb ID for the movie The Count of Monte Cristo?,"db.movies.find({""title"":""The Count of Monte Cristo""}, {""imdb.id"":1})" What is the text description of the movie Eskimo awards?,"db.movies.find({""title"":""Eskimo""}, {""awards.text"":1})" Can you provide a longer version of the movie M plot?,"db.movies.find({""title"":""M""}, {""fullplot"":1})" what is the genre for the film Upstream?,"db.movies.find({""title"": ""Upstream""}, {""genres"": 1})" What is the runtime and rating for the movie 'The Man Who Could Work Miracles'?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""runtime"": 1, ""rated"": 1})" what was the genre of the movie A Farewell to Arms?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""genres"": 1})" Can you provide a longer version of the movie Tsirk plot?,"db.movies.find({""title"":""Tsirk""}, {""fullplot"":1})" When was the Tomatometer score and other Tomato-related information last updated for the movie One Hundred Men and a Girl?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, { ""tomatoes.lastUpdated"": 1})" what genre is the movie Lost Horizon?,"db.movies.find({""title"": ""Lost Horizon""}, {""genres"": 1})" what is the movie Twentieth Century about?,"db.movies.find({""title"": ""Twentieth Century""}, {""plot"": 1})" A Corner in Wheat is a movie written by this person?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""writers"": 1})" who is the director for Broadway Melody of 1936?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""directors"": 1})" What is the MongoDB document ID of the movie Scarface?,"db.movies.find({""title"": ""Scarface""}, {""_id"": 1})" who directed the movie The Spanish Earth?,"db.movies.find({""title"": ""The Spanish Earth""}, {""directors"": 1})" What is the Metacritic score of the movie Lost Horizon ?,"db.movies.find({ ""title"": ""Lost Horizon"" }, { ""metacritic"": 1})" What languages are spoken in the movie Safety Last!?,"db.movies.find({""title"":""Safety Last!""}, {""languages"":1})" What is the running time of the film Nanook of the North?,"db.movies.find({""title"":""Nanook of the North""}, {""runtime"":1})" Can you provide a longer version of the movie Shanghai Express plot?,"db.movies.find({""title"":""Shanghai Express""}, {""fullplot"":1})" What is the plot summary of the movie The Kid Brother ?,"db.movies.find({ ""title"": ""The Kid Brother"" }, { ""plot"": 1})" What is the production company of the film The Black Pirate?,"db.movies.find({""title"":""The Black Pirate""}, {""tomatoes.production"":1})" In what year was the movie The Lost World released ?,"db.movies.find({ ""title"": ""The Lost World"" }, { ""year"": 1})" the film Les vampires starred which actors?,"db.movies.find({""title"": ""Les vampires""}, {""cast"": 1})" who starred in the movie Le grand jeu?,"db.movies.find({""title"": ""Le grand jeu""}, {""cast"": 1})" In which countries was the movie Zero for Conduct produced?,"db.movies.find({""title"":""Zero for Conduct""}, {""countries"":1})" Who is the actor that appears the most in movies directed by Spike Lee?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Spike Lee"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" When was the information about the movie Scrooge last updated?,"db.movies.find({ ""title"": ""Scrooge"" }, { ""lastupdated"": 1})" What is the imdbID and genre of the movie 'Foolish Wives'?,"db.movies.find({""title"": ""Foolish Wives""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" who is listed as director for The Last of the Mohicans?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""directors"": 1})" How did the audience and critics receive the movie Marked Woman?,"db.movies.find({""title"":""Marked Woman""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Which motion pictures were directed by Abbas Kiarostami?,"db.movies.find({""directors"": ""Abbas Kiarostami""},{""title"":1})" How many award nominations did the movie receive The Crowd ?,"db.movies.find({ ""title"": ""The Crowd"" },{ ""awards.nominations"": 1 })" Could you give me the average rating of David Fincher's movies that are in the database?,"db.movies.aggregate([{""$match"": {""directors"":""David Fincher""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What is the IMDb rating for Regeneration?,"db.movies.find({""title"": ""Regeneration""}, {""imdb.rating"": 1})" what was the release date of the movie Metropolis?,"db.movies.find({""title"": ""Metropolis""}, {""released"": 1})" What are the most critically acclaimed movies directed by Luchino Visconti?,"db.movies.find({""directors"": 'Luchino Visconti', ""imdb.rating"": {""$gt"": 8.5}})" the film Chapayev starred which actors?,"db.movies.find({""title"": ""Chapayev""}, {""cast"": 1})" When was the information about the movie Rembrandt last updated?,"db.movies.find({ ""title"": ""Rembrandt"" }, { ""lastupdated"": 1})" who's the director of Bride of Frankenstein?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""directors"": 1})" what is Wild and Woolly about?,"db.movies.find({""title"": ""Wild and Woolly""}, {""plot"": 1})" who was Within Our Gates directed by?,"db.movies.find({""title"": ""Within Our Gates""}, {""directors"": 1})" What is the consensus among critics about the movie The Blood of a Poet ?,"db.movies.find({""title"": ""The Blood of a Poet""}, {""tomatoes.consensus"": 1})" who is the writer of A Farewell to Arms?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""writers"": 1})" who wrote the movie Camille?,"db.movies.find({""title"": ""Camille""}, {""writers"": 1})" How did the audience and critics receive the movie A Midsummer Night's Dream?,"db.movies.find({""title"":""A Midsummer Night's Dream""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is The Prisoner of Zenda about?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""plot"": 1})" which company produced the film The Blue Bird?,"db.movies.find({""title"":""The Blue Bird""}, {""tomatoes.production"":1})" Was the movie Der Kaiser von Kalifornien well received by audiences?,"db.movies.find({""title"":""Der Kaiser von Kalifornien""}, {""tomatoes.viewer"":1})" who stars in the film Secret Agent?,"db.movies.find({""title"": ""Secret Agent""}, {""cast"": 1})" who is the writer of the film The Prisoner of Zenda?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""writers"": 1})" What is the Metacritic score of the movie Wild Boys of the Road ?,"db.movies.find({ ""title"": ""Wild Boys of the Road"" }, { ""metacritic"": 1})" What is the MPAA rating of the film The Cheat?,"db.movies.find({""title"":""The Cheat""}, {""rated"":1})" What is the viewer rating for the movie Broken Lullaby on Rotten Tomatoes?,"db.movies.find({""title"":""Broken Lullaby""}, {""tomatoes.viewer.rating"":1})" what is La Grande Illusion about?,"db.movies.find({""title"": ""La Grande Illusion""}, {""plot"": 1})" What is the freshness score of the movie Upstream on Rotten Tomatoes?,"db.movies.find({""title"": ""Upstream""}, {""tomatoes.fresh"": 1})" what is the plot for the film Flying Down to Rio?,"db.movies.find({""title"": ""Flying Down to Rio""}, {""plot"": 1})" who's the director of Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""directors"": 1})" what is the full plot for College?,"db.movies.find({""title"": ""College""}, {""fullplot"": 1})" who directed the movie Camille?,"db.movies.find({""title"": ""Camille""}, {""directors"": 1})" What is the runtime of the movie The Garden of Allah ?,"db.movies.find({""title"": ""The Garden of Allah""}, { ""runtime"": 1})" what is the genre for the film The Passion of Joan of Arc?,"db.movies.find({""title"": ""The Passion of Joan of Arc""}, {""genres"": 1})" what is the plot for the movie The Champ?,"db.movies.find({""title"": ""The Champ""}, {""plot"": 1})" How many wins did the movie The Beloved Vagabond receive?,"db.movies.find({""title"":""The Beloved Vagabond""}, {""awards.wins"":1})" Can you provide more information about the Rotten Tomatoes rating for the movie Romeo and Juliet?,"db.movies.find({""title"": ""Romeo and Juliet""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" What is the audience rating of the movie Naughty Marietta ?,"db.movies.find({ ""title"": ""Naughty Marietta"" },{ ""tomatoes.viewer.rating"": 1 })" who are the actors in the film Regeneration?,"db.movies.find({""title"": ""Regeneration""}, {""cast"": 1})" How many reviews have been submitted by critics for the movie Little Women ?,"db.movies.find({""title"": ""Little Women""}, {""tomatoes.critic.numReviews"": 1})" what kind of film is Make Way for Tomorrow?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""genres"": 1})" who's the director of This Is My Affair?,"db.movies.find({""title"": ""This Is My Affair""}, {""directors"": 1})" How many nominations did the movie The Devil Is a Woman receive?,"db.movies.find({""title"":""The Devil Is a Woman""}, {""awards.nominations"":1})" which company produced The Strong Man?,"db.movies.find({""title"":""The Strong Man""}, {""tomatoes.production"":1})" What is the box office revenue of the movie Pandora's Box ?,"db.movies.find({""title"": ""Pandora's Box""}, { ""tomatoes.boxOffice"": 1})" who was the movie M written by?,"db.movies.find({""title"": ""M""}, {""writers"": 1})" What's the title of the James Cameron movie with the longest runtime?,"db.movies.find({""directors"":""James Cameron""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" What is the production company of the film The Beloved Vagabond?,"db.movies.find({""title"":""The Beloved Vagabond""}, {""tomatoes.production"":1})" what genre is Rembrandt?,"db.movies.find({""title"": ""Rembrandt""}, {""genres"": 1})" What is the name of the director and cast for the movie 'Mary of Scotland'?,"db.movies.find({""title"": ""Mary of Scotland""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" what is the movie City Lights about?,"db.movies.find({""title"": ""City Lights""}, {""plot"": 1})" what was the release year of the movie It Happened One Night?,"db.movies.find({""title"": ""It Happened One Night""}, {""year"": 1})" what is the plot for the movie Applause?,"db.movies.find({""title"": ""Applause""}, {""plot"": 1})" What is the text representation of the awards won and nominations received by the movie Tol'able David?,"db.movies.find({""title"": ""Tol'able David""}, { ""awards.text"": 1})" What is the rating of the movie The Ace of Hearts on IMDb?,"db.movies.find({""title"":""The Ace of Hearts""}, {""imdb.rating"":1})" what is Modern Times about?,"db.movies.find({""title"": ""Modern Times""}, {""plot"": 1})" Which film directed by Oliver Stone has the highest rating on Rotten Tomatoes?,"db.movies.find({""directors"": ""Oliver Stone"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" The Spanish Earth is written by this person?,"db.movies.find({""title"": ""The Spanish Earth""}, {""writers"": 1})" When was the movie Flesh and the Devil released?,"db.movies.find({""title"":""Flesh and the Devil""}, {""released"":1})" what is A Star Is Born imdb rating?,"db.movies.find({""title"": ""A Star Is Born""}, {""imdb.rating"": 1})" What is the MPAA rating of Der Kaiser von Kalifornien?,"db.movies.find({""title"":""Der Kaiser von Kalifornien""}, {""rated"":1})" the film A Story of Floating Weeds starred which actors?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""cast"": 1})" who acted in the movie San Francisco?,"db.movies.find({""title"": ""San Francisco""}, {""cast"": 1})" What is the language of the film The Crowd?,"db.movies.find({""title"":""The Crowd""}, {""languages"":1})" what was the genre of the film Night Must Fall?,"db.movies.find({""title"": ""Night Must Fall""}, {""genres"": 1})" What is the meter score of the movie Earth according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Earth""}, {""tomatoes.viewer.meter"": 1})" what is the plot for the movie The World Moves On?,"db.movies.find({""title"": ""The World Moves On""}, {""plot"": 1})" What type of media is Where Are My Children??,"db.movies.find({ ""title"": ""Where Are My Children?"" }, { ""type"": 1})" What is the imdbID and genre of the movie 'Gold Diggers of 1933'?,"db.movies.find({""title"": ""Gold Diggers of 1933""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" What are some of the films that David Lynch has directed?,"db.movies.find({""directors"": ""David Lynch""},{""title"":1})" what was the release date of the film Broken Lullaby?,"db.movies.find({""title"": ""Broken Lullaby""}, {""released"": 1})" who's the director of The Informer?,"db.movies.find({""title"": ""The Informer""}, {""directors"": 1})" What is the MPAA rating of the film Tsirk?,"db.movies.find({""title"":""Tsirk""}, {""rated"":1})" what genre is the film Storm Over Asia?,"db.movies.find({""title"": ""Storm Over Asia""}, {""genres"": 1})" What is the MPAA rating of the film Storm Over Asia?,"db.movies.find({""title"":""Storm Over Asia""}, {""rated"":1})" What is the title of the movie with the shortest duration that Kenji Mizoguchi directed?,"db.movies.find({""directors"":""Kenji Mizoguchi""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" What is the rating of the movie Foolish Wives on IMDb?,"db.movies.find({""title"":""Foolish Wives""}, {""imdb.rating"":1})" who was In Old Chicago directed by?,"db.movies.find({""title"": ""In Old Chicago""}, {""directors"": 1})" Which films did Alain Resnais direct in the 1990s?,"db.movies.find({""directors"": 'Alain Resnais', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" Who is the lead actress of the movie The Blue Light ?,"db.movies.find({""title"": ""The Blue Light""}, {""cast"":{""$slice"": 1},""title"":1})" what is the movie The Ace of Hearts about in details?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""fullplot"": 1})" Who are the actors in the movie Show People?,"db.movies.find({""title"":""Show People""}, {""cast"":1})" What is the freshness score of the movie Little Women on Rotten Tomatoes?,"db.movies.find({""title"": ""Little Women""}, {""tomatoes.fresh"": 1})" What is the production company of The Blue Bird?,"db.movies.find({""title"":""The Blue Bird""}, {""tomatoes.production"":1})" What is the imdbID and year of release for the movie with a title of 'The Count of Monte Cristo'?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" who wrote the screenplay for the movie The Son of the Sheik?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Son of the Sheik""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Has the movie Shanghai Express won any awards?,"db.movies.find({""title"":""Shanghai Express""}, {""awards.wins"":1})" What is the audience rating of the movie Viva Villa! ?,"db.movies.find({ ""title"": ""Viva Villa!"" },{ ""tomatoes.viewer.rating"": 1 })" What is the name of the director and cast for the movie 'The Divine Lady'?,"db.movies.find({""title"": ""The Divine Lady""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" who stars in the movie Our Hospitality?,"db.movies.find({""title"": ""Our Hospitality""}, {""cast"": 1})" who is the writer of the movie Dishonored?,"db.movies.find({""title"": ""Dishonored""}, {""writers"": 1})" What is the IMDb ID for the movie Duck Soup?,"db.movies.find({""title"":""Duck Soup""}, {""imdb.id"":1})" what sort of film is The Man Who Could Work Miracles?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""genres"": 1})" who is the writer of the movie Napoleon?,"db.movies.find({""title"": ""Napoleon""}, {""writers"": 1})" How many reviews have been submitted for the movie A Damsel in Distress on Rotten Tomatoes?,"db.movies.find({ ""title"": ""A Damsel in Distress"" },{ ""tomatoes.viewer.numReviews"": 1 })" Was the movie Dante's Inferno well received by audiences and critics?,"db.movies.find({""title"":""Dante's Inferno""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who was the writer of the movie A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""writers"": 1})" How many award nominations did the movie receive Clash of the Wolves ?,"db.movies.find({ ""title"": ""Clash of the Wolves"" },{ ""awards.nominations"": 1 })" what is the film Cleopatra description ?,"db.movies.find({""title"": ""Cleopatra""}, {""plot"": 1})" How did the audience and critics receive the film Zero for Conduct?,"db.movies.find({""title"":""Zero for Conduct""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is the film Ruggles of Red Gap about in details?,"db.movies.find({""title"": ""Ruggles of Red Gap""}, {""fullplot"": 1})" who wrote the film Bride of Frankenstein?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""writers"": 1})" What is the production company of the movie Now or Never?,"db.movies.find({""title"":""Now or Never""}, {""tomatoes.production"":1})" can you describe the plot of The Unknown?,"db.movies.find({""title"": ""The Unknown""}, {""plot"": 1})" who wrote the screenplay for Eskimo?,"db.movies.aggregate([ { ""$match"": { ""title"":""Eskimo""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who was Pèpè le Moko written by?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""writers"": 1})" How many votes did the movie The Blood of a Poet receive on IMDB?,"db.movies.find({""title"": ""The Blood of a Poet""}, { ""imdb.votes"": 1})" What is the full plot summary of the movie Payment Deferred ?,"db.movies.find({""title"": ""Payment Deferred""}, {""plot"": 1})" who produced the film From Hand to Mouth?,"db.movies.find({""title"":""From Hand to Mouth""}, {""tomatoes.production"":1})" In which countries was the movie Our Hospitality produced?,"db.movies.find({""title"":""Our Hospitality""}, {""countries"":1})" Who is the lead actor of the movie Daughter of Shanghai ?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""cast"":{""$slice"": 1},""title"":1})" What is Abbas Kiarostami's highest-rated movie on Rotten Tomatoes?,"db.movies.find({""directors"": ""Abbas Kiarostami"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" who is the writer of the movie Queen Christina?,"db.movies.find({""title"": ""Queen Christina""}, {""writers"": 1})" The Ghost Goes West is a film written by this person?,"db.movies.find({""title"": ""The Ghost Goes West""}, {""writers"": 1})" How many reviews did the movie Wife! Be Like a Rose! receive on Rotten Tomatoes?,"db.movies.find({""title"":""Wife! Be Like a Rose!""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" what is the film Greed about?,"db.movies.find({""title"": ""Greed""}, {""plot"": 1})" what was the genre of The Song of Night?,"db.movies.find({""title"": ""The Song of Night""}, {""genres"": 1})" what year was the movie State Fair released?,"db.movies.find({""title"": ""State Fair""}, {""year"": 1})" who starred in the movie One Hundred Men and a Girl?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""cast"": 1})" what is Roberta description?,"db.movies.find({""title"": ""Roberta""}, {""plot"": 1})" "Has the movie Traffic in Souls won any awards? If so, which ones?","db.movies.find({""title"":""Traffic in Souls"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Les vampires""}, { ""tomatoes.production"": 1})" who acted in the film 42nd Street?,"db.movies.find({""title"": ""42nd Street""}, {""cast"": 1})" who directed Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""directors"": 1})" What is the rating of the movie Fury according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Fury""}, {""tomatoes.viewer.rating"": 1})" In what language was the movie Curly Top released?,"db.movies.find({ ""title"": ""Curly Top"" }, { ""languages"": 1})" Was the movie This Is My Affair well received by audiences?,"db.movies.find({""title"":""This Is My Affair""}, {""tomatoes.viewer"":1})" How did the audience and critics receive Mayerling?,"db.movies.find({""title"":""Mayerling""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What are the countries associated with the movie Chapayev ?,"db.movies.find({""title"": ""Chapayev""}, {""countries"": 1})" what is the genre for the film It Happened One Night?,"db.movies.find({""title"": ""It Happened One Night""}, {""genres"": 1})" who produced the movie City Streets?,"db.movies.find({""title"":""City Streets""}, {""tomatoes.production"":1})" What is the IMDb rating for The Front Page?,"db.movies.find({""title"": ""The Front Page""}, {""imdb.rating"": 1})" what sort of film is Disraeli?,"db.movies.find({""title"": ""Disraeli""}, {""genres"": 1})" What are the names of all the actors who starred in the movie 'High and Dizzy'?,"db.movies.find({""title"": ""High and Dizzy""}, {""cast"": 1})" When was the information about the movie A Free Soul last updated?,"db.movies.find({ ""title"": ""A Free Soul"" }, { ""lastupdated"": 1})" What is the percentage of positive reviews among critics for the movie The Son of Kong ?,"db.movies.find({ ""title"": ""The Son of Kong"" },{ ""tomatoes.critic.meter"": 1 })" How many votes did the movie White Shadows receive on IMDB?,"db.movies.find({""title"": ""White Shadows""}, { ""imdb.votes"": 1})" What is the IMDb ID for the movie Tarzan the Ape Man?,"db.movies.find({""title"":""Tarzan the Ape Man""}, {""imdb.id"":1})" What is the production company behind the movie The Docks of New York ?,"db.movies.find({""title"": ""The Docks of New York""}, { ""tomatoes.production"": 1})" what was the release year of the film Lloyd's of London?,"db.movies.find({""title"": ""Lloyd's of London""}, {""year"": 1})" which company produced Show Boat?,"db.movies.find({""title"":""Show Boat""}, {""tomatoes.production"":1})" Can you provide more information about the Rotten Tomatoes rating for the movie Little Caesar?,"db.movies.find({""title"": ""Little Caesar""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" which company produced Gold Diggers of 1935?,"db.movies.find({""title"":""Gold Diggers of 1935""}, {""tomatoes.production"":1})" what was the release year of the film Romeo and Juliet?,"db.movies.find({""title"": ""Romeo and Juliet""}, {""year"": 1})" What is the prevailing movie genre in Darren Aronofsky's directed films?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Darren Aronofsky"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the rating of the movie The Lives of a Bengal Lancer according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""tomatoes.viewer.rating"": 1})" what is the full plot for The Blue Light?,"db.movies.find({""title"": ""The Blue Light""}, {""fullplot"": 1})" "the film The Strong Man, was written by who?","db.movies.find({""title"": ""The Strong Man""}, {""writers"": 1})" What's the title of the shortest Martin Scorsese-directed movie?,"db.movies.find({""directors"":""Martin Scorsese""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" which person wrote The Cameraman?,"db.movies.find({""title"": ""The Cameraman""}, {""writers"": 1})" how many awards did the film The Italian win?,"db.movies.find({""title"":""The Italian""}, {""awards.wins"":1})" who was the writer of the film The Poor Little Rich Girl?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""writers"": 1})" What type of media is Queen Kelly?,"db.movies.find({ ""title"": ""Queen Kelly"" }, { ""type"": 1})" which company produced the movie The Story of Louis Pasteur?,"db.movies.find({""title"":""The Story of Louis Pasteur""}, {""tomatoes.production"":1})" who starred in the film Blacksmith Scene?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""cast"": 1})" who produced Twentieth Century?,"db.movies.find({""title"":""Twentieth Century""}, {""tomatoes.production"":1})" How many nominations did the movie Follow the Fleet receive?,"db.movies.find({""title"":""Follow the Fleet""}, {""awards.nominations"":1})" What is the production company behind the movie The Divine Lady ?,"db.movies.find({""title"": ""The Divine Lady""}, {""tomatoes.production"": 1})" How many wins did the movie A Free Soul receive?,"db.movies.find({""title"":""A Free Soul""}, {""awards.wins"":1})" Can you provide a detailed summary of the movie Lloyd's of London plot?,"db.movies.find({ ""title"": ""Lloyd's of London"" }, { ""fullplot"": 1})" Who are the actors in the movie The Blood of a Poet?,"db.movies.find({""title"":""The Blood of a Poet""}, {""cast"":1})" What is the box office revenue of the movie Modern Times ?,"db.movies.find({""title"": ""Modern Times""}, { ""tomatoes.boxOffice"": 1})" what is the genre for the movie Tarzan the Ape Man?,"db.movies.find({""title"": ""Tarzan the Ape Man""}, {""genres"": 1})" Who are the actors that appear in the movie The Wedding Night ?,"db.movies.find({ ""title"": ""The Wedding Night"" },{ ""cast"": 1 })" who acted in the film The Prisoner of Shark Island?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""cast"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie The Great Train Robbery?,"db.movies.find({""title"": ""The Great Train Robbery""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" When was the movie Tarzan and His Mate released?,"db.movies.find({""title"":""Tarzan and His Mate""}, {""released"":1})" who is the writer of King Kong?,"db.movies.find({""title"": ""King Kong""}, {""writers"": 1})" who is the writer of the film The Phantom of the Opera?,"db.movies.find({""title"": ""The Phantom of the Opera""}, {""writers"": 1})" who is the director for Seven Chances?,"db.movies.find({""title"": ""Seven Chances""}, {""directors"": 1})" How did the audience and critics receive A Night at the Opera?,"db.movies.find({""title"":""A Night at the Opera""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the text description of the movie Three Smart Girls awards?,"db.movies.find({""title"":""Three Smart Girls""}, {""awards.text"":1})" What are the genres associated with the movie The Story of Louis Pasteur ?,"db.movies.find({ ""title"": ""The Story of Louis Pasteur"" }, { ""genres"": 1})" What is the IMDb rating for the movie Secret Agent?,"db.movies.find({""title"": ""Secret Agent""}, {""imdb.rating"": 1})" who was the movie Miss Lulu Bett written by?,"db.movies.find({""title"": ""Miss Lulu Bett""}, {""writers"": 1})" who directed Love Me Tonight?,"db.movies.find({""title"": ""Love Me Tonight""}, {""directors"": 1})" Which film directed by Roman Polanski has the highest rating on Rotten Tomatoes?,"db.movies.find({""directors"": ""Roman Polanski"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the MPAA rating of the film Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"":""Broken Blossoms or The Yellow Man and the Girl""}, {""rated"":1})" How many wins did the movie Lloyd's of London receive?,"db.movies.find({""title"":""Lloyd's of London""}, {""awards.wins"":1})" who produced the movie The Ghost Goes West?,"db.movies.find({""title"":""The Ghost Goes West""}, {""tomatoes.production"":1})" What is the IMDb ID for the movie The Private Life of Henry VIII.?,"db.movies.find({""title"":""The Private Life of Henry VIII.""}, {""imdb.id"":1})" Sanders of the River was directed by who?,"db.movies.find({""title"": ""Sanders of the River""}, {""directors"": 1})" What is the MPAA rating of the movie The Lower Depths?,"db.movies.find({""title"":""The Lower Depths""}, {""rated"":1})" the movie Bad Girl was directed by who?,"db.movies.find({""title"": ""Bad Girl""}, {""directors"": 1})" In what year was the movie Flying Down to Rio released ?,"db.movies.find({ ""title"": ""Flying Down to Rio"" }, { ""year"": 1})" who stars in the film The Crowd Roars?,"db.movies.find({""title"": ""The Crowd Roars""}, {""cast"": 1})" what is The Trail of the Lonesome Pine about?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""plot"": 1})" who was the writer of the movie The Freshman?,"db.movies.find({""title"": ""The Freshman""}, {""writers"": 1})" who stars in the movie The Champ?,"db.movies.find({""title"": ""The Champ""}, {""cast"": 1})" "what is I Was Born, But... about in details?","db.movies.find({""title"": ""I Was Born, But...""}, {""fullplot"": 1})" how many awards did the movie Twentieth Century win?,"db.movies.find({""title"":""Twentieth Century""}, {""awards.wins"":1})" What is the runtime of the movie Earth ?,"db.movies.find({""title"": ""Earth""}, { ""runtime"": 1})" When was the information about the movie Peter Pan last updated?,"db.movies.find({ ""title"": ""Peter Pan"" }, { ""lastupdated"": 1})" Can you provide me with a list of movies directed by Louis Malle?,"db.movies.find({""directors"": ""Louis Malle""},{""title"":1})" Can you provide more information about the Rotten Tomatoes rating for the movie Snow White and the Seven Dwarfs?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" "What is the IMDb rating for the movie I Was Born, But... ?","db.movies.find({""title"":""I Was Born, But...""}, {""imdb.rating"":1})" What is the name of the director and cast for the movie 'Rembrandt'?,"db.movies.find({""title"": ""Rembrandt""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the IMDb rating for the movie L'opèra de quat'sous ?,"db.movies.find({""title"":""L'opèra de quat'sous""}, {""imdb.rating"":1})" what genre is Within Our Gates?,"db.movies.find({""title"": ""Within Our Gates""}, {""genres"": 1})" What is the movie Traffic in Souls about? Can you provide a brief summary?,"db.movies.find({""title"":""Traffic in Souls""}, {""plot"":1})" what is the movie City Streets imdb rating?,"db.movies.find({""title"": ""City Streets""}, {""imdb.rating"": 1})" "Has the movie Bad Girl won any awards? If so, which ones?","db.movies.find({""title"":""Bad Girl"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" Was the movie The Devil Is a Woman well received by audiences and critics?,"db.movies.find({""title"":""The Devil Is a Woman""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the rating of the movie It Happened One Night ?,"db.movies.find({ ""title"": ""It Happened One Night"" }, { ""rated"": 1})" what is the full plot for the film The Mummy?,"db.movies.find({""title"": ""The Mummy""}, {""fullplot"": 1})" what year was the movie Children in the Wind released?,"db.movies.find({""title"": ""Children in the Wind""}, {""year"": 1})" "the movie The World Moves On, was written by who?","db.movies.find({""title"": ""The World Moves On""}, {""writers"": 1})" "Has the film Elephant Boy won any awards? If so, which ones?","db.movies.find({""title"":""Elephant Boy"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" Which genre does Federico Fellini's directed movies predominantly belong to?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Federico Fellini"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who was the writer of the movie Dodsworth?,"db.movies.find({""title"": ""Dodsworth""}, {""writers"": 1})" which person wrote the film City Lights?,"db.movies.find({""title"": ""City Lights""}, {""writers"": 1})" who are the actors in the movie Westfront 1918?,"db.movies.find({""title"": ""Westfront 1918""}, {""cast"": 1})" What is the Tomatometer score of the movie The Pearls of the Crown ?,"db.movies.find({ ""title"": ""The Pearls of the Crown"" },{ ""tomatoes.critic.meter"": 1 })" who are the actors in the movie The Front Page?,"db.movies.find({""title"": ""The Front Page""}, {""cast"": 1})" what is the movie The Emperor Jones imdb rating?,"db.movies.find({""title"": ""The Emperor Jones""}, {""imdb.rating"": 1})" Which film directed by Yasujiro Ozu has the longest running time?,"db.movies.find({""directors"":""Yasujiro Ozu""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" the movie Snow White and the Seven Dwarfs starred who?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""cast"": 1})" "the film The Kid Brother, was written by who?","db.movies.find({""title"": ""The Kid Brother""}, {""writers"": 1})" What is the meter score of the movie Imitation of Life according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Imitation of Life""}, {""tomatoes.viewer.meter"": 1})" What is the MongoDB document ID of the movie Wild Boys of the Road?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""_id"": 1})" who stars in the film Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""cast"": 1})" who was the film White Shadows written by?,"db.movies.find({""title"": ""White Shadows""}, {""writers"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, { ""tomatoes.production"": 1})" who starred in Camille?,"db.movies.find({""title"": ""Camille""}, {""cast"": 1})" what was the release year of The Broadway Melody?,"db.movies.find({""title"": ""The Broadway Melody""}, {""year"": 1})" How many votes did the movie The Blue Bird receive on IMDB?,"db.movies.find({""title"": ""The Blue Bird""}, { ""imdb.votes"": 1})" Can you provide more information about the IMDb rating for the movie One Week ?,"db.movies.find({""title"":""One Week""}, {""imdb"":1})" what year was the movie The Front Page released?,"db.movies.find({""title"": ""The Front Page""}, {""year"": 1})" "In movies directed by Christopher Nolan, which actor has the highest number of performances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Christopher Nolan"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What type of movie is Stage Door ?,"db.movies.find({""title"":""Stage Door""}, {""genres"":1})" In what language was the movie Wings released?,"db.movies.find({ ""title"": ""Wings"" }, { ""languages"": 1})" What are the genres associated with the movie Toni ?,"db.movies.find({ ""title"": ""Toni"" }, { ""genres"": 1})" Who are the main actors in Imitation of Life ?,"db.movies.find({ ""title"": ""Imitation of Life"" }, { ""cast"": 1})" What type of media is Marked Woman?,"db.movies.find({ ""title"": ""Marked Woman"" }, { ""type"": 1})" Which Ridley Scott film has the shortest duration?,"db.movies.find({""directors"":""Ridley Scott""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" what was the release date of the movie Dishonored?,"db.movies.find({""title"": ""Dishonored""}, {""released"": 1})" "Has the movie Children in the Wind won any awards? If so, which ones?","db.movies.find({""title"":""Children in the Wind"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the MPAA rating of Freaks?,"db.movies.find({""title"":""Freaks""}, {""rated"":1})" Who are the main actors in Applause ?,"db.movies.find({ ""title"": ""Applause"" }, { ""cast"": 1})" How many award nominations did the movie receive Mutiny on the Bounty ?,"db.movies.find({ ""title"": ""Mutiny on the Bounty"" },{ ""awards.nominations"": 1 })" what was the release date of the movie In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, {""released"": 1})" who directed Dames?,"db.movies.find({""title"": ""Dames""}, {""directors"": 1})" What is the viewer rating for the movie King of Jazz on Rotten Tomatoes?,"db.movies.find({""title"":""King of Jazz""}, {""tomatoes.viewer.rating"":1})" What is the movie 7th Heaven rating?,"db.movies.find({""title"":""7th Heaven""}, {""rated"":1})" What are some of the types of movies that Jean-Pierre Melville has directed?,"db.movies.distinct(""genres"", { ""directors"": ""Jean-Pierre Melville"" })" how many awards did The Wind win?,"db.movies.find({""title"":""The Wind""}, {""awards.wins"":1})" What is the running time of the film Safety Last!?,"db.movies.find({""title"":""Safety Last!""}, {""runtime"":1})" who produced The Music Box?,"db.movies.find({""title"":""The Music Box""}, {""tomatoes.production"":1})" How many audience reviews have been submitted for the movie Tarzan and His Mate ?,"db.movies.find({ ""title"": ""Tarzan and His Mate"" },{ ""tomatoes.viewer.numReviews"": 1 })" what was the genre of The Gold Rush?,"db.movies.find({""title"": ""The Gold Rush""}, {""genres"": 1})" "Grand Hotel, was written by who?","db.movies.find({""title"": ""Grand Hotel""}, {""writers"": 1})" How many award nominations did the movie receive Imitation of Life ?,"db.movies.find({ ""title"": ""Imitation of Life"" },{ ""awards.nominations"": 1 })" How many reviews did the movie Scrooge receive on Rotten Tomatoes?,"db.movies.find({""title"":""Scrooge""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" which company produced the movie A Night at the Opera?,"db.movies.find({""title"":""A Night at the Opera""}, {""tomatoes.production"":1})" How many wins did the movie Little Miss Marker receive?,"db.movies.find({""title"":""Little Miss Marker""}, {""awards.wins"":1})" who is the writer of She Done Him Wrong?,"db.movies.find({""title"": ""She Done Him Wrong""}, {""writers"": 1})" the director of The Black Cat was?,"db.movies.find({""title"": ""The Black Cat""}, {""directors"": 1})" Who are the starring actors/actresses in the movie The Broadway Melody?,"db.movies.find({""title"":""The Broadway Melody""}, {""cast"":1})" What is the MPAA rating of the movie The Scarlet Empress?,"db.movies.find({""title"":""The Scarlet Empress""}, {""rated"":1})" What is the production company of the movie One Night of Love?,"db.movies.find({""title"":""One Night of Love""}, {""tomatoes.production"":1})" What is the plot summary of the movie Flesh and the Devil ?,"db.movies.find({ ""title"": ""Flesh and the Devil"" }, { ""plot"": 1})" what was the release year of A Farewell to Arms?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""year"": 1})" "Has the film Man with a Movie Camera won any awards? If so, which ones?","db.movies.find({""title"":""Man with a Movie Camera"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the runtime and rating for the movie 'Clash of the Wolves'?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""runtime"": 1, ""rated"": 1})" the director of The Song of Night was?,"db.movies.find({""title"": ""The Song of Night""}, {""directors"": 1})" who is the director of The Blood of a Poet?,"db.movies.find({""title"": ""The Blood of a Poet""}, {""directors"": 1})" who wrote the screenplay for the movie The Cheat?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Cheat""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Which movies were helmed by Wes Anderson and came out in the 1990s?,"db.movies.find({""directors"": 'Wes Anderson', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" what type of film is Skippy?,"db.movies.find({""title"": ""Skippy""}, {""genres"": 1})" Who is the director of the movie She Done Him Wrong?,"db.movies.find({""title"": ""She Done Him Wrong""}, { ""directors"": 1})" What is the MongoDB document ID of the movie Curly Top?,"db.movies.find({""title"": ""Curly Top""}, {""_id"": 1})" who acted in the movie Dodsworth?,"db.movies.find({""title"": ""Dodsworth""}, {""cast"": 1})" What is the text description of the movie Man with a Movie Camera awards?,"db.movies.find({""title"":""Man with a Movie Camera""}, {""awards.text"":1})" What is the IMDb rating for the movie The Gilded Lily ?,"db.movies.find({""title"":""The Gilded Lily""}, {""imdb.rating"":1})" who wrote the film King Solomon's Mines?,"db.movies.find({""title"": ""King Solomon's Mines""}, {""writers"": 1})" How did the audience and critics receive the film Tsirk?,"db.movies.find({""title"":""Tsirk""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what was the release year of the movie The Edge of the World?,"db.movies.find({""title"": ""The Edge of the World""}, {""year"": 1})" what is the film The Black Cat about?,"db.movies.find({""title"": ""The Black Cat""}, {""plot"": 1})" How many votes did the movie The Passion of Joan of Arc receive on IMDB?,"db.movies.find({""title"": ""The Passion of Joan of Arc""}, { ""imdb.votes"": 1})" Which film directed by Orson Welles has the longest running time?,"db.movies.find({""directors"":""Orson Welles""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" What is the consensus among critics about the movie The Black Cat?,"db.movies.find({""title"": ""The Black Cat""}, { ""tomatoes.consensus"": 1})" what was the release year of the movie Forbidden?,"db.movies.find({""title"": ""Forbidden""}, {""year"": 1})" How many comments have been posted by users on the movie It's page on the Mflix platform?,"db.movies.find({ ""title"": ""It"" }, { ""num_mflix_comments"": 1 })" who is the director for The Perils of Pauline?,"db.movies.find({""title"": ""The Perils of Pauline""}, {""directors"": 1})" What is the production company behind the movie Les Misèrables ?,"db.movies.find({""title"": ""Les Misèrables""}, { ""tomatoes.production"": 1})" What type of media is Hallelujah?,"db.movies.find({ ""title"": ""Hallelujah"" }, { ""type"": 1})" What is the MongoDB document ID of the movie Man with a Movie Camera?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""_id"": 1})" how has The Thief of Bagdad been recieved by critics and audience?,"db.movies.find({""title"":""The Thief of Bagdad""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the production company behind the movie Anthony Adverse ?,"db.movies.find({""title"": ""Anthony Adverse""}, { ""tomatoes.production"": 1})" What is the language of the film Wings?,"db.movies.find({""title"":""Wings""}, {""languages"":1})" Who are the starring actors/actresses in the movie They Won't Forget?,"db.movies.find({""title"":""They Won't Forget""}, {""cast"":1})" which person wrote the movie Sunrise?,"db.movies.find({""title"": ""Sunrise""}, {""writers"": 1})" what is the full plot for Topaze?,"db.movies.find({""title"": ""Topaze""}, {""fullplot"": 1})" What is the movie Hallelujah about? Can you provide a brief summary?,"db.movies.find({""title"":""Hallelujah""}, {""plot"":1})" What are the names of all the actors who starred in the movie 'The Front Page'?,"db.movies.find({""title"": ""The Front Page""}, {""cast"": 1})" What is the production company of the film Our Hospitality?,"db.movies.find({""title"":""Our Hospitality""}, {""tomatoes.production"":1})" What is the percentage of positive reviews among critics for the movie A Star Is Born ?,"db.movies.find({ ""title"": ""A Star Is Born"" },{ ""tomatoes.critic.meter"": 1 })" "Smilin' Through, was written by who?","db.movies.find({""title"": ""Smilin' Through""}, {""writers"": 1})" which company produced the movie Broadway Melody of 1936?,"db.movies.find({""title"":""Broadway Melody of 1936""}, {""tomatoes.production"":1})" What languages are spoken in the movie Steamboat Willie ?,"db.movies.find({""title"": ""Steamboat Willie""}, { ""languages"": 1})" Who are the main actors/actresses in the movie Mayerling?,"db.movies.find({""title"":""Mayerling""}, {""cast"":1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Black Cat""}, { ""tomatoes.production"": 1})" What is the imdbID and year of release for the movie with a title of 'Toni'?,"db.movies.find({""title"": ""Toni""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" Who are the starring actors/actresses in the movie Earth?,"db.movies.find({""title"":""Earth""}, {""cast"":1})" What are the genres this movie The Wedding March belongs to?,"db.movies.find({""title"":""The Wedding March""}, {""genres"":1})" what kind of film is Battleship Potemkin?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""genres"": 1})" Can you provide a detailed summary of the movie Battling Butler plot?,"db.movies.find({ ""title"": ""Battling Butler"" }, { ""fullplot"": 1})" who starred in the film These Three?,"db.movies.find({""title"": ""These Three""}, {""cast"": 1})" What is the rating of the movie The Life of Emile Zola ?,"db.movies.find({ ""title"": ""The Life of Emile Zola"" }, { ""rated"": 1})" What is the consensus among critics about the movie Wonder Bar ?,"db.movies.find({""title"": ""Wonder Bar""}, {""tomatoes.consensus"": 1})" who is the director of Disraeli?,"db.movies.find({""title"": ""Disraeli""}, {""directors"": 1})" What is the running time of The Story of a Cheat?,"db.movies.find({""title"":""The Story of a Cheat""}, {""runtime"":1})" How many votes did the movie Berkeley Square receive on IMDB?,"db.movies.find({""title"": ""Berkeley Square""}, { ""imdb.votes"": 1})" What is the rating of the movie It Happened One Night according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""It Happened One Night""}, {""tomatoes.viewer.rating"": 1})" What is the production company behind the movie The Divine Lady ?,"db.movies.find({""title"": ""The Divine Lady""}, { ""tomatoes.production"": 1})" What is the name of the director and cast for the movie 'Sisters of the Gion'?,"db.movies.find({""title"": ""Sisters of the Gion""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What are the names of all the actors who starred in the movie 'The Guardsman'?,"db.movies.find({""title"": ""The Guardsman""}, {""cast"": 1})" how many awards did Anthony Adverse win?,"db.movies.find({""title"":""Anthony Adverse""}, {""awards.wins"":1})" How many wins did the movie The Broadway Melody receive?,"db.movies.find({""title"":""The Broadway Melody""}, {""awards.wins"":1})" What is the MPAA rating of the film Chapayev?,"db.movies.find({""title"":""Chapayev""}, {""rated"":1})" what is The Champ about?,"db.movies.find({""title"": ""The Champ""}, {""plot"": 1})" What is the highest-ranking Yasujiro Ozu-directed film on Rotten Tomatoes?,"db.movies.find({""directors"": ""Yasujiro Ozu"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" which company produced the movie Sisters of the Gion?,"db.movies.find({""title"":""Sisters of the Gion""}, {""tomatoes.production"":1})" What is the language of the movie Dr. Jekyll and Mr. Hyde?,"db.movies.find({""title"":""Dr. Jekyll and Mr. Hyde""}, {""languages"":1})" How many comments have been posted by users on the movie Sons of the Desert's page on the Mflix platform?,"db.movies.find({ ""title"": ""Sons of the Desert"" }, { ""num_mflix_comments"": 1 })" who is the director that directed Gertie the Dinosaur?,"db.movies.find({""title"": ""Gertie the Dinosaur""}, {""directors"": 1})" What is the text representation of the awards won and nominations received by the movie Cimarron?,"db.movies.find({""title"": ""Cimarron""}, { ""awards.text"": 1})" How many comments have been posted by users on the movie Camille's page on the Mflix platform?,"db.movies.find({ ""title"": ""Camille"" }, { ""num_mflix_comments"": 1 })" What is the Rotten Tomatoes meter rating for the movie Love Me Tonight ?,"db.movies.find({""title"":""Love Me Tonight""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" Can you tell me the total count of films that Ridley Scott has directed?,"db.movies.countDocuments({""directors"":""Ridley Scott""})" what is the genre for the film Man with a Movie Camera?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""genres"": 1})" What is the Tomatometer score of the movie The Strong Man ?,"db.movies.find({ ""title"": ""The Strong Man"" },{ ""tomatoes.critic.meter"": 1 })" What are the names of all the actors who starred in the movie 'The Prisoner of Zenda'?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""cast"": 1})" What is the ID of the movie Frankenstein on IMDB?,"db.movies.find({""title"": ""Frankenstein""}, {""imdb.id"": 1})" What is the consensus among critics about the movie Sanders of the River ?,"db.movies.find({""title"": ""Sanders of the River""}, {""tomatoes.consensus"": 1})" who starred in the film Becky Sharp?,"db.movies.find({""title"": ""Becky Sharp""}, {""cast"": 1})" The Prisoner of Zenda is a film written by this person?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""writers"": 1})" What is the rating of the movie The Lost Patrol according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Lost Patrol""}, {""tomatoes.viewer.rating"": 1})" "The Last Command, was written by who?","db.movies.find({""title"": ""The Last Command""}, {""writers"": 1})" who wrote the screenplay for the film The Thief of Bagdad?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Thief of Bagdad""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who stars in the movie The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""cast"": 1})" who stars in The Mummy?,"db.movies.find({""title"": ""The Mummy""}, {""cast"": 1})" In what year was the movie Secret Agent released ?,"db.movies.find({ ""title"": ""Secret Agent"" }, { ""year"": 1})" which company produced the movie High and Dizzy?,"db.movies.find({""title"":""High and Dizzy""}, {""tomatoes.production"":1})" What is the IMDb ID for the movie Mèdchen in Uniform?,"db.movies.find({""title"":""Mèdchen in Uniform""}, {""imdb.id"":1})" "Miss Lulu Bett, was written by who?","db.movies.find({""title"": ""Miss Lulu Bett""}, {""writers"": 1})" what kind of film is She?,"db.movies.find({""title"": ""She""}, {""genres"": 1})" How many votes does the movie Skippy have on IMDb?,"db.movies.find({""title"":""Skippy""}, {""imdb.votes"":1})" What is the production company behind the movie Tol'able David ?,"db.movies.find({""title"": ""Tol'able David""}, { ""tomatoes.production"": 1})" How does the movie The Wedding Night rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Wedding Night"" },{ ""tomatoes.critic.meter"": 1 })" What is the website associated with the movie A Story of Floating Weeds on Rotten Tomatoes?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""tomatoes.website"": 1})" what is the film Les Misèrables imdb rating?,"db.movies.find({""title"": ""Les Misèrables""}, {""imdb.rating"": 1})" What are the countries associated with the movie Sons of the Desert ?,"db.movies.find({""title"": ""Sons of the Desert""}, {""countries"": 1})" what genre is the movie The Garden of Allah?,"db.movies.find({""title"": ""The Garden of Allah""}, {""genres"": 1})" who is the director of The Music Box?,"db.movies.find({""title"": ""The Music Box""}, {""directors"": 1})" what was the genre of the movie Bride of Frankenstein?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""genres"": 1})" who wrote the screenplay for the movie A Star Is Born?,"db.movies.aggregate([ { ""$match"": { ""title"":""A Star Is Born""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the audience rating of the movie Grass: A Nation's Battle for Life ?,"db.movies.find({ ""title"": ""Grass: A Nation's Battle for Life"" },{ ""tomatoes.viewer.rating"": 1 })" what genre is the movie City Lights?,"db.movies.find({""title"": ""City Lights""}, {""genres"": 1})" What is the production company behind the movie He Who Gets Slapped ?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""tomatoes.production"": 1})" who wrote the screenplay for the film The Man Who Knew Too Much?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Man Who Knew Too Much""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the text description of the movie The Blue Light awards?,"db.movies.find({""title"":""The Blue Light""}, {""awards.text"":1})" How many wins did the movie Frankenstein receive?,"db.movies.find({""title"":""Frankenstein""}, {""awards.wins"":1})" What is the IMDb rating for Sunrise?,"db.movies.find({""title"": ""Sunrise""}, {""imdb.rating"": 1})" who was The Fall of the House of Usher written by?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""writers"": 1})" who was A Damsel in Distress written by?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""writers"": 1})" What languages are spoken in the movie Trouble in Paradise?,"db.movies.find({""title"":""Trouble in Paradise""}, {""languages"":1})" What is the quantity of movies that Stanley Kubrick has directed?,"db.movies.countDocuments({""directors"":""Stanley Kubrick""})" What are the genres this movie The Immigrant belongs to?,"db.movies.find({""title"":""The Immigrant""}, {""genres"":1})" what is the full plot for the film Civilization?,"db.movies.find({""title"": ""Civilization""}, {""fullplot"": 1})" what is the full plot for the film San Francisco?,"db.movies.find({""title"": ""San Francisco""}, {""fullplot"": 1})" What is the movie My Man Godfrey about? Can you provide a brief summary?,"db.movies.find({""title"":""My Man Godfrey""}, {""plot"":1})" Can you give me a brief summary of the movie The Wedding March plot?,"db.movies.find({""title"":""The Wedding March""}, {""plot"":1})" When was the movie The Hurricane released?,"db.movies.find({""title"":""The Hurricane""}, {""released"":1})" who was the movie Chapayev written by?,"db.movies.find({""title"": ""Chapayev""}, {""writers"": 1})" Who are the writers of the movie The Lower Depths ?,"db.movies.find({""title"": ""The Lower Depths""}, { ""writers"": 1})" what is the movie A Free Soul imdb rating?,"db.movies.find({""title"": ""A Free Soul""}, {""imdb.rating"": 1})" which person wrote the film The Iron Horse?,"db.movies.find({""title"": ""The Iron Horse""}, {""writers"": 1})" When was the information about the movie The Green Pastures last updated?,"db.movies.find({ ""title"": ""The Green Pastures"" }, { ""lastupdated"": 1})" What is the running time of Death Takes a Holiday?,"db.movies.find({""title"":""Death Takes a Holiday""}, {""runtime"":1})" Was the movie Pèpè le Moko well received by audiences and critics?,"db.movies.find({""title"":""Pèpè le Moko""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" which person wrote the film Grand Hotel?,"db.movies.find({""title"": ""Grand Hotel""}, {""writers"": 1})" what is the plot for the film Secret Agent?,"db.movies.find({""title"": ""Secret Agent""}, {""plot"": 1})" "Has the film Hell's Hinges won any awards? If so, which ones?","db.movies.find({""title"":""Hell's Hinges"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the IMDb rating for the film Lady Windermere's Fan?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""imdb.rating"": 1})" "King Kong, is written by who?","db.movies.find({""title"": ""King Kong""}, {""writers"": 1})" Who are the main actors in Curly Top ?,"db.movies.find({ ""title"": ""Curly Top"" }, { ""cast"": 1})" what is the plot for the film The Front Page?,"db.movies.find({""title"": ""The Front Page""}, {""plot"": 1})" How long is the movie The Divine Lady in minutes?,"db.movies.find({""title"":""The Divine Lady""}, {""runtime"":1})" "what is Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics about?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""plot"": 1})" the film The Informer starred who?,"db.movies.find({""title"": ""The Informer""}, {""cast"": 1})" What is the MPAA rating of Topaze?,"db.movies.find({""title"":""Topaze""}, {""rated"":1})" what is the full plot for the movie Wild Boys of the Road?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""fullplot"": 1})" what is the plot for the film The Wind?,"db.movies.find({""title"": ""The Wind""}, {""plot"": 1})" who stars in the film King Kong?,"db.movies.find({""title"": ""King Kong""}, {""cast"": 1})" who was the writer of Tol'able David?,"db.movies.find({""title"": ""Tol'able David""}, {""writers"": 1})" Can you provide more information about the languages spoken in the movie Regeneration ?,"db.movies.find({""title"":""Regeneration""}, {""languages"":1})" In which countries was the movie Gold Diggers of 1935 produced?,"db.movies.find({""title"":""Gold Diggers of 1935""}, {""countries"":1})" Has the movie Three Little Pigs won any awards?,"db.movies.find({""title"":""Three Little Pigs""}, {""awards.wins"":1})" which company produced The Invisible Ray?,"db.movies.find({""title"":""The Invisible Ray""}, {""tomatoes.production"":1})" which person wrote the film Dante's Inferno?,"db.movies.find({""title"": ""Dante's Inferno""}, {""writers"": 1})" What is the consensus among critics about the movie Storm Over Asia?,"db.movies.find({""title"": ""Storm Over Asia""}, { ""tomatoes.consensus"": 1})" How many movies were directed by Joel Coen?,"db.movies.countDocuments({""directors"":""Joel Coen""})" who stars in The Band Concert?,"db.movies.find({""title"": ""The Band Concert""}, {""cast"": 1})" What is the box office revenue of the movie The Wind ?,"db.movies.find({""title"": ""The Wind""}, { ""tomatoes.boxOffice"": 1})" What is the running time of Sunrise?,"db.movies.find({""title"":""Sunrise""}, {""runtime"":1})" What is the typical rating for all Francis Ford Coppola movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Francis Ford Coppola""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" how many awards did the film Queen Kelly win?,"db.movies.find({""title"":""Queen Kelly""}, {""awards.wins"":1})" What is the rating of the movie Follow the Fleet according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Follow the Fleet""}, {""tomatoes.viewer.rating"": 1})" who wrote the movie Earth?,"db.movies.find({""title"": ""Earth""}, {""writers"": 1})" What is the MPAA rating of the movie It's a Gift?,"db.movies.find({""title"":""It's a Gift""}, {""rated"":1})" who is the director that directed Night Must Fall?,"db.movies.find({""title"": ""Night Must Fall""}, {""directors"": 1})" What is the running time of the movie Sons of the Desert?,"db.movies.find({""title"":""Sons of the Desert""}, {""runtime"":1})" who directed the movie The Gold Rush?,"db.movies.find({""title"": ""The Gold Rush""}, {""directors"": 1})" What type of media is Bride of Frankenstein?,"db.movies.find({ ""title"": ""Bride of Frankenstein"" }, { ""type"": 1})" Could you share with me the titles of the films that Clint Eastwood directed?,"db.movies.find({""directors"": ""Clint Eastwood""},{""title"":1})" what was the release year of the movie Bad Girl?,"db.movies.find({""title"": ""Bad Girl""}, {""year"": 1})" In which genre do the movies directed by Terrence Malick mainly fall under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Terrence Malick"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what was the release date of the film Show Boat?,"db.movies.find({""title"": ""Show Boat""}, {""released"": 1})" What is the IMDB rating of the movie Toni ?,"db.movies.find({""title"": ""Toni""}, { ""imdb.rating"": 1})" what is the genre of The Circus?,"db.movies.find({""title"": ""The Circus""}, {""genres"": 1})" "Has the film Black Legion won any awards? If so, which ones?","db.movies.find({""title"":""Black Legion"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" How many wins did the movie Topaze receive?,"db.movies.find({""title"":""Topaze""}, {""awards.wins"":1})" What is the language of the movie The Man Who Knew Too Much?,"db.movies.find({""title"":""The Man Who Knew Too Much""}, {""languages"":1})" What are the names of all the actors who starred in the movie 'Marked Woman'?,"db.movies.find({""title"": ""Marked Woman""}, {""cast"": 1})" Can you provide more information about the languages spoken in the movie Viva Villa! ?,"db.movies.find({""title"":""Viva Villa!""}, {""languages"":1})" who acted in the film The Awful Truth?,"db.movies.find({""title"": ""The Awful Truth""}, {""cast"": 1})" What is the text description of the movie Les Misèrables awards?,"db.movies.find({""title"":""Les Misèrables""}, {""awards.text"":1})" who acted in the movie Where Are My Children??,"db.movies.find({""title"": ""Where Are My Children?""}, {""cast"": 1})" who is the director of The Ghost Goes West?,"db.movies.find({""title"": ""The Ghost Goes West""}, {""directors"": 1})" the director of Flesh and the Devil was?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""directors"": 1})" What is the meter score of the movie The Scarlet Empress according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Scarlet Empress""}, {""tomatoes.viewer.meter"": 1})" What is the ID of the movie Sisters of the Gion on IMDB?,"db.movies.find({""title"": ""Sisters of the Gion""}, {""imdb.id"": 1})" how many awards did A Star Is Born win?,"db.movies.find({""title"":""A Star Is Born""}, {""awards.wins"":1})" "the movie City Lights, was written by who?","db.movies.find({""title"": ""City Lights""}, {""writers"": 1})" what was the release year of Applause?,"db.movies.find({""title"": ""Applause""}, {""year"": 1})" What is the language of the film Cops?,"db.movies.find({""title"":""Cops""}, {""languages"":1})" the movie Pèpè le Moko was directed by who?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""directors"": 1})" "the movie The Gay Divorcee, was written by who?","db.movies.find({""title"": ""The Gay Divorcee""}, {""writers"": 1})" the movie The General starred which actors?,"db.movies.find({""title"": ""The General""}, {""cast"": 1})" Could you tell me which movie that Alain Resnais directed has the longest runtime?,"db.movies.find({""directors"":""Alain Resnais""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" who stars in the film The Power and the Glory?,"db.movies.find({""title"": ""The Power and the Glory""}, {""cast"": 1})" who wrote the screenplay for the movie Masquerade in Vienna?,"db.movies.aggregate([ { ""$match"": { ""title"":""Masquerade in Vienna""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who's the director of The Ace of Hearts?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""directors"": 1})" What is the production company behind the movie Little Miss Marker ?,"db.movies.find({""title"": ""Little Miss Marker""}, {""tomatoes.production"": 1})" How many votes does the movie Queen Christina have on IMDb?,"db.movies.find({""title"":""Queen Christina""}, {""imdb.votes"":1})" who is the writer of Pandora's Box?,"db.movies.find({""title"": ""Pandora's Box""}, {""writers"": 1})" how many awards did The Crowd win?,"db.movies.find({""title"":""The Crowd""}, {""awards.wins"":1})" what year was The Sin of Madelon Claudet released?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""year"": 1})" Can you give me a brief summary of the movie 7th Heaven plot?,"db.movies.find({""title"":""7th Heaven""}, {""plot"":1})" "Has the film Robin Hood won any awards? If so, which ones?","db.movies.find({""title"":""Robin Hood"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" which person wrote the film A Star Is Born?,"db.movies.find({""title"": ""A Star Is Born""}, {""writers"": 1})" who wrote the movie Peter Pan?,"db.movies.find({""title"": ""Peter Pan""}, {""writers"": 1})" who was the writer of the movie Within Our Gates?,"db.movies.find({""title"": ""Within Our Gates""}, {""writers"": 1})" the director of Les Misèrables was?,"db.movies.find({""title"": ""Les Misèrables""}, {""directors"": 1})" What is the MPAA rating of the movie The Gold Rush?,"db.movies.find({""title"":""The Gold Rush""}, {""rated"":1})" how has Broadway Bill been recieved by critics and audience?,"db.movies.find({""title"":""Broadway Bill""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the meter score of the movie The Black Cat according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Black Cat""}, {""tomatoes.viewer.meter"": 1})" what is the plot for the movie Lonesome?,"db.movies.find({""title"": ""Lonesome""}, {""plot"": 1})" how many awards did The Garden of Allah win?,"db.movies.find({""title"":""The Garden of Allah""}, {""awards.wins"":1})" What is the IMDb rating for the film Dishonored?,"db.movies.find({""title"": ""Dishonored""}, {""imdb.rating"": 1})" Who is the lead actor of the movie Make Way for Tomorrow ?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""cast"":{""$slice"": 1},""title"":1})" The Big House was directed by who?,"db.movies.find({""title"": ""The Big House""}, {""directors"": 1})" what was the release date of Elephant Boy?,"db.movies.find({""title"": ""Elephant Boy""}, {""released"": 1})" What are the countries associated with the movie Two Seconds ?,"db.movies.find({""title"": ""Two Seconds""}, {""countries"": 1})" "Has the movie One Week won any awards? If so, which ones?","db.movies.find({""title"":""One Week"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" How did the audience and critics receive the movie Traffic in Souls?,"db.movies.find({""title"":""Traffic in Souls""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the running time of For Heaven's Sake?,"db.movies.find({""title"":""For Heaven's Sake""}, {""runtime"":1})" how many awards did the film The Hunchback of Notre Dame win?,"db.movies.find({""title"":""The Hunchback of Notre Dame""}, {""awards.wins"":1})" What are the genres this movie The Informer belongs to?,"db.movies.find({""title"":""The Informer""}, {""genres"":1})" What is the consensus among critics about the movie Mr. Deeds Goes to Town?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, { ""tomatoes.consensus"": 1})" what type of film is Hallelujah?,"db.movies.find({""title"": ""Hallelujah""}, {""genres"": 1})" who is the director of Final Accord?,"db.movies.find({""title"": ""Final Accord""}, {""directors"": 1})" what is the movie Masquerade in Vienna imdb rating?,"db.movies.find({""title"": ""Masquerade in Vienna""}, {""imdb.rating"": 1})" what sort of film is The Story of Louis Pasteur?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""genres"": 1})" what was the release year of the movie Greed?,"db.movies.find({""title"": ""Greed""}, {""year"": 1})" what is the full plot for the movie Roberta?,"db.movies.find({""title"": ""Roberta""}, {""fullplot"": 1})" What is the plot summary of the movie Go West ?,"db.movies.find({ ""title"": ""Go West"" }, { ""plot"": 1})" What is the plot summary of the movie Elephant Boy ?,"db.movies.find({ ""title"": ""Elephant Boy"" }, { ""plot"": 1})" What type of movie is Morocco ?,"db.movies.find({""title"":""Morocco""}, {""genres"":1})" When was the movie Broadway Bill released?,"db.movies.find({""title"":""Broadway Bill""}, {""released"":1})" the movie Wife! Be Like a Rose! starred who?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""cast"": 1})" which person wrote Mutiny on the Bounty?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""writers"": 1})" who is the director that directed David Golder?,"db.movies.find({""title"": ""David Golder""}, {""directors"": 1})" Who are the writers of the movie The Broadway Melody ?,"db.movies.find({""title"": ""The Broadway Melody""}, { ""writers"": 1})" what genre is Moscow Laughs?,"db.movies.find({""title"": ""Moscow Laughs""}, {""genres"": 1})" What is the Tomatometer score of the movie The Land Beyond the Sunset ?,"db.movies.find({ ""title"": ""The Land Beyond the Sunset"" },{ ""tomatoes.critic.meter"": 1 })" what is the movie The Crowd about?,"db.movies.find({""title"": ""The Crowd""}, {""plot"": 1})" who is the director that directed Come and Get It?,"db.movies.find({""title"": ""Come and Get It""}, {""directors"": 1})" What are the names of all the actors who starred in the movie 'The Big Parade'?,"db.movies.find({""title"": ""The Big Parade""}, {""cast"": 1})" What is the consensus among critics about the movie Tarzan and His Mate?,"db.movies.find({""title"": ""Tarzan and His Mate""}, { ""tomatoes.consensus"": 1})" who is listed as director for Storm Over Asia?,"db.movies.find({""title"": ""Storm Over Asia""}, {""directors"": 1})" What are the movies directed by Francis Ford Coppola?,"db.movies.find({""directors"": ""Francis Ford Coppola""},{""title"":1})" how many awards did the film The Immigrant win?,"db.movies.find({""title"":""The Immigrant""}, {""awards.wins"":1})" what genre is the film The Dark Angel?,"db.movies.find({""title"": ""The Dark Angel""}, {""genres"": 1})" who is the director for A Free Soul?,"db.movies.find({""title"": ""A Free Soul""}, {""directors"": 1})" who acted in the movie The Lives of a Bengal Lancer?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""cast"": 1})" who was David Golder directed by?,"db.movies.find({""title"": ""David Golder""}, {""directors"": 1})" How many votes did the movie Top Hat receive on IMDB?,"db.movies.find({""title"": ""Top Hat""}, { ""imdb.votes"": 1})" A Story of Floating Weeds was directed by who?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""directors"": 1})" what kind of movie is Pèpè le Moko?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""genres"": 1})" who was Beau Geste written by?,"db.movies.find({""title"": ""Beau Geste""}, {""writers"": 1})" What is the meter score of the movie Traffic in Souls according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Traffic in Souls""}, {""tomatoes.viewer.meter"": 1})" What is the audience rating of the movie The Wind ?,"db.movies.find({ ""title"": ""The Wind"" },{ ""tomatoes.viewer.rating"": 1 })" who directed Smilin' Through?,"db.movies.find({""title"": ""Smilin' Through""}, {""directors"": 1})" What is the viewer rating for the movie Smilin' Through on Rotten Tomatoes?,"db.movies.find({""title"":""Smilin' Through""}, {""tomatoes.viewer.rating"":1})" the film Zero for Conduct was directed by who?,"db.movies.find({""title"": ""Zero for Conduct""}, {""directors"": 1})" What is the MPAA rating of the movie The Music Box?,"db.movies.find({""title"":""The Music Box""}, {""rated"":1})" What is the critical reception of the movie A Damsel in Distress?,"db.movies.find({""title"":""A Damsel in Distress""}, {""tomatoes.critic"":1})" who is the writer of the film Chapayev?,"db.movies.find({""title"": ""Chapayev""}, {""writers"": 1})" What is the freshness score of the movie Greed on Rotten Tomatoes?,"db.movies.find({""title"": ""Greed""}, {""tomatoes.fresh"": 1})" What is the language of M?,"db.movies.find({""title"":""M""}, {""languages"":1})" In what language was the movie Cleopatra released?,"db.movies.find({ ""title"": ""Cleopatra"" }, { ""languages"": 1})" What was the release date for the movie L'opèra de quat'sous?,"db.movies.find({""title"":""L'opèra de quat'sous""}, {""released"":1})" Can you give me a brief summary of the movie Elephant Boy plot?,"db.movies.find({""title"":""Elephant Boy""}, {""plot"":1})" what is the plot for In Old Arizona?,"db.movies.find({""title"": ""In Old Arizona""}, {""plot"": 1})" what is the film The Man Who Could Work Miracles about in details?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""fullplot"": 1})" what genre is the movie Camille?,"db.movies.find({""title"": ""Camille""}, {""genres"": 1})" Was the movie College well received by audiences?,"db.movies.find({""title"":""College""}, {""tomatoes.viewer"":1})" what is The Lives of a Bengal Lancer imdb rating?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""imdb.rating"": 1})" who produced the film The Informer?,"db.movies.find({""title"":""The Informer""}, {""tomatoes.production"":1})" Der Kaiser von Kalifornien is a film written by this person?,"db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, {""writers"": 1})" what is the movie San Francisco about?,"db.movies.find({""title"": ""San Francisco""}, {""plot"": 1})" What is the text representation of the awards won and nominations received by the movie Our Hospitality?,"db.movies.find({""title"": ""Our Hospitality""}, { ""awards.text"": 1})" What is the mean rating of all the Quentin Tarantino films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Quentin Tarantino""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" who wrote the screenplay for The Guardsman?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Guardsman""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the running time of Go West?,"db.movies.find({""title"":""Go West""}, {""runtime"":1})" what genre is The Phantom of the Opera?,"db.movies.find({""title"": ""The Phantom of the Opera""}, {""genres"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Flesh and the Devil ?,"db.movies.find({""title"":""Flesh and the Devil""}, {""tomatoes.viewer.meter"":1})" What is the runtime of the movie Storm Over Asia ?,"db.movies.find({""title"": ""Storm Over Asia""}, { ""runtime"": 1})" what is the full plot for the movie Anthony Adverse?,"db.movies.find({""title"": ""Anthony Adverse""}, {""fullplot"": 1})" The 3 Penny Opera is a film written by this person?,"db.movies.find({""title"": ""The 3 Penny Opera""}, {""writers"": 1})" What is the box office revenue of the movie Tol'able David in dollars?,"db.movies.find({""title"": ""Tol'able David""}, {""tomatoes.boxOffice"": 1})" What is the consensus among critics about the movie The Big Parade ?,"db.movies.find({""title"": ""The Big Parade""}, {""tomatoes.consensus"": 1})" what kind of film is Broken Lullaby?,"db.movies.find({""title"": ""Broken Lullaby""}, {""genres"": 1})" What is the runtime of the movie Secret Agent ?,"db.movies.find({""title"": ""Secret Agent""}, { ""runtime"": 1})" "the film I Was Born, But... starred which actors?","db.movies.find({""title"": ""I Was Born, But...""}, {""cast"": 1})" what is the film Children in the Wind about in details?,"db.movies.find({""title"": ""Children in the Wind""}, {""fullplot"": 1})" Who is the actor that appears the most in movies directed by Wes Anderson?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Wes Anderson"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what type of movie is Bad Girl?,"db.movies.find({""title"": ""Bad Girl""}, {""genres"": 1})" who was The Italian directed by?,"db.movies.find({""title"": ""The Italian""}, {""directors"": 1})" What is the language of The Four Horsemen of the Apocalypse?,"db.movies.find({""title"":""The Four Horsemen of the Apocalypse""}, {""languages"":1})" What is the production company of Who Killed Cock Robin??,"db.movies.find({""title"":""Who Killed Cock Robin?""}, {""tomatoes.production"":1})" "how many awards did the film Steamboat Bill, Jr. win?","db.movies.find({""title"":""Steamboat Bill, Jr.""}, {""awards.wins"":1})" How many viewer reviews did the movie Tabu: A Story of the South Seas receive on Rotten Tomatoes?,"db.movies.find({""title"":""Tabu: A Story of the South Seas""}, {""tomatoes.viewer.numReviews"":1})" What is the freshness score of the movie Der Kaiser von Kalifornien on Rotten Tomatoes?,"db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, {""tomatoes.fresh"": 1})" what was the genre of the film Forbidden?,"db.movies.find({""title"": ""Forbidden""}, {""genres"": 1})" what sort of film is The Barretts of Wimpole Street?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""genres"": 1})" What is the prevailing movie genre in Robert Bresson's directed films?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Robert Bresson"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Which types of movies has Ridley Scott directed?,"db.movies.distinct(""genres"", { ""directors"": ""Ridley Scott"" })" What is the runtime of the movie Der Kaiser von Kalifornien ?,"db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, { ""runtime"": 1})" what is the movie In the Land of the Head Hunters about in details?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""fullplot"": 1})" What is the Rotten Tomatoes meter rating for the movie Now or Never ?,"db.movies.find({""title"":""Now or Never""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What type of movie is Lenin in October ?,"db.movies.find({""title"":""Lenin in October""}, {""genres"":1})" What is the IMDb rating for the movie Man of Aran?,"db.movies.find({""title"": ""Man of Aran""}, {""imdb.rating"": 1})" What are the genres associated with the movie A Star Is Born ?,"db.movies.find({ ""title"": ""A Star Is Born"" }, { ""genres"": 1})" which company produced the film Gold Diggers of 1935?,"db.movies.find({""title"":""Gold Diggers of 1935""}, {""tomatoes.production"":1})" In what language was the movie Skippy released?,"db.movies.find({ ""title"": ""Skippy"" }, { ""languages"": 1})" What is the IMDb rating for The Story of a Cheat?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""imdb.rating"": 1})" What is the language of the movie David Copperfield?,"db.movies.find({""title"":""David Copperfield""}, {""languages"":1})" What is the rating of the movie The Hurricane ?,"db.movies.find({ ""title"": ""The Hurricane"" }, { ""rated"": 1})" Who are the actors in the movie Dishonored?,"db.movies.find({""title"":""Dishonored""}, {""cast"":1})" which person wrote the film Children in the Wind?,"db.movies.find({""title"": ""Children in the Wind""}, {""writers"": 1})" who is the writer of The Edge of the World?,"db.movies.find({""title"": ""The Edge of the World""}, {""writers"": 1})" the film The Song of Night starred which actors?,"db.movies.find({""title"": ""The Song of Night""}, {""cast"": 1})" who wrote the film The Guardsman?,"db.movies.find({""title"": ""The Guardsman""}, {""writers"": 1})" who's the director of Beau Geste?,"db.movies.find({""title"": ""Beau Geste""}, {""directors"": 1})" What is the audience rating of the movie Ruggles of Red Gap ?,"db.movies.find({ ""title"": ""Ruggles of Red Gap"" },{ ""tomatoes.viewer.rating"": 1 })" what was the release year of the film The Lower Depths?,"db.movies.find({""title"": ""The Lower Depths""}, {""year"": 1})" How long is the runtime of the movie Cops ?,"db.movies.find({""title"":""Cops""}, {""runtime"":1})" How many comments have been posted by users on the movie The Crusades's page on the Mflix platform?,"db.movies.find({ ""title"": ""The Crusades"" }, { ""num_mflix_comments"": 1 })" who are the actors in the movie Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""cast"": 1})" What is the IMDb rating for the movie Dekigokoro ?,"db.movies.find({""title"":""Dekigokoro""}, {""imdb.rating"":1})" what year was the movie Tol'able David released?,"db.movies.find({""title"": ""Tol'able David""}, {""year"": 1})" which company produced The Black Pirate?,"db.movies.find({""title"":""The Black Pirate""}, {""tomatoes.production"":1})" what was the release year of the movie Who Killed Cock Robin??,"db.movies.find({""title"": ""Who Killed Cock Robin?""}, {""year"": 1})" Chapayev is a movie written by this person?,"db.movies.find({""title"": ""Chapayev""}, {""writers"": 1})" who's the director of Napoleon?,"db.movies.find({""title"": ""Napoleon""}, {""directors"": 1})" who is the writer of the movie The Crowd?,"db.movies.find({""title"": ""The Crowd""}, {""writers"": 1})" who is listed as director for The Four Horsemen of the Apocalypse?,"db.movies.find({""title"": ""The Four Horsemen of the Apocalypse""}, {""directors"": 1})" the film Mutiny on the Bounty was directed by who?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""directors"": 1})" The Private Life of Don Juan was directed by who?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""directors"": 1})" "Has the movie The Prince and the Pauper won any awards? If so, which ones?","db.movies.find({""title"":""The Prince and the Pauper"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who is the author of Foolish Wives?,"db.movies.find({""title"": ""Foolish Wives""}, {""writers"": 1})" the movie Twentieth Century starred who?,"db.movies.find({""title"": ""Twentieth Century""}, {""cast"": 1})" What movie directed by Christopher Nolan has the best Rotten Tomatoes score?,"db.movies.find({""directors"": ""Christopher Nolan"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" When was the information about the movie The Son of Kong last updated?,"db.movies.find({ ""title"": ""The Son of Kong"" }, { ""lastupdated"": 1})" In what year was the movie Anthony Adverse released?,"db.movies.find({""title"":""Anthony Adverse""}, {""year"":1})" In what year was the movie Sherlock Jr. released?,"db.movies.find({""title"":""Sherlock Jr.""}, {""year"":1})" what genre of movie is Wonder Bar?,"db.movies.find({""title"": ""Wonder Bar""}, {""genres"": 1})" who are the actors in the movie Black Legion?,"db.movies.find({""title"": ""Black Legion""}, {""cast"": 1})" Can you provide a detailed summary of the movie Earth plot?,"db.movies.find({ ""title"": ""Earth"" }, { ""fullplot"": 1})" Who are the writers of the movie Morocco ?,"db.movies.find({""title"": ""Morocco""}, { ""writers"": 1})" What languages are spoken in the movie Wife! Be Like a Rose!?,"db.movies.find({""title"":""Wife! Be Like a Rose!""}, {""languages"":1})" In what year was the movie The Black Pirate released?,"db.movies.find({""title"":""The Black Pirate""}, {""year"":1})" What is the production company of the film Imitation of Life?,"db.movies.find({""title"":""Imitation of Life""}, {""tomatoes.production"":1})" who stars in the film Cimarron?,"db.movies.find({""title"": ""Cimarron""}, {""cast"": 1})" I'm curious about the films that were directed by Andrei Tarkovsky. Can you name them?,"db.movies.find({""directors"": ""Andrei Tarkovsky""},{""title"":1})" the film In Old Chicago starred which actors?,"db.movies.find({""title"": ""In Old Chicago""}, {""cast"": 1})" what year was A Damsel in Distress released?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""year"": 1})" "Has the film Wild Oranges won any awards? If so, which ones?","db.movies.find({""title"":""Wild Oranges"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" How long is the movie The Champ in minutes?,"db.movies.find({""title"":""The Champ""}, {""runtime"":1})" who wrote Twentieth Century?,"db.movies.find({""title"": ""Twentieth Century""}, {""writers"": 1})" who acted in the movie The Passion of Joan of Arc?,"db.movies.find({""title"": ""The Passion of Joan of Arc""}, {""cast"": 1})" When was the movie Napoleon released in theaters?,"db.movies.find({""title"": ""Napoleon""}, {""released"": 1})" What is the total number of films that Eric Rohmer has directed up to now?,"db.movies.countDocuments({""directors"":""Eric Rohmer""})" who is the writer of the movie The Broadway Melody?,"db.movies.find({""title"": ""The Broadway Melody""}, {""writers"": 1})" what type of movie is A Woman of Paris: A Drama of Fate?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, {""genres"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Chapayev?,"db.movies.find({""title"": ""Chapayev""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" who stars in The Circus?,"db.movies.find({""title"": ""The Circus""}, {""cast"": 1})" Who are the actors that appear in the movie Toni ?,"db.movies.find({ ""title"": ""Toni"" },{ ""cast"": 1 })" What is the language of the movie Go West?,"db.movies.find({""title"":""Go West""}, {""languages"":1})" What is the MPAA rating of The Wind?,"db.movies.find({""title"":""The Wind""}, {""rated"":1})" what type of film is Twentieth Century?,"db.movies.find({""title"": ""Twentieth Century""}, {""genres"": 1})" which person directed It?,"db.movies.find({""title"": ""It""}, {""directors"": 1})" What is the full plot summary of the movie Upstream ?,"db.movies.find({""title"": ""Upstream""}, {""plot"": 1})" what is the movie Follow the Fleet about?,"db.movies.find({""title"": ""Follow the Fleet""}, {""plot"": 1})" what is the genre for the film Secret Agent?,"db.movies.find({""title"": ""Secret Agent""}, {""genres"": 1})" How did the audience and critics receive the film Topaze?,"db.movies.find({""title"":""Topaze""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" can you describe the plot of Blacksmith Scene?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""plot"": 1})" the director of One Week was?,"db.movies.find({""title"": ""One Week""}, {""directors"": 1})" who wrote the movie Daughter of Shanghai?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""writers"": 1})" the movie Tol'able David starred who?,"db.movies.find({""title"": ""Tol'able David""}, {""cast"": 1})" What is the ID of the movie 7th Heaven on IMDB?,"db.movies.find({""title"": ""7th Heaven""}, {""imdb.id"": 1})" the film The Awful Truth starred which actors?,"db.movies.find({""title"": ""The Awful Truth""}, {""cast"": 1})" I'm curious about the films that were directed by Jean-Pierre Melville. Can you name them?,"db.movies.find({""directors"": ""Jean-Pierre Melville""},{""title"":1})" What is the running time of the movie David Golder?,"db.movies.find({""title"":""David Golder""}, {""runtime"":1})" What is the audience rating of the movie Going Hollywood ?,"db.movies.find({ ""title"": ""Going Hollywood"" },{ ""tomatoes.viewer.rating"": 1 })" who directed Miss Lulu Bett?,"db.movies.find({""title"": ""Miss Lulu Bett""}, {""directors"": 1})" What is the box office revenue of the movie A Story of Floating Weeds ?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, { ""tomatoes.boxOffice"": 1})" what was the genre of the film Battling Butler?,"db.movies.find({""title"": ""Battling Butler""}, {""genres"": 1})" Greed was directed by who?,"db.movies.find({""title"": ""Greed""}, {""directors"": 1})" What is the rating of the movie Broadway Bill according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Broadway Bill""}, {""tomatoes.viewer.rating"": 1})" who is the author of The Wedding Night?,"db.movies.find({""title"": ""The Wedding Night""}, {""writers"": 1})" What are the names of all the actors who starred in the movie 'Curly Top'?,"db.movies.find({""title"": ""Curly Top""}, {""cast"": 1})" what is Mèdchen in Uniform description?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""plot"": 1})" What is the running time of the film The Prisoner of Zenda?,"db.movies.find({""title"":""The Prisoner of Zenda""}, {""runtime"":1})" who wrote the film Little Women?,"db.movies.find({""title"": ""Little Women""}, {""writers"": 1})" What was the release date for the movie Battling Butler?,"db.movies.find({""title"":""Battling Butler""}, {""released"":1})" What is the IMDb rating for the movie Duck Soup ?,"db.movies.find({""title"":""Duck Soup""}, {""imdb.rating"":1})" The Strong Man is a movie written by this person?,"db.movies.find({""title"": ""The Strong Man""}, {""writers"": 1})" who produced Go West?,"db.movies.find({""title"":""Go West""}, {""tomatoes.production"":1})" what was the release date of Two Seconds?,"db.movies.find({""title"": ""Two Seconds""}, {""released"": 1})" who produced the movie Bad Girl?,"db.movies.find({""title"":""Bad Girl""}, {""tomatoes.production"":1})" How did the audience and critics receive Scrooge?,"db.movies.find({""title"":""Scrooge""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the rating of the movie The 39 Steps on IMDb?,"db.movies.find({""title"":""The 39 Steps""}, {""imdb.rating"":1})" can you describe the plot of The Divine Lady?,"db.movies.find({""title"": ""The Divine Lady""}, {""plot"": 1})" who are the actors in Beau Geste?,"db.movies.find({""title"": ""Beau Geste""}, {""cast"": 1})" What are the genres this movie Stage Door belongs to?,"db.movies.find({""title"":""Stage Door""}, {""genres"":1})" What is the running time of the movie The Cheat?,"db.movies.find({""title"":""The Cheat""}, {""runtime"":1})" What are the genres associated with the movie These Three ?,"db.movies.find({ ""title"": ""These Three"" }, { ""genres"": 1})" What is the IMDb rating for the movie Snow White and the Seven Dwarfs?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""imdb.rating"": 1})" What languages are spoken in the movie Marked Woman?,"db.movies.find({""title"":""Marked Woman""}, {""languages"":1})" who are the actors in the movie It?,"db.movies.find({""title"": ""It""}, {""cast"": 1})" which company produced The Fall of the House of Usher?,"db.movies.find({""title"":""The Fall of the House of Usher""}, {""tomatoes.production"":1})" What is the IMDb rating for the movie Romance ?,"db.movies.find({""title"":""Romance""}, {""imdb.rating"":1})" what was the genre of the film Gold Diggers of 1933?,"db.movies.find({""title"": ""Gold Diggers of 1933""}, {""genres"": 1})" Can you give me a brief summary of the movie è Nous la Libertè plot?,"db.movies.find({""title"":""è Nous la Libertè""}, {""plot"":1})" What is the audience rating of the movie From Hand to Mouth ?,"db.movies.find({ ""title"": ""From Hand to Mouth"" },{ ""tomatoes.viewer.rating"": 1 })" what genre of movie is Bad Girl?,"db.movies.find({""title"": ""Bad Girl""}, {""genres"": 1})" what is the movie King of Jazz about in details?,"db.movies.find({""title"": ""King of Jazz""}, {""fullplot"": 1})" What languages are spoken in the movie Triumph of the Will?,"db.movies.find({""title"":""Triumph of the Will""}, {""languages"":1})" Can you provide more information about the IMDb rating for the movie Berkeley Square ?,"db.movies.find({""title"":""Berkeley Square""}, {""imdb"":1})" who is the director for A Farewell to Arms?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""directors"": 1})" Can you provide a longer version of the movie The Poor Little Rich Girl plot?,"db.movies.find({""title"":""The Poor Little Rich Girl""}, {""fullplot"":1})" What is the total number of films that Jean Renoir has directed up to now?,"db.movies.countDocuments({""directors"":""Jean Renoir""})" "Has the film Foolish Wives won any awards? If so, which ones?","db.movies.find({""title"":""Foolish Wives"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what was the release year of Pèpè le Moko?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""year"": 1})" What type of movie is The Jazz Singer ?,"db.movies.find({""title"":""The Jazz Singer""}, {""genres"":1})" Who is the director of the movie Swedenhielms Family?,"db.movies.find({""title"": ""Swedenhielms Family""}, { ""directors"": 1})" What is the text description of the movie Who Killed Cock Robin? awards?,"db.movies.find({""title"":""Who Killed Cock Robin?""}, {""awards.text"":1})" What is the consensus among critics about the movie The Beloved Vagabond ?,"db.movies.find({""title"": ""The Beloved Vagabond""}, {""tomatoes.consensus"": 1})" what is La Grande Illusion imdb rating?,"db.movies.find({""title"": ""La Grande Illusion""}, {""imdb.rating"": 1})" who was the movie Everybody's Woman written by?,"db.movies.find({""title"": ""Everybody's Woman""}, {""writers"": 1})" what was the release date of the film Comradeship?,"db.movies.find({""title"": ""Comradeship""}, {""released"": 1})" What is the runtime of the movie The Black Pirate ?,"db.movies.find({""title"": ""The Black Pirate""}, { ""runtime"": 1})" what is the plot for They Won't Forget?,"db.movies.find({""title"": ""They Won't Forget""}, {""plot"": 1})" Who are the actors that appear in the movie Les Misèrables ?,"db.movies.find({ ""title"": ""Les Misèrables"" },{ ""cast"": 1 })" What is the language of David Golder?,"db.movies.find({""title"":""David Golder""}, {""languages"":1})" who are the actors in the movie The Crowd?,"db.movies.find({""title"": ""The Crowd""}, {""cast"": 1})" who is listed as director for The Unknown?,"db.movies.find({""title"": ""The Unknown""}, {""directors"": 1})" Who is the actor that has acted in the maximum number of movies directed by Roberto Rossellini?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Roberto Rossellini"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" which company produced the movie Lenin in October?,"db.movies.find({""title"":""Lenin in October""}, {""tomatoes.production"":1})" who was the writer of the film Battleship Potemkin?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""writers"": 1})" Who are the main actors/actresses in the movie Disraeli?,"db.movies.find({""title"":""Disraeli""}, {""cast"":1})" what genre of film is They Won't Forget?,"db.movies.find({""title"": ""They Won't Forget""}, {""genres"": 1})" Could you inform me of the movies that Roman Polanski directed?,"db.movies.find({""directors"": ""Roman Polanski""},{""title"":1})" who directed the film A Midsummer Night's Dream?,"db.movies.find({""title"": ""A Midsummer Night's Dream""}, {""directors"": 1})" what is the plot for the movie Cimarron?,"db.movies.find({""title"": ""Cimarron""}, {""plot"": 1})" what's the main genre of the movies directed by Steven Spielberg ?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Steven Spielberg"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" how many awards did Who Killed Cock Robin? win?,"db.movies.find({""title"":""Who Killed Cock Robin?""}, {""awards.wins"":1})" What is the production company behind the movie Mèdchen in Uniform ?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""tomatoes.production"": 1})" What is the box office revenue for the movie 'College'?,"db.movies.find({""title"": ""College""}, {""tomatoes.boxOffice"": 1})" Which actor has the highest count of appearances in Kenji Mizoguchi's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Kenji Mizoguchi"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Could you tell me which Vittorio De Sica-directed film has the longest running time?,"db.movies.find({""directors"":""Vittorio De Sica""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" What is the freshness score of the movie Dodsworth on Rotten Tomatoes?,"db.movies.find({""title"": ""Dodsworth""}, {""tomatoes.fresh"": 1})" How many audience reviews have been submitted for the movie The Black Pirate ?,"db.movies.find({ ""title"": ""The Black Pirate"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the movie Little Caesar rating?,"db.movies.find({""title"":""Little Caesar""}, {""rated"":1})" What is the average rating of movies with the genre 'Animation'?,"db.movies.aggregate([{""$match"": {""genres"": ""Animation""}}, {""$group"": { ""_id"": ""null"", ""avgRating"": {""$avg"": ""$imdb.rating"":}}}])" who are the actors in the movie Tarzan the Ape Man?,"db.movies.find({""title"": ""Tarzan the Ape Man""}, {""cast"": 1})" who is the writer of the movie Lloyd's of London?,"db.movies.find({""title"": ""Lloyd's of London""}, {""writers"": 1})" What are the names of the films that were directed by Sergei Eisenstein and released in the 1990s?,"db.movies.find({""directors"": 'Sergei Eisenstein', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What is the running time of the film Seven Chances?,"db.movies.find({""title"":""Seven Chances""}, {""runtime"":1})" who wrote the screenplay for the film Men Without Women?,"db.movies.aggregate([ { ""$match"": { ""title"":""Men Without Women""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the percentage of positive reviews among critics for the movie Bride of Frankenstein ?,"db.movies.find({ ""title"": ""Bride of Frankenstein"" },{ ""tomatoes.critic.meter"": 1 })" what is the full plot for The Last Command?,"db.movies.find({""title"": ""The Last Command""}, {""fullplot"": 1})" what kind of film is These Three?,"db.movies.find({""title"": ""These Three""}, {""genres"": 1})" what is the movie Little Caesar about?,"db.movies.find({""title"": ""Little Caesar""}, {""plot"": 1})" what was the release date of the film King of Jazz?,"db.movies.find({""title"": ""King of Jazz""}, {""released"": 1})" what is the movie The Sin of Madelon Claudet about?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""plot"": 1})" What is the text description of the movie Mutiny on the Bounty awards?,"db.movies.find({""title"":""Mutiny on the Bounty""}, {""awards.text"":1})" What is the quantity of movies that James Cameron has directed?,"db.movies.countDocuments({""directors"":""James Cameron""})" What is the MPAA rating of the movie Traffic in Souls?,"db.movies.find({""title"":""Traffic in Souls""}, {""rated"":1})" who was the film The 3 Penny Opera written by?,"db.movies.find({""title"": ""The 3 Penny Opera""}, {""writers"": 1})" What is the IMDb rating for the movie The Four Horsemen of the Apocalypse?,"db.movies.find({""title"": ""The Four Horsemen of the Apocalypse""}, {""imdb.rating"": 1})" What was the release date for the movie Mary of Scotland?,"db.movies.find({""title"":""Mary of Scotland""}, {""released"":1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie The Son of the Sheik ?,"db.movies.find({""title"":""The Son of the Sheik""}, {""tomatoes.viewer.meter"":1})" what sort of film is From Hand to Mouth?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""genres"": 1})" "the film Broadway Bill, was written by who?","db.movies.find({""title"": ""Broadway Bill""}, {""writers"": 1})" "In movies directed by Ethan Coen, which actor has the highest number of performances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Ethan Coen"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who starred in the film Little Caesar?,"db.movies.find({""title"": ""Little Caesar""}, {""cast"": 1})" what genre is The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""genres"": 1})" What are the names of the films that were directed by Alain Resnais and released in the 1990s?,"db.movies.find({""directors"": 'Alain Resnais', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" How many wins did the movie Payment Deferred receive?,"db.movies.find({""title"":""Payment Deferred""}, {""awards.wins"":1})" who wrote the film Mèdchen in Uniform?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""writers"": 1})" who was the movie Imitation of Life written by?,"db.movies.find({""title"": ""Imitation of Life""}, {""writers"": 1})" which company produced Triumph of the Will?,"db.movies.find({""title"":""Triumph of the Will""}, {""tomatoes.production"":1})" What is the audience rating of the movie Children in the Wind ?,"db.movies.find({ ""title"": ""Children in the Wind"" },{ ""tomatoes.viewer.rating"": 1 })" who produced the film City Lights?,"db.movies.find({""title"":""City Lights""}, {""tomatoes.production"":1})" Who are the starring actors/actresses in the movie The Strong Man?,"db.movies.find({""title"":""The Strong Man""}, {""cast"":1})" who is listed as director for Battling Butler?,"db.movies.find({""title"": ""Battling Butler""}, {""directors"": 1})" who produced the movie From Hand to Mouth?,"db.movies.find({""title"":""From Hand to Mouth""}, {""tomatoes.production"":1})" What is the MPAA rating of the film Mayerling?,"db.movies.find({""title"":""Mayerling""}, {""rated"":1})" what is the movie The Devil Is a Woman description ?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""plot"": 1})" What is the ID of the movie Freaks on IMDB?,"db.movies.find({""title"": ""Freaks""}, {""imdb.id"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Three Little Pigs?,"db.movies.find({""title"": ""Three Little Pigs""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" what was the release year of the movie Toni?,"db.movies.find({""title"": ""Toni""}, {""year"": 1})" how many awards did The Lives of a Bengal Lancer win?,"db.movies.find({""title"":""The Lives of a Bengal Lancer""}, {""awards.wins"":1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Cops ?,"db.movies.find({""title"":""Cops""}, {""tomatoes.viewer.meter"":1})" which person directed Go West?,"db.movies.find({""title"": ""Go West""}, {""directors"": 1})" What is the combined duration of all films that Orson Welles directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Orson Welles"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" which company produced the film The Blood of a Poet?,"db.movies.find({""title"":""The Blood of a Poet""}, {""tomatoes.production"":1})" What is the IMDb rating for the movie Two Seconds?,"db.movies.find({""title"": ""Two Seconds""}, {""imdb.rating"": 1})" How many wins did the movie Earth receive?,"db.movies.find({""title"":""Earth""}, {""awards.wins"":1})" who is the author of Movie Crazy?,"db.movies.find({""title"": ""Movie Crazy""}, {""writers"": 1})" How long is the movie Elephant Boy in minutes?,"db.movies.find({""title"":""Elephant Boy""}, {""runtime"":1})" what is the film Three Smart Girls description ?,"db.movies.find({""title"": ""Three Smart Girls""}, {""plot"": 1})" who acted in the movie The Kid Brother?,"db.movies.find({""title"": ""The Kid Brother""}, {""cast"": 1})" What is the full plot summary of the movie Swedenhielms Family ?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""plot"": 1})" "the film Lonesome, was written by who?","db.movies.find({""title"": ""Lonesome""}, {""writers"": 1})" who acted in the movie Gold Diggers of 1933?,"db.movies.find({""title"": ""Gold Diggers of 1933""}, {""cast"": 1})" What is the production company of the film The Spanish Earth?,"db.movies.find({""title"":""The Spanish Earth""}, {""tomatoes.production"":1})" Tsirk is written by this person?,"db.movies.find({""title"": ""Tsirk""}, {""writers"": 1})" What is the MPAA rating of the movie Salomè?,"db.movies.find({""title"":""Salomè""}, {""rated"":1})" what is This Is My Affair about in details?,"db.movies.find({""title"": ""This Is My Affair""}, {""fullplot"": 1})" What is the ID of the movie Go West on IMDB?,"db.movies.find({""title"": ""Go West""}, {""imdb.id"": 1})" who stars in Berkeley Square?,"db.movies.find({""title"": ""Berkeley Square""}, {""cast"": 1})" Which Andrei Tarkovsky film has the shortest duration?,"db.movies.find({""directors"":""Andrei Tarkovsky""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" What is the runtime and rating for the movie 'Marked Woman'?,"db.movies.find({""title"": ""Marked Woman""}, {""runtime"": 1, ""rated"": 1})" What is the running time of the movie Wings?,"db.movies.find({""title"":""Wings""}, {""runtime"":1})" What is the percentage of positive reviews among critics for the movie Tarzan the Ape Man ?,"db.movies.find({ ""title"": ""Tarzan the Ape Man"" },{ ""tomatoes.critic.meter"": 1 })" what sort of movie is The Pearls of the Crown?,"db.movies.find({""title"": ""The Pearls of the Crown""}, {""genres"": 1})" Who are the main actors in Tarzan the Ape Man ?,"db.movies.find({ ""title"": ""Tarzan the Ape Man"" }, { ""cast"": 1})" Who is the lead actress of the movie The Ghost Goes West ?,"db.movies.find({""title"": ""The Ghost Goes West""}, {""cast"":{""$slice"": 1},""title"":1})" who acted in the movie Broadway Melody of 1936?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""cast"": 1})" In what language was the movie Storm Over Asia released?,"db.movies.find({ ""title"": ""Storm Over Asia"" }, { ""languages"": 1})" Which actor has the greatest number of roles in Ingmar Bergman's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Ingmar Bergman"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the running time of Harvest?,"db.movies.find({""title"":""Harvest""}, {""runtime"":1})" what is Two Seconds description?,"db.movies.find({""title"": ""Two Seconds""}, {""plot"": 1})" What languages are spoken in the movie Little Women ?,"db.movies.find({""title"": ""Little Women""}, { ""languages"": 1})" Who are the main actors/actresses in the movie Show People?,"db.movies.find({""title"":""Show People""}, {""cast"":1})" Can you provide me with a list of Steven Spielberg-directed movies with the highest ratings?,"db.movies.find({""directors"": 'Steven Spielberg', ""imdb.rating"": {""$gt"": 8.5}})" What is Oliver Stone's highest-rated movie on Rotten Tomatoes?,"db.movies.find({""directors"": ""Oliver Stone"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" what is the genre for the movie Harvest?,"db.movies.find({""title"": ""Harvest""}, {""genres"": 1})" How many votes does the movie Folies Bergère de Paris have on IMDb?,"db.movies.find({""title"":""Folies Bergère de Paris""}, {""imdb.votes"":1})" What type of media is Westfront 1918?,"db.movies.find({ ""title"": ""Westfront 1918"" }, { ""type"": 1})" the movie Cavalcade starred who?,"db.movies.find({""title"": ""Cavalcade""}, {""cast"": 1})" what is Scarface description?,"db.movies.find({""title"": ""Scarface""}, {""plot"": 1})" How many award nominations did the movie receive The 3 Penny Opera ?,"db.movies.find({ ""title"": ""The 3 Penny Opera"" },{ ""awards.nominations"": 1 })" What is the box office revenue of the movie Storm Over Asia in dollars?,"db.movies.find({""title"": ""Storm Over Asia""}, {""tomatoes.boxOffice"": 1})" who is the director for The Fall of the House of Usher?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""directors"": 1})" What is the production company behind the movie 7th Heaven ?,"db.movies.find({""title"": ""7th Heaven""}, {""tomatoes.production"": 1})" what year was the movie The Hunchback of Notre Dame released?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, {""year"": 1})" How many wins did the movie The Four Horsemen of the Apocalypse receive?,"db.movies.find({""title"":""The Four Horsemen of the Apocalypse""}, {""awards.wins"":1})" "the movie The Divorcee, was written by who?","db.movies.find({""title"": ""The Divorcee""}, {""writers"": 1})" What is the MPAA rating of the film Lonesome?,"db.movies.find({""title"":""Lonesome""}, {""rated"":1})" What is the freshness score of the movie The Crowd on Rotten Tomatoes?,"db.movies.find({""title"": ""The Crowd""}, {""tomatoes.fresh"": 1})" who is the writer of The Jazz Singer?,"db.movies.find({""title"": ""The Jazz Singer""}, {""writers"": 1})" who is the author of Mayerling?,"db.movies.find({""title"": ""Mayerling""}, {""writers"": 1})" What is the running time of the film Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"":""Intolerance: Love's Struggle Throughout the Ages""}, {""runtime"":1})" how many awards did Broadway Melody of 1936 win?,"db.movies.find({""title"":""Broadway Melody of 1936""}, {""awards.wins"":1})" Was the movie The Prisoner of Zenda well received by audiences and critics?,"db.movies.find({""title"":""The Prisoner of Zenda""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Who is the lead actor of the movie Come and Get It ?,"db.movies.find({""title"": ""Come and Get It""}, {""cast"":{""$slice"": 1},""title"":1})" What are the names of all the actors who starred in the movie 'The Broadway Melody'?,"db.movies.find({""title"": ""The Broadway Melody""}, {""cast"": 1})" What was the release date for the movie The Docks of New York?,"db.movies.find({""title"":""The Docks of New York""}, {""released"":1})" What is the critical reception of the movie Top Hat?,"db.movies.find({""title"":""Top Hat""}, {""tomatoes.critic"":1})" who was Beau Geste directed by?,"db.movies.find({""title"": ""Beau Geste""}, {""directors"": 1})" how many awards did the film Ruggles of Red Gap win?,"db.movies.find({""title"":""Ruggles of Red Gap""}, {""awards.wins"":1})" who is the director for Death Takes a Holiday?,"db.movies.find({""title"": ""Death Takes a Holiday""}, {""directors"": 1})" What is the full plot summary of the movie Safety Last! ?,"db.movies.find({""title"": ""Safety Last!""}, {""plot"": 1})" When was the movie Top Hat released in theaters?,"db.movies.find({""title"": ""Top Hat""}, {""released"": 1})" What type of media is Lost Horizon?,"db.movies.find({ ""title"": ""Lost Horizon"" }, { ""type"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Tol'able David?,"db.movies.find({""title"": ""Tol'able David""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" who wrote The World Moves On?,"db.movies.find({""title"": ""The World Moves On""}, {""writers"": 1})" How many films did Akira Kurosawa direct in each year they were released?,"db.movies.aggregate([{ $match: { ""directors"": ""Akira Kurosawa"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" What is the Metacritic score of the movie Gold Diggers of 1935 ?,"db.movies.find({ ""title"": ""Gold Diggers of 1935"" }, { ""metacritic"": 1})" what are the genres directed by Joel Coen?,"db.movies.distinct(""genres"", { ""directors"": ""Joel Coen"" })" What is the Tomatometer score of the movie The Hunchback of Notre Dame ?,"db.movies.find({ ""title"": ""The Hunchback of Notre Dame"" },{ ""tomatoes.critic.meter"": 1 })" In what year was the movie He Who Gets Slapped released?,"db.movies.find({""title"":""He Who Gets Slapped""}, {""year"":1})" How long is the runtime of the movie Pèpè le Moko ?,"db.movies.find({""title"":""Pèpè le Moko""}, {""runtime"":1})" how many awards did the movie The Man Who Could Work Miracles win?,"db.movies.find({""title"":""The Man Who Could Work Miracles""}, {""awards.wins"":1})" what sort of film is Miss Lulu Bett?,"db.movies.find({""title"": ""Miss Lulu Bett""}, {""genres"": 1})" what type of film is One Hundred Men and a Girl?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""genres"": 1})" what was the genre of Secret Agent?,"db.movies.find({""title"": ""Secret Agent""}, {""genres"": 1})" what is the movie Flesh and the Devil description ?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""plot"": 1})" Can you provide me with a list of movies directed by Tim Burton that were released in the 1990s?,"db.movies.find({""directors"": 'Tim Burton', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What are the countries associated with the movie Snow White and the Seven Dwarfs ?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""countries"": 1})" What is the IMDb rating for Where Are My Children??,"db.movies.find({""title"": ""Where Are My Children?""}, {""imdb.rating"": 1})" what was the release date of the movie The Hunchback of Notre Dame?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, {""released"": 1})" How many viewer reviews did the movie Three Smart Girls receive on Rotten Tomatoes?,"db.movies.find({""title"":""Three Smart Girls""}, {""tomatoes.viewer.numReviews"":1})" What is the Metacritic score of the movie Baby Face ?,"db.movies.find({ ""title"": ""Baby Face"" }, { ""metacritic"": 1})" which company produced Show People?,"db.movies.find({""title"":""Show People""}, {""tomatoes.production"":1})" The Garden of Allah is a movie written by this person?,"db.movies.find({""title"": ""The Garden of Allah""}, {""writers"": 1})" what genre of film is Napoleon?,"db.movies.find({""title"": ""Napoleon""}, {""genres"": 1})" What movie directed by Roman Polanski has the longest duration?,"db.movies.find({""directors"":""Roman Polanski""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" What is the MPAA rating of The Lower Depths?,"db.movies.find({""title"":""The Lower Depths""}, {""rated"":1})" who directed the film The New Gulliver?,"db.movies.find({""title"": ""The New Gulliver""}, {""directors"": 1})" who wrote the movie The Power and the Glory?,"db.movies.find({""title"": ""The Power and the Glory""}, {""writers"": 1})" who is the author of Anthony Adverse?,"db.movies.find({""title"": ""Anthony Adverse""}, {""writers"": 1})" what is the movie Show Boat imdb rating?,"db.movies.find({""title"": ""Show Boat""}, {""imdb.rating"": 1})" what genre of film is It Happened One Night?,"db.movies.find({""title"": ""It Happened One Night""}, {""genres"": 1})" What are the genres this movie A Corner in Wheat belongs to?,"db.movies.find({""title"":""A Corner in Wheat""}, {""genres"":1})" the film Traffic in Souls was directed by who?,"db.movies.find({""title"": ""Traffic in Souls""}, {""directors"": 1})" What is the rating of the movie Black Legion on IMDb?,"db.movies.find({""title"":""Black Legion""}, {""imdb.rating"":1})" Who is the lead actress of the movie The Great Ziegfeld ?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""cast"":{""$slice"": 1},""title"":1})" what is the plot for Now or Never?,"db.movies.find({""title"": ""Now or Never""}, {""plot"": 1})" who stars in Safety Last!?,"db.movies.find({""title"": ""Safety Last!""}, {""cast"": 1})" "How long, in total, are all the movies that Michelangelo Antonioni has directed?","db.movies.aggregate([{ ""$match"": { ""directors"": ""Michelangelo Antonioni"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" what was the release year of the film Top Hat?,"db.movies.find({""title"": ""Top Hat""}, {""year"": 1})" the film The Docks of New York starred who?,"db.movies.find({""title"": ""The Docks of New York""}, {""cast"": 1})" what was the genre of the film Popeye the Sailor Meets Sindbad the Sailor?,"db.movies.find({""title"": ""Popeye the Sailor Meets Sindbad the Sailor""}, {""genres"": 1})" How did the audience and critics receive the movie King Solomon's Mines?,"db.movies.find({""title"":""King Solomon's Mines""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Who are the writers of the movie The Black Cat ?,"db.movies.find({""title"": ""The Black Cat""}, { ""writers"": 1})" What is the freshness score of the movie Night Must Fall on Rotten Tomatoes?,"db.movies.find({""title"": ""Night Must Fall""}, {""tomatoes.fresh"": 1})" What is the text representation of the awards won and nominations received by the movie The Champ?,"db.movies.find({""title"": ""The Champ""}, { ""awards.text"": 1})" Who are the main actors/actresses in the movie The Land Beyond the Sunset?,"db.movies.find({""title"":""The Land Beyond the Sunset""}, {""cast"":1})" the film The Broadway Melody was directed by who?,"db.movies.find({""title"": ""The Broadway Melody""}, {""directors"": 1})" what is The Last Command imdb rating?,"db.movies.find({""title"": ""The Last Command""}, {""imdb.rating"": 1})" what year was the movie White Shadows released?,"db.movies.find({""title"": ""White Shadows""}, {""year"": 1})" who is the director for King Solomon's Mines?,"db.movies.find({""title"": ""King Solomon's Mines""}, {""directors"": 1})" What is the MPAA rating of the movie Wild Oranges?,"db.movies.find({""title"":""Wild Oranges""}, {""rated"":1})" who is the writer of Trouble in Paradise?,"db.movies.find({""title"": ""Trouble in Paradise""}, {""writers"": 1})" who was the movie The Kid written by?,"db.movies.find({""title"": ""The Kid""}, {""writers"": 1})" Who holds the record for the most appearances in movies directed by Michelangelo Antonioni?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Michelangelo Antonioni"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Who is the actor that appears the most in movies directed by Francis Ford Coppola?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Francis Ford Coppola"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who starred in the film Now or Never?,"db.movies.find({""title"": ""Now or Never""}, {""cast"": 1})" What is the movie Cleopatra about? Can you provide a brief summary?,"db.movies.find({""title"":""Cleopatra""}, {""plot"":1})" what is the plot for the film The Hunchback of Notre Dame?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, {""plot"": 1})" What is the text representation of the awards won and nominations received by the movie The Birth of a Nation?,"db.movies.find({""title"": ""The Birth of a Nation""}, { ""awards.text"": 1})" What is the runtime of the movie From Hand to Mouth ?,"db.movies.find({""title"": ""From Hand to Mouth""}, { ""runtime"": 1})" Which of Stanley Kubrick's directed films has the briefest duration?,"db.movies.find({""directors"":""Stanley Kubrick""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" When was the Tomatometer score and other Tomato-related information last updated for the movie A Star Is Born?,"db.movies.find({""title"": ""A Star Is Born""}, { ""tomatoes.lastUpdated"": 1})" Under the Roofs of Paris is written by this person?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""writers"": 1})" What is Claude Chabrol's highest-rated movie on Rotten Tomatoes?,"db.movies.find({""directors"": ""Claude Chabrol"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" which person wrote the film The Blue Light?,"db.movies.find({""title"": ""The Blue Light""}, {""writers"": 1})" What is the meter score of the movie She according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""She""}, {""tomatoes.viewer.meter"": 1})" How many audience reviews have been submitted for the movie The Strong Man ?,"db.movies.find({ ""title"": ""The Strong Man"" },{ ""tomatoes.viewer.numReviews"": 1 })" the film The Strong Man starred which actors?,"db.movies.find({""title"": ""The Strong Man""}, {""cast"": 1})" who is listed as director for Ben-Hur: A Tale of the Christ?,"db.movies.find({""title"": ""Ben-Hur: A Tale of the Christ""}, {""directors"": 1})" which company produced the movie Hallelujah?,"db.movies.find({""title"":""Hallelujah""}, {""tomatoes.production"":1})" who are the actors in The Prisoner of Zenda?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""cast"": 1})" how many awards did the movie Red Dust win?,"db.movies.find({""title"":""Red Dust""}, {""awards.wins"":1})" How did the audience and critics receive the film Queen Kelly?,"db.movies.find({""title"":""Queen Kelly""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who is the writer of the film Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""writers"": 1})" Was the movie David Copperfield well received by audiences and critics?,"db.movies.find({""title"":""David Copperfield""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" which person wrote the movie Ben-Hur: A Tale of the Christ?,"db.movies.find({""title"": ""Ben-Hur: A Tale of the Christ""}, {""writers"": 1})" who are the actors in the movie Sisters of the Gion?,"db.movies.find({""title"": ""Sisters of the Gion""}, {""cast"": 1})" What is the critical reception of the movie Men Without Women?,"db.movies.find({""title"":""Men Without Women""}, {""tomatoes.critic"":1})" what sort of film is The Hurricane?,"db.movies.find({""title"": ""The Hurricane""}, {""genres"": 1})" What is the running time of the movie Top Hat?,"db.movies.find({""title"":""Top Hat""}, {""runtime"":1})" what is Bride of Frankenstein imdb rating?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""imdb.rating"": 1})" What is the box office revenue for the movie 'Lloyd's of London'?,"db.movies.find({""title"": ""Lloyd's of London""}, {""tomatoes.boxOffice"": 1})" Can you provide a longer version of the movie Broadway Melody of 1936 plot?,"db.movies.find({""title"":""Broadway Melody of 1936""}, {""fullplot"":1})" what is the plot for Show Boat?,"db.movies.find({""title"": ""Show Boat""}, {""plot"": 1})" who produced the film The Kid Brother?,"db.movies.find({""title"":""The Kid Brother""}, {""tomatoes.production"":1})" what is the genre for the film These Three?,"db.movies.find({""title"": ""These Three""}, {""genres"": 1})" what is the film In Old Arizona about in details?,"db.movies.find({""title"": ""In Old Arizona""}, {""fullplot"": 1})" what is the full plot for the film Romance?,"db.movies.find({""title"": ""Romance""}, {""fullplot"": 1})" who stars in Sons of the Desert?,"db.movies.find({""title"": ""Sons of the Desert""}, {""cast"": 1})" When was the movie Three Ages released in theaters?,"db.movies.find({""title"": ""Three Ages""}, {""released"": 1})" the movie Wild and Woolly was directed by who?,"db.movies.find({""title"": ""Wild and Woolly""}, {""directors"": 1})" who's the director of Traffic in Souls?,"db.movies.find({""title"": ""Traffic in Souls""}, {""directors"": 1})" Who are the main actors/actresses in the movie Lost Horizon?,"db.movies.find({""title"":""Lost Horizon""}, {""cast"":1})" What is the MPAA rating of Mèdchen in Uniform?,"db.movies.find({""title"":""Mèdchen in Uniform""}, {""rated"":1})" How did the audience and critics receive the film Rembrandt?,"db.movies.find({""title"":""Rembrandt""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the critical reception of the movie Lost Horizon?,"db.movies.find({""title"":""Lost Horizon""}, {""tomatoes.critic"":1})" what kind of movie is A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""genres"": 1})" Can you give me a brief summary of the movie The Divine Lady plot?,"db.movies.find({""title"":""The Divine Lady""}, {""plot"":1})" How many audience reviews have been submitted for the movie One Hundred Men and a Girl?,"db.movies.find({ ""title"": ""One Hundred Men and a Girl"" }, { ""tomatoes.viewer.numReviews"": 1 })" What is the production company of A Damsel in Distress?,"db.movies.find({""title"":""A Damsel in Distress""}, {""tomatoes.production"":1})" who wrote the screenplay for the film The Wedding Night?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Wedding Night""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the rating of the movie Camille according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Camille""}, {""tomatoes.viewer.rating"": 1})" When was the movie Les Misèrables released in theaters?,"db.movies.find({""title"": ""Les Misèrables""}, {""released"": 1})" who was the writer of the movie White Shadows?,"db.movies.find({""title"": ""White Shadows""}, {""writers"": 1})" can you describe the plot of Secret Agent?,"db.movies.find({""title"": ""Secret Agent""}, {""plot"": 1})" What is the MongoDB document ID of the movie The Invisible Man?,"db.movies.find({""title"": ""The Invisible Man""}, {""_id"": 1})" what is the genre for the movie The Docks of New York?,"db.movies.find({""title"": ""The Docks of New York""}, {""genres"": 1})" "the film The Chechahcos, was written by who?","db.movies.find({""title"": ""The Chechahcos""}, {""writers"": 1})" "How many reviews have been submitted for the movie Steamboat Bill, Jr. on Rotten Tomatoes?","db.movies.find({ ""title"": ""Steamboat Bill, Jr."" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the critical reception of the movie The Perils of Pauline?,"db.movies.find({""title"":""The Perils of Pauline""}, {""tomatoes.critic"":1})" What is the running time of the film Berkeley Square?,"db.movies.find({""title"":""Berkeley Square""}, {""runtime"":1})" "Has the film The Count of Monte Cristo won any awards? If so, which ones?","db.movies.find({""title"":""The Count of Monte Cristo"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who wrote the screenplay for the film Skippy?,"db.movies.aggregate([ { ""$match"": { ""title"":""Skippy""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Who are the writers of the movie Les vampires ?,"db.movies.find({""title"": ""Les vampires""}, { ""writers"": 1})" the movie High and Dizzy starred which actors?,"db.movies.find({""title"": ""High and Dizzy""}, {""cast"": 1})" "Has Gertie the Dinosaur won any awards? If so, which ones?","db.movies.find({""title"":""Gertie the Dinosaur"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who stars in the film The Lower Depths?,"db.movies.find({""title"": ""The Lower Depths""}, {""cast"": 1})" Who are the main actors/actresses in the movie Come and Get It?,"db.movies.find({""title"":""Come and Get It""}, {""cast"":1})" which person wrote the film The Crowd Roars?,"db.movies.find({""title"": ""The Crowd Roars""}, {""writers"": 1})" "The Great Ziegfeld, is written by who?","db.movies.find({""title"": ""The Great Ziegfeld""}, {""writers"": 1})" What is the MPAA rating of the movie The Cheat?,"db.movies.find({""title"":""The Cheat""}, {""rated"":1})" Who are the starring actors/actresses in the movie Hallelujah?,"db.movies.find({""title"":""Hallelujah""}, {""cast"":1})" Can you provide a detailed summary of the movie Asphalt plot?,"db.movies.find({ ""title"": ""Asphalt"" }, { ""fullplot"": 1})" Who are the starring actors/actresses in the movie The Guardsman?,"db.movies.find({""title"":""The Guardsman""}, {""cast"":1})" What are the names of all the actors who starred in the movie 'Napoleon'?,"db.movies.find({""title"": ""Napoleon""}, {""cast"": 1})" who are the actors in the film Napoleon?,"db.movies.find({""title"": ""Napoleon""}, {""cast"": 1})" who is the writer of the film Little Caesar?,"db.movies.find({""title"": ""Little Caesar""}, {""writers"": 1})" What is the IMDb ID for the movie Greed?,"db.movies.find({""title"":""Greed""}, {""imdb.id"":1})" "Has the film A Free Soul won any awards? If so, which ones?","db.movies.find({""title"":""A Free Soul"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" "Three Little Pigs, was written by who?","db.movies.find({""title"": ""Three Little Pigs""}, {""writers"": 1})" Could you tell me the total runtime of all Vittorio De Sica movies he has directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Vittorio De Sica"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" Has the movie The Big House won any awards?,"db.movies.find({""title"":""The Big House""}, {""awards.wins"":1})" who is the director for The Blue Light?,"db.movies.find({""title"": ""The Blue Light""}, {""directors"": 1})" how many awards did the film It win?,"db.movies.find({""title"":""It""}, {""awards.wins"":1})" who stars in the movie The Awful Truth?,"db.movies.find({""title"": ""The Awful Truth""}, {""cast"": 1})" what genre of film is Shanghai Express?,"db.movies.find({""title"": ""Shanghai Express""}, {""genres"": 1})" the director of The Red Head was?,"db.movies.find({""title"": ""The Red Head""}, {""directors"": 1})" who are the actors in the film Death Takes a Holiday?,"db.movies.find({""title"": ""Death Takes a Holiday""}, {""cast"": 1})" What is the IMDb ID for the movie Captains Courageous?,"db.movies.find({""title"":""Captains Courageous""}, {""imdb.id"":1})" What languages are spoken in the movie Three Little Pigs?,"db.movies.find({""title"":""Three Little Pigs""}, {""languages"":1})" How many awards did the movie win The Four Horsemen of the Apocalypse ?,"db.movies.find({ ""title"": ""The Four Horsemen of the Apocalypse"" },{ ""awards.wins"": 1 })" What is the consensus among critics about the movie Sons of the Desert?,"db.movies.find({""title"": ""Sons of the Desert""}, { ""tomatoes.consensus"": 1})" what is Broadway Melody of 1936 about in details?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""fullplot"": 1})" Can you provide a longer version of the movie Baby Face plot?,"db.movies.find({""title"":""Baby Face""}, {""fullplot"":1})" What is the critical reception of the movie Red Dust?,"db.movies.find({""title"":""Red Dust""}, {""tomatoes.critic"":1})" what is the full plot for the movie Lenin in October?,"db.movies.find({""title"": ""Lenin in October""}, {""fullplot"": 1})" How does the movie Asphalt rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Asphalt"" },{ ""tomatoes.critic.meter"": 1 })" Can you provide a longer version of the movie Viva Villa! plot?,"db.movies.find({""title"":""Viva Villa!""}, {""fullplot"":1})" what was the genre of The Awful Truth?,"db.movies.find({""title"": ""The Awful Truth""}, {""genres"": 1})" who is the writer of the film Alice Adams?,"db.movies.find({""title"": ""Alice Adams""}, {""writers"": 1})" which actor appeared in most of the movies directed by Martin Scorsese?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Martin Scorsese"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what is the movie The Kid description ?,"db.movies.find({""title"": ""The Kid""}, {""plot"": 1})" Who are the actors in the movie The Perils of Pauline?,"db.movies.find({""title"":""The Perils of Pauline""}, {""cast"":1})" What is the language of Pèpè le Moko?,"db.movies.find({""title"":""Pèpè le Moko""}, {""languages"":1})" What is the imdbID and year of release for the movie with a title of 'The Charge of the Light Brigade'?,"db.movies.find({""title"": ""The Charge of the Light Brigade""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" What are the genres associated with the movie Sisters of the Gion ?,"db.movies.find({ ""title"": ""Sisters of the Gion"" }, { ""genres"": 1})" What is the text representation of the awards won and nominations received by the movie Going Hollywood?,"db.movies.find({""title"": ""Going Hollywood""}, { ""awards.text"": 1})" What is the MPAA rating of the film Queen Christina?,"db.movies.find({""title"":""Queen Christina""}, {""rated"":1})" Which genre does David Fincher's directed movies predominantly belong to?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""David Fincher"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what kind of movie is Swing Time?,"db.movies.find({""title"": ""Swing Time""}, {""genres"": 1})" who stars in the movie Dante's Inferno?,"db.movies.find({""title"": ""Dante's Inferno""}, {""cast"": 1})" Can you provide a longer version of the movie Mary of Scotland plot?,"db.movies.find({""title"":""Mary of Scotland""}, {""fullplot"":1})" who produced the film Beau Geste?,"db.movies.find({""title"":""Beau Geste""}, {""tomatoes.production"":1})" How many reviews did the movie The Invisible Ray receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Invisible Ray""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" What is the box office revenue of the movie David Copperfield ?,"db.movies.find({""title"": ""David Copperfield""}, { ""tomatoes.boxOffice"": 1})" What is the MPAA rating of the movie Little Miss Marker?,"db.movies.find({""title"":""Little Miss Marker""}, {""rated"":1})" How many comments have been posted by users on the movie The Devil Is a Woman's page on the Mflix platform?,"db.movies.find({ ""title"": ""The Devil Is a Woman"" }, { ""num_mflix_comments"": 1 })" What is the IMDb ID for the movie The Saphead?,"db.movies.find({""title"":""The Saphead""}, {""imdb.id"":1})" What is the website associated with the movie It's a Gift on Rotten Tomatoes?,"db.movies.find({""title"": ""It's a Gift""}, {""tomatoes.website"": 1})" Who is the director of the movie In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, { ""directors"": 1})" What is the box office revenue of the movie The Blue Bird in dollars?,"db.movies.find({""title"": ""The Blue Bird""}, {""tomatoes.boxOffice"": 1})" What type of media is The Mummy?,"db.movies.find({ ""title"": ""The Mummy"" }, { ""type"": 1})" What is the production company of the film Daughter of Shanghai?,"db.movies.find({""title"":""Daughter of Shanghai""}, {""tomatoes.production"":1})" what is the full plot for the movie Show Boat?,"db.movies.find({""title"": ""Show Boat""}, {""fullplot"": 1})" What is the most common genre of movies that James Cameron directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""James Cameron"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" When was the movie Dishonored released in theaters?,"db.movies.find({""title"": ""Dishonored""}, {""released"": 1})" What is the runtime and rating for the movie 'Sisters of the Gion'?,"db.movies.find({""title"": ""Sisters of the Gion""}, {""runtime"": 1, ""rated"": 1})" which company produced Miss Lulu Bett?,"db.movies.find({""title"":""Miss Lulu Bett""}, {""tomatoes.production"":1})" What are the names of all the actors who starred in the movie 'This Is My Affair'?,"db.movies.find({""title"": ""This Is My Affair""}, {""cast"": 1})" who is the writer of the film The Song of Night?,"db.movies.find({""title"": ""The Song of Night""}, {""writers"": 1})" How many reviews have been submitted by critics for the movie Secret Agent ?,"db.movies.find({""title"": ""Secret Agent""}, {""tomatoes.critic.numReviews"": 1})" What is the MPAA rating of the movie Anthony Adverse?,"db.movies.find({""title"":""Anthony Adverse""}, {""rated"":1})" who directed the movie The Divorcee?,"db.movies.find({""title"": ""The Divorcee""}, {""directors"": 1})" what is the full plot for the movie Payment Deferred?,"db.movies.find({""title"": ""Payment Deferred""}, {""fullplot"": 1})" The Last Command is written by this person?,"db.movies.find({""title"": ""The Last Command""}, {""writers"": 1})" who was the writer of the film 42nd Street?,"db.movies.find({""title"": ""42nd Street""}, {""writers"": 1})" What is the count of feature films that have been directed by David Lynch?,"db.movies.countDocuments({""directors"":""David Lynch""})" who starred in the movie Make Way for Tomorrow?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""cast"": 1})" Was the movie Bad Girl well received by audiences?,"db.movies.find({""title"":""Bad Girl""}, {""tomatoes.viewer"":1})" The Poor Little Rich Girl is written by this person?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""writers"": 1})" who are the actors in Hell's Hinges?,"db.movies.find({""title"": ""Hell's Hinges""}, {""cast"": 1})" how many awards did the movie Dekigokoro win?,"db.movies.find({""title"":""Dekigokoro""}, {""awards.wins"":1})" What is the movie Death Takes a Holiday about? Can you provide a brief summary?,"db.movies.find({""title"":""Death Takes a Holiday""}, {""plot"":1})" What is the production company of Smilin' Through?,"db.movies.find({""title"":""Smilin' Through""}, {""tomatoes.production"":1})" who directed Skippy?,"db.movies.find({""title"": ""Skippy""}, {""directors"": 1})" what is the genre for the film Clash of the Wolves?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""genres"": 1})" What is the most common genre of movies that Louis Malle directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Louis Malle"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what year was 7th Heaven released?,"db.movies.find({""title"": ""7th Heaven""}, {""year"": 1})" what is the full plot for Berkeley Square?,"db.movies.find({""title"": ""Berkeley Square""}, {""fullplot"": 1})" Who are the actors in the movie Twentieth Century?,"db.movies.find({""title"":""Twentieth Century""}, {""cast"":1})" Can you tell me how many movies Alfred Hitchcock directed for each year they were released?,"db.movies.aggregate([{ $match: { ""directors"": ""Alfred Hitchcock"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" Who are the actors that appear in the movie The Power and the Glory ?,"db.movies.find({ ""title"": ""The Power and the Glory"" },{ ""cast"": 1 })" who stars in The Great Ziegfeld?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""cast"": 1})" what was the release date of My Man Godfrey?,"db.movies.find({""title"": ""My Man Godfrey""}, {""released"": 1})" what genre is the movie Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""genres"": 1})" how has The Private Life of Don Juan been recieved by critics and audience?,"db.movies.find({""title"":""The Private Life of Don Juan""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the name of the director and cast for the movie 'Napoleon'?,"db.movies.find({""title"": ""Napoleon""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" who was Under the Roofs of Paris written by?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""writers"": 1})" In which countries was the movie The 3 Penny Opera produced?,"db.movies.find({""title"":""The 3 Penny Opera""}, {""countries"":1})" What is the IMDb rating for the movie The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""imdb.rating"": 1})" "What is the freshness score of the movie I Was Born, But... on Rotten Tomatoes?","db.movies.find({""title"": ""I Was Born, But...""}, {""tomatoes.fresh"": 1})" What is the production company behind the movie From Hand to Mouth ?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""tomatoes.production"": 1})" How many audience reviews have been submitted for the movie Scrooge?,"db.movies.find({ ""title"": ""Scrooge"" }, { ""tomatoes.viewer.numReviews"": 1 })" what is the genre for the film Roberta?,"db.movies.find({""title"": ""Roberta""}, {""genres"": 1})" what is the plot for the movie Tsirk?,"db.movies.find({""title"": ""Tsirk""}, {""plot"": 1})" In what language was the movie Footlight Parade released?,"db.movies.find({ ""title"": ""Footlight Parade"" }, { ""languages"": 1})" What is the language of One Week?,"db.movies.find({""title"":""One Week""}, {""languages"":1})" "What is the language of the film Steamboat Bill, Jr.?","db.movies.find({""title"":""Steamboat Bill, Jr.""}, {""languages"":1})" How many reviews have been submitted by critics for the movie M ?,"db.movies.find({""title"": ""M""}, {""tomatoes.critic.numReviews"": 1})" what is the full plot for the film L'opèra de quat'sous?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, {""fullplot"": 1})" Has the movie The Strong Man won any awards?,"db.movies.find({""title"":""The Strong Man""}, {""awards.wins"":1})" What is the sum of the runtimes of all the films directed by Joel Coen?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Joel Coen"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" how many awards did the film Final Accord win?,"db.movies.find({""title"":""Final Accord""}, {""awards.wins"":1})" which person wrote the movie The Count of Monte Cristo?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""writers"": 1})" Has the movie Flesh and the Devil won any awards?,"db.movies.find({""title"":""Flesh and the Devil""}, {""awards.wins"":1})" who acted in the film Wild Oranges?,"db.movies.find({""title"": ""Wild Oranges""}, {""cast"": 1})" What is the MPAA rating of the film She?,"db.movies.find({""title"":""She""}, {""rated"":1})" What is the critical reception of the movie Roberta?,"db.movies.find({""title"":""Roberta""}, {""tomatoes.critic"":1})" When was the movie The Awful Truth released in theaters?,"db.movies.find({""title"": ""The Awful Truth""}, {""released"": 1})" What languages are spoken in the movie Viva Villa!?,"db.movies.find({""title"":""Viva Villa!""}, {""languages"":1})" How many awards did the movie win The Freshman ?,"db.movies.find({ ""title"": ""The Freshman"" },{ ""awards.wins"": 1 })" who wrote the movie Beau Geste?,"db.movies.find({""title"": ""Beau Geste""}, {""writers"": 1})" what is the plot for the film Dodsworth?,"db.movies.find({""title"": ""Dodsworth""}, {""plot"": 1})" what is the full plot for the movie Black Legion?,"db.movies.find({""title"": ""Black Legion""}, {""fullplot"": 1})" who is listed as director for Berkeley Square?,"db.movies.find({""title"": ""Berkeley Square""}, {""directors"": 1})" Was the movie A Midsummer Night's Dream well received by audiences and critics?,"db.movies.find({""title"":""A Midsummer Night's Dream""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the runtime and rating for the movie 'The Private Life of Henry VIII.'?,"db.movies.find({""title"": ""The Private Life of Henry VIII.""}, {""runtime"": 1, ""rated"": 1})" which company produced Duck Soup?,"db.movies.find({""title"":""Duck Soup""}, {""tomatoes.production"":1})" which person directed Black Legion?,"db.movies.find({""title"": ""Black Legion""}, {""directors"": 1})" "the movie Secret Agent, was written by who?","db.movies.find({""title"": ""Secret Agent""}, {""writers"": 1})" What is the critical reception of the movie Wild Boys of the Road?,"db.movies.find({""title"":""Wild Boys of the Road""}, {""tomatoes.critic"":1})" What languages are spoken in the movie Chapayev?,"db.movies.find({""title"":""Chapayev""}, {""languages"":1})" What is the box office revenue for the movie 'Battleship Potemkin'?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""tomatoes.boxOffice"": 1})" what was the release date of Sunrise?,"db.movies.find({""title"": ""Sunrise""}, {""released"": 1})" "which person wrote the film I Was Born, But...?","db.movies.find({""title"": ""I Was Born, But...""}, {""writers"": 1})" the director of Gold Diggers of 1933 was?,"db.movies.find({""title"": ""Gold Diggers of 1933""}, {""directors"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The New Gulliver""}, { ""tomatoes.production"": 1})" the film The Band Concert was directed by who?,"db.movies.find({""title"": ""The Band Concert""}, {""directors"": 1})" who is the director for The Garden of Allah?,"db.movies.find({""title"": ""The Garden of Allah""}, {""directors"": 1})" How does the movie The Barretts of Wimpole Street rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Barretts of Wimpole Street"" },{ ""tomatoes.critic.meter"": 1 })" the movie Man of Aran was directed by who?,"db.movies.find({""title"": ""Man of Aran""}, {""directors"": 1})" what is the plot for Dante's Inferno?,"db.movies.find({""title"": ""Dante's Inferno""}, {""plot"": 1})" What is the cumulative duration of all the films that Abbas Kiarostami directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Abbas Kiarostami"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the IMDb rating for This Is My Affair?,"db.movies.find({""title"": ""This Is My Affair""}, {""imdb.rating"": 1})" Who holds the record for the most appearances in movies directed by Spike Lee?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Spike Lee"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the IMDb rating for the movie Disraeli?,"db.movies.find({""title"": ""Disraeli""}, {""imdb.rating"": 1})" "the film Westfront 1918, was written by who?","db.movies.find({""title"": ""Westfront 1918""}, {""writers"": 1})" "the film Toni, was written by who?","db.movies.find({""title"": ""Toni""}, {""writers"": 1})" What is the meter score of the movie The Son of Kong according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Son of Kong""}, {""tomatoes.viewer.meter"": 1})" what was the genre of The Birth of a Nation?,"db.movies.find({""title"": ""The Birth of a Nation""}, {""genres"": 1})" Can you tell me which films were helmed by David Fincher?,"db.movies.find({""directors"": ""David Fincher""},{""title"":1})" what genre is the movie Anthony Adverse?,"db.movies.find({""title"": ""Anthony Adverse""}, {""genres"": 1})" who produced Hallelujah?,"db.movies.find({""title"":""Hallelujah""}, {""tomatoes.production"":1})" who wrote the film Broken Lullaby?,"db.movies.find({""title"": ""Broken Lullaby""}, {""writers"": 1})" what was the release year of the movie City Streets?,"db.movies.find({""title"": ""City Streets""}, {""year"": 1})" What is the IMDb rating for the movie The Music Box?,"db.movies.find({""title"": ""The Music Box""}, {""imdb.rating"": 1})" How many nominations did the movie Dishonored receive?,"db.movies.find({""title"":""Dishonored""}, {""awards.nominations"":1})" which person wrote the film In Old Arizona?,"db.movies.find({""title"": ""In Old Arizona""}, {""writers"": 1})" who starred in Sons of the Desert?,"db.movies.find({""title"": ""Sons of the Desert""}, {""cast"": 1})" who was the film Comradeship written by?,"db.movies.find({""title"": ""Comradeship""}, {""writers"": 1})" what genre of movie is Beau Geste?,"db.movies.find({""title"": ""Beau Geste""}, {""genres"": 1})" who was the movie Captains Courageous written by?,"db.movies.find({""title"": ""Captains Courageous""}, {""writers"": 1})" "Has the movie Zero for Conduct won any awards? If so, which ones?","db.movies.find({""title"":""Zero for Conduct"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the IMDb rating for the film Les vampires?,"db.movies.find({""title"": ""Les vampires""}, {""imdb.rating"": 1})" How did the audience and critics receive the movie Go West?,"db.movies.find({""title"":""Go West""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" In what year was the movie Les Misèrables released ?,"db.movies.find({ ""title"": ""Les Misèrables"" }, { ""year"": 1})" "Has Within Our Gates won any awards? If so, which ones?","db.movies.find({""title"":""Within Our Gates"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the IMDb rating for the movie In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, {""imdb.rating"": 1})" what year was Show Boat released?,"db.movies.find({""title"": ""Show Boat""}, {""year"": 1})" What is the text description of the movie Blacksmith Scene awards?,"db.movies.find({""title"":""Blacksmith Scene""}, {""awards.text"":1})" How long is the runtime of the movie Cleopatra ?,"db.movies.find({""title"":""Cleopatra""}, {""runtime"":1})" "the movie The Charge of the Light Brigade, was written by who?","db.movies.find({""title"": ""The Charge of the Light Brigade""}, {""writers"": 1})" what kind of film is Swing Time?,"db.movies.find({""title"": ""Swing Time""}, {""genres"": 1})" who was the writer of The Kid Brother?,"db.movies.find({""title"": ""The Kid Brother""}, {""writers"": 1})" What is the ID of the movie Cavalcade on IMDB?,"db.movies.find({""title"": ""Cavalcade""}, {""imdb.id"": 1})" What is the production company behind the movie Trouble in Paradise ?,"db.movies.find({""title"": ""Trouble in Paradise""}, {""tomatoes.production"": 1})" Moscow Laughs is written by this person?,"db.movies.find({""title"": ""Moscow Laughs""}, {""writers"": 1})" which person wrote the movie Lost Horizon?,"db.movies.find({""title"": ""Lost Horizon""}, {""writers"": 1})" who wrote the film Man with a Movie Camera?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""writers"": 1})" who was the writer of The Green Pastures?,"db.movies.find({""title"": ""The Green Pastures""}, {""writers"": 1})" What is the running time of Wings?,"db.movies.find({""title"":""Wings""}, {""runtime"":1})" How many audience reviews have been submitted for the movie Anna Karenina ?,"db.movies.find({ ""title"": ""Anna Karenina"" },{ ""tomatoes.viewer.numReviews"": 1 })" what is the film The New Gulliver about in details?,"db.movies.find({""title"": ""The New Gulliver""}, {""fullplot"": 1})" How many films did Alain Resnais direct in each year they were released?,"db.movies.aggregate([{ $match: { ""directors"": ""Alain Resnais"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" What are the highest-rated movies directed by David Lynch?,"db.movies.find({""directors"": 'David Lynch', ""imdb.rating"": {""$gt"": 8.5}})" Which movie genre does Roman Polanski mainly specialize in as a director?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Roman Polanski"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" When was the movie Lonesome released in theaters?,"db.movies.find({""title"": ""Lonesome""}, {""released"": 1})" What is the Rotten Tomatoes rating for Ingmar Bergman's highest-rated movie?,"db.movies.find({""directors"": ""Ingmar Bergman"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" which company produced the film The Hurricane?,"db.movies.find({""title"":""The Hurricane""}, {""tomatoes.production"":1})" which person wrote the film Show People?,"db.movies.find({""title"": ""Show People""}, {""writers"": 1})" who starred in the movie Night Must Fall?,"db.movies.find({""title"": ""Night Must Fall""}, {""cast"": 1})" what is the genre for the film Modern Times?,"db.movies.find({""title"": ""Modern Times""}, {""genres"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Three Ages""}, { ""tomatoes.production"": 1})" what genre of movie is David Copperfield?,"db.movies.find({""title"": ""David Copperfield""}, {""genres"": 1})" who acted in the movie The Wind?,"db.movies.find({""title"": ""The Wind""}, {""cast"": 1})" what is the genre for the film Mr. Deeds Goes to Town?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""genres"": 1})" Who are the starring actors/actresses in the movie The Trail of the Lonesome Pine?,"db.movies.find({""title"":""The Trail of the Lonesome Pine""}, {""cast"":1})" what was the release year of the movie Applause?,"db.movies.find({""title"": ""Applause""}, {""year"": 1})" What is the MPAA rating of the movie The Blue Light?,"db.movies.find({""title"":""The Blue Light""}, {""rated"":1})" How many comments have been posted by users on the movie The Blue Bird's page on the Mflix platform?,"db.movies.find({ ""title"": ""The Blue Bird"" }, { ""num_mflix_comments"": 1 })" In what year was the movie The Immigrant released ?,"db.movies.find({ ""title"": ""The Immigrant"" }, { ""year"": 1})" what sort of film is Going Hollywood?,"db.movies.find({""title"": ""Going Hollywood""}, {""genres"": 1})" What is the Rotten Tomatoes meter rating for the movie Anna Karenina ?,"db.movies.find({""title"":""Anna Karenina""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" the movie Battling Butler starred who?,"db.movies.find({""title"": ""Battling Butler""}, {""cast"": 1})" What is the consensus among critics about the movie China Seas ?,"db.movies.find({""title"": ""China Seas""}, {""tomatoes.consensus"": 1})" how many awards did the film Viva Villa! win?,"db.movies.find({""title"":""Viva Villa!""}, {""awards.wins"":1})" who produced the film 7th Heaven?,"db.movies.find({""title"":""7th Heaven""}, {""tomatoes.production"":1})" What is the production company of The Beloved Vagabond?,"db.movies.find({""title"":""The Beloved Vagabond""}, {""tomatoes.production"":1})" How many viewer reviews did the movie Seven Chances receive on Rotten Tomatoes?,"db.movies.find({""title"":""Seven Chances""}, {""tomatoes.viewer.numReviews"":1})" How many reviews did the movie The Saphead receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Saphead""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" What is the number of movies Ethan Coen released per year?,"db.movies.aggregate([{ $match: { ""directors"": ""Ethan Coen"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" What is the website associated with the movie The Emperor Jones on Rotten Tomatoes?,"db.movies.find({""title"": ""The Emperor Jones""}, {""tomatoes.website"": 1})" Could you tell me the main category of movies that Yasujiro Ozu directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Yasujiro Ozu"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What are the genres this movie Clash of the Wolves belongs to?,"db.movies.find({""title"":""Clash of the Wolves""}, {""genres"":1})" Was the movie The Good Earth well received by audiences?,"db.movies.find({""title"":""The Good Earth""}, {""tomatoes.viewer"":1})" which company produced the movie Who Killed Cock Robin??,"db.movies.find({""title"":""Who Killed Cock Robin?""}, {""tomatoes.production"":1})" what was the genre of Alice Adams?,"db.movies.find({""title"": ""Alice Adams""}, {""genres"": 1})" which company produced the film The Invisible Man?,"db.movies.find({""title"":""The Invisible Man""}, {""tomatoes.production"":1})" "Go West, is written by who?","db.movies.find({""title"": ""Go West""}, {""writers"": 1})" Which of David Lynch's movies has the highest Rotten Tomatoes rating?,"db.movies.find({""directors"": ""David Lynch"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the freshness score of the movie Top Hat on Rotten Tomatoes?,"db.movies.find({""title"": ""Top Hat""}, {""tomatoes.fresh"": 1})" What is the ID of the movie Snow White and the Seven Dwarfs on IMDB?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""imdb.id"": 1})" Can you provide a detailed summary of the movie Mr. Deeds Goes to Town plot?,"db.movies.find({ ""title"": ""Mr. Deeds Goes to Town"" }, { ""fullplot"": 1})" what type of movie is Three Smart Girls?,"db.movies.find({""title"": ""Three Smart Girls""}, {""genres"": 1})" How did the audience and critics receive The Great Train Robbery?,"db.movies.find({""title"":""The Great Train Robbery""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who are the actors in the movie The Son of Kong?,"db.movies.find({""title"": ""The Son of Kong""}, {""cast"": 1})" what is the full plot for the movie Twentieth Century?,"db.movies.find({""title"": ""Twentieth Century""}, {""fullplot"": 1})" who is the writer of the movie The Robber Symphony?,"db.movies.find({""title"": ""The Robber Symphony""}, {""writers"": 1})" What is the added duration of all movies directed by Woody Allen?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Woody Allen"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" what was the release year of the film The Strong Man?,"db.movies.find({""title"": ""The Strong Man""}, {""year"": 1})" What is the MPAA rating of The Chechahcos?,"db.movies.find({""title"":""The Chechahcos""}, {""rated"":1})" who was the writer of the movie Battleship Potemkin?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""writers"": 1})" What is the full plot summary of the movie Shanghai Express ?,"db.movies.find({""title"": ""Shanghai Express""}, {""plot"": 1})" What type of media is Zoo in Budapest?,"db.movies.find({ ""title"": ""Zoo in Budapest"" }, { ""type"": 1})" What is the number of films that Luchino Visconti has directed?,"db.movies.countDocuments({""directors"":""Luchino Visconti""})" What type of movie is Zero for Conduct ?,"db.movies.find({""title"":""Zero for Conduct""}, {""genres"":1})" "In movies directed by Eric Rohmer, which actor has the highest number of performances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Eric Rohmer"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" How long is the runtime of the movie Anna Karenina ?,"db.movies.find({""title"":""Anna Karenina""}, {""runtime"":1})" who produced the film Hallelujah?,"db.movies.find({""title"":""Hallelujah""}, {""tomatoes.production"":1})" what is the film Carnival in Flanders about?,"db.movies.find({""title"": ""Carnival in Flanders""}, {""plot"": 1})" What is the IMDB rating of the movie It ?,"db.movies.find({""title"": ""It""}, { ""imdb.rating"": 1})" who is the director for The Public Enemy?,"db.movies.find({""title"": ""The Public Enemy""}, {""directors"": 1})" "In Claude Chabrol's directed movies, which actor has made the most appearances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Claude Chabrol"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" How many audience reviews have been submitted for the movie Captains Courageous ?,"db.movies.find({ ""title"": ""Captains Courageous"" },{ ""tomatoes.viewer.numReviews"": 1 })" who directed White Shadows?,"db.movies.find({""title"": ""White Shadows""}, {""directors"": 1})" who are the actors in the film Traffic in Souls?,"db.movies.find({""title"": ""Traffic in Souls""}, {""cast"": 1})" How did the audience and critics receive Sanders of the River?,"db.movies.find({""title"":""Sanders of the River""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Can you give me a brief summary of the movie Flesh and the Devil plot?,"db.movies.find({""title"":""Flesh and the Devil""}, {""plot"":1})" What is the critical reception of the movie The Private Life of Don Juan?,"db.movies.find({""title"":""The Private Life of Don Juan""}, {""tomatoes.critic"":1})" the film Battleship Potemkin starred which actors?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""cast"": 1})" What is the added duration of all movies directed by Oliver Stone?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Oliver Stone"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What type of movie is Ruggles of Red Gap ?,"db.movies.find({""title"":""Ruggles of Red Gap""}, {""genres"":1})" who is the director that directed Forbidden?,"db.movies.find({""title"": ""Forbidden""}, {""directors"": 1})" What is the IMDb rating for the movie Alice Adams ?,"db.movies.find({""title"":""Alice Adams""}, {""imdb.rating"":1})" How many reviews have been submitted by critics for the movie Love Me Tonight ?,"db.movies.find({""title"": ""Love Me Tonight""}, {""tomatoes.critic.numReviews"": 1})" What type of media is King of Jazz?,"db.movies.find({ ""title"": ""King of Jazz"" }, { ""type"": 1})" what was the genre of the movie Tsirk?,"db.movies.find({""title"": ""Tsirk""}, {""genres"": 1})" who starred in Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""cast"": 1})" what sort of film is Maria Chapdelaine?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""genres"": 1})" What is the production company behind the movie Pèpè le Moko ?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""tomatoes.production"": 1})" who acted in the film Greed?,"db.movies.find({""title"": ""Greed""}, {""cast"": 1})" Who are the actors in the movie Dodsworth?,"db.movies.find({""title"":""Dodsworth""}, {""cast"":1})" How many reviews have been submitted by critics for the movie Napoleon?,"db.movies.find({ ""title"": ""Napoleon"" }, { ""tomatoes.critic.numReviews"": 1 })" How many audience reviews have been submitted for the movie Zoo in Budapest ?,"db.movies.find({ ""title"": ""Zoo in Budapest"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the imdbID and year of release for the movie with a title of 'A Midsummer Night's Dream'?,"db.movies.find({""title"": ""A Midsummer Night's Dream""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" what is the movie A Woman of Paris: A Drama of Fate description ?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, {""plot"": 1})" City Streets is a movie written by this person?,"db.movies.find({""title"": ""City Streets""}, {""writers"": 1})" What is the audience rating of the movie Two Seconds ?,"db.movies.find({ ""title"": ""Two Seconds"" },{ ""tomatoes.viewer.rating"": 1 })" what year was Cleopatra released?,"db.movies.find({""title"": ""Cleopatra""}, {""year"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" What is the running time of Miss Lulu Bett?,"db.movies.find({""title"":""Miss Lulu Bett""}, {""runtime"":1})" the film The Robber Symphony was directed by who?,"db.movies.find({""title"": ""The Robber Symphony""}, {""directors"": 1})" What is the ID of the movie Disraeli on IMDB?,"db.movies.find({""title"": ""Disraeli""}, {""imdb.id"": 1})" When was the information about the movie In Old Arizona last updated?,"db.movies.find({ ""title"": ""In Old Arizona"" }, { ""lastupdated"": 1})" how many awards did the movie Mèdchen in Uniform win?,"db.movies.find({""title"":""Mèdchen in Uniform""}, {""awards.wins"":1})" the movie The Four Horsemen of the Apocalypse was directed by who?,"db.movies.find({""title"": ""The Four Horsemen of the Apocalypse""}, {""directors"": 1})" what is the full plot for Beau Geste?,"db.movies.find({""title"": ""Beau Geste""}, {""fullplot"": 1})" What is the text description of the movie Sons of the Desert awards?,"db.movies.find({""title"":""Sons of the Desert""}, {""awards.text"":1})" What is the IMDb rating for the movie Napoleon?,"db.movies.find({""title"": ""Napoleon""}, {""imdb.rating"": 1})" who was the writer of The Band Concert?,"db.movies.find({""title"": ""The Band Concert""}, {""writers"": 1})" what was the release date of The Story of Louis Pasteur?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""released"": 1})" what was the release date of The Dark Angel?,"db.movies.find({""title"": ""The Dark Angel""}, {""released"": 1})" who directed The Ace of Hearts?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""directors"": 1})" what sort of movie is The Scarlet Empress?,"db.movies.find({""title"": ""The Scarlet Empress""}, {""genres"": 1})" Can you provide more information about the languages spoken in the movie The Broadway Melody ?,"db.movies.find({""title"":""The Broadway Melody""}, {""languages"":1})" "For Heaven's Sake, was written by who?","db.movies.find({""title"": ""For Heaven's Sake""}, {""writers"": 1})" Can you provide a longer version of the movie A Story of Floating Weeds plot?,"db.movies.find({""title"":""A Story of Floating Weeds""}, {""fullplot"":1})" What is the imdbID and genre of the movie 'Where Are My Children?'?,"db.movies.find({""title"": ""Where Are My Children?""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" what sort of movie is Mèdchen in Uniform?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""genres"": 1})" How did the audience and critics receive the film Scarface?,"db.movies.find({""title"":""Scarface""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what genre is the movie Broadway Melody of 1936?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""genres"": 1})" Could you share with me the titles of the films that Luchino Visconti directed?,"db.movies.find({""directors"": ""Luchino Visconti""},{""title"":1})" How many comments have been posted by users on the movie Dr. Jekyll and Mr. Hyde's page on the Mflix platform?,"db.movies.find({ ""title"": ""Dr. Jekyll and Mr. Hyde"" }, { ""num_mflix_comments"": 1 })" Who are the main actors in Lenin in October ?,"db.movies.find({ ""title"": ""Lenin in October"" }, { ""cast"": 1})" who was Popeye the Sailor Meets Sindbad the Sailor written by?,"db.movies.find({""title"": ""Popeye the Sailor Meets Sindbad the Sailor""}, {""writers"": 1})" When was the movie Sunrise released in theaters?,"db.movies.find({""title"": ""Sunrise""}, {""released"": 1})" "In movies directed by Luchino Visconti, which actor has the highest number of performances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Luchino Visconti"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What was the release date for the movie Berkeley Square?,"db.movies.find({""title"":""Berkeley Square""}, {""released"":1})" "What languages are spoken in the movie Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics ?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, { ""languages"": 1})" What is the running time of the movie The Passion of Joan of Arc?,"db.movies.find({""title"":""The Passion of Joan of Arc""}, {""runtime"":1})" what is the full plot for the film Modern Times?,"db.movies.find({""title"": ""Modern Times""}, {""fullplot"": 1})" who was the writer of the film L'opèra de quat'sous?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, {""writers"": 1})" What is the IMDb rating for the film King Solomon's Mines?,"db.movies.find({""title"": ""King Solomon's Mines""}, {""imdb.rating"": 1})" What is the plot summary of the movie The Last Command ?,"db.movies.find({ ""title"": ""The Last Command"" }, { ""plot"": 1})" who is the director for Sisters of the Gion?,"db.movies.find({""title"": ""Sisters of the Gion""}, {""directors"": 1})" What is the running time of Applause?,"db.movies.find({""title"":""Applause""}, {""runtime"":1})" who was the writer of the movie Zero for Conduct?,"db.movies.find({""title"": ""Zero for Conduct""}, {""writers"": 1})" When was the information about the movie The Informer last updated?,"db.movies.find({ ""title"": ""The Informer"" }, { ""lastupdated"": 1})" what year was Les Misèrables released?,"db.movies.find({""title"": ""Les Misèrables""}, {""year"": 1})" Could you share with me the titles of the films that Ethan Coen directed?,"db.movies.find({""directors"": ""Ethan Coen""},{""title"":1})" What is the Metacritic score of the movie Zoo in Budapest ?,"db.movies.find({ ""title"": ""Zoo in Budapest"" }, { ""metacritic"": 1})" Who are the actors that appear in the movie Within Our Gates ?,"db.movies.find({ ""title"": ""Within Our Gates"" },{ ""cast"": 1 })" who wrote the screenplay for Folies Bergère de Paris?,"db.movies.aggregate([ { ""$match"": { ""title"":""Folies Bergère de Paris""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" How did the audience and critics receive the movie Flying Down to Rio?,"db.movies.find({""title"":""Flying Down to Rio""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who wrote the screenplay for the movie Greed?,"db.movies.aggregate([ { ""$match"": { ""title"":""Greed""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" the film The 3 Penny Opera starred which actors?,"db.movies.find({""title"": ""The 3 Penny Opera""}, {""cast"": 1})" Has the movie Mr. Deeds Goes to Town won any awards?,"db.movies.find({""title"":""Mr. Deeds Goes to Town""}, {""awards.wins"":1})" What is the rating of the movie The Phantom of the Opera on IMDb?,"db.movies.find({""title"":""The Phantom of the Opera""}, {""imdb.rating"":1})" What is the full plot summary of the movie Tsirk ?,"db.movies.find({""title"": ""Tsirk""}, {""plot"": 1})" What are some of the types of movies that Wes Anderson has directed?,"db.movies.distinct(""genres"", { ""directors"": ""Wes Anderson"" })" What type of movie is Clash of the Wolves ?,"db.movies.find({""title"":""Clash of the Wolves""}, {""genres"":1})" "Has Morocco won any awards? If so, which ones?","db.movies.find({""title"":""Morocco"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the language of The Big Trail?,"db.movies.find({""title"":""The Big Trail""}, {""languages"":1})" the film The Great Train Robbery starred which actors?,"db.movies.find({""title"": ""The Great Train Robbery""}, {""cast"": 1})" What is the language of the movie The New Gulliver?,"db.movies.find({""title"":""The New Gulliver""}, {""languages"":1})" which person wrote The Unknown?,"db.movies.find({""title"": ""The Unknown""}, {""writers"": 1})" What is the Tomatometer score of the movie He Who Gets Slapped ?,"db.movies.find({ ""title"": ""He Who Gets Slapped"" },{ ""tomatoes.critic.meter"": 1 })" "Has the film The Big House won any awards? If so, which ones?","db.movies.find({""title"":""The Big House"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the count of feature films that have been directed by Jean-Luc Godard?,"db.movies.countDocuments({""directors"":""Jean-Luc Godard""})" what is the film Snow White and the Seven Dwarfs about in details?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""fullplot"": 1})" How many comments have been posted by users on the movie Wings's page on the Mflix platform?,"db.movies.find({ ""title"": ""Wings"" }, { ""num_mflix_comments"": 1 })" When was the information last updated for the movie A Woman of Paris: A Drama of Fate ?,"db.movies.find({ ""title"": ""A Woman of Paris: A Drama of Fate"" },{ ""lastupdated"": 1 })" who are the actors in the film Anna Karenina?,"db.movies.find({""title"": ""Anna Karenina""}, {""cast"": 1})" What is the imdbID and genre of the movie 'Grand Hotel'?,"db.movies.find({""title"": ""Grand Hotel""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" what was the release date of the movie Disraeli?,"db.movies.find({""title"": ""Disraeli""}, {""released"": 1})" What is the production company of The Power and the Glory?,"db.movies.find({""title"":""The Power and the Glory""}, {""tomatoes.production"":1})" What is the consensus among critics about the movie The Divorcee ?,"db.movies.find({""title"": ""The Divorcee""}, {""tomatoes.consensus"": 1})" What is the title of the movie with the longest duration that Claude Chabrol directed?,"db.movies.find({""directors"":""Claude Chabrol""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" who wrote Napoleon?,"db.movies.find({""title"": ""Napoleon""}, {""writers"": 1})" who was the writer of the movie The Public Enemy?,"db.movies.find({""title"": ""The Public Enemy""}, {""writers"": 1})" Who are the actors that appear in the movie Le grand jeu ?,"db.movies.find({ ""title"": ""Le grand jeu"" },{ ""cast"": 1 })" Mary of Scotland is a film written by this person?,"db.movies.find({""title"": ""Mary of Scotland""}, {""writers"": 1})" "the film City Streets, was written by who?","db.movies.find({""title"": ""City Streets""}, {""writers"": 1})" what is the movie The Son of Kong about?,"db.movies.find({""title"": ""The Son of Kong""}, {""plot"": 1})" What is the chief film category that Jean-Luc Godard's directed movies are classified under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Jean-Luc Godard"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what sort of film is Earth?,"db.movies.find({""title"": ""Earth""}, {""genres"": 1})" "the movie In the Land of the Head Hunters, was written by who?","db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""writers"": 1})" who was the writer of the movie The Big House?,"db.movies.find({""title"": ""The Big House""}, {""writers"": 1})" who is the writer of the movie Nanook of the North?,"db.movies.find({""title"": ""Nanook of the North""}, {""writers"": 1})" what sort of movie is Tarzan and His Mate?,"db.movies.find({""title"": ""Tarzan and His Mate""}, {""genres"": 1})" What is the language of the film Tarzan the Ape Man?,"db.movies.find({""title"":""Tarzan the Ape Man""}, {""languages"":1})" who acted in the movie The Story of a Cheat?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""cast"": 1})" What is the website associated with the movie Shall We Dance on Rotten Tomatoes?,"db.movies.find({""title"": ""Shall We Dance""}, {""tomatoes.website"": 1})" what is the genre for the movie A Corner in Wheat?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""genres"": 1})" Can you provide a longer version of the movie Flash Gordon plot?,"db.movies.find({""title"":""Flash Gordon""}, {""fullplot"":1})" Can you provide more information about the languages spoken in the movie La Grande Illusion ?,"db.movies.find({""title"":""La Grande Illusion""}, {""languages"":1})" What is the IMDb rating for the movie Under the Roofs of Paris ?,"db.movies.find({""title"":""Under the Roofs of Paris""}, {""imdb.rating"":1})" What is the name of the director and cast for the movie 'Make Way for Tomorrow'?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" who wrote the screenplay for Everybody's Woman?,"db.movies.aggregate([ { ""$match"": { ""title"":""Everybody's Woman""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" what is the full plot for the film Sanders of the River?,"db.movies.find({""title"": ""Sanders of the River""}, {""fullplot"": 1})" who was the writer of The Phantom of the Opera?,"db.movies.find({""title"": ""The Phantom of the Opera""}, {""writers"": 1})" what is the genre of Frankenstein?,"db.movies.find({""title"": ""Frankenstein""}, {""genres"": 1})" what was the release date of the film M?,"db.movies.find({""title"": ""M""}, {""released"": 1})" What type of movie is Bride of Frankenstein ?,"db.movies.find({""title"":""Bride of Frankenstein""}, {""genres"":1})" When was the Tomatometer score and other Tomato-related information last updated for the movie The Cameraman?,"db.movies.find({""title"": ""The Cameraman""}, { ""tomatoes.lastUpdated"": 1})" Can you provide a detailed summary of the movie Freaks plot?,"db.movies.find({ ""title"": ""Freaks"" }, { ""fullplot"": 1})" what is the plot for the movie Le grand jeu?,"db.movies.find({""title"": ""Le grand jeu""}, {""plot"": 1})" which person wrote the movie The Immigrant?,"db.movies.find({""title"": ""The Immigrant""}, {""writers"": 1})" What is the Rotten Tomatoes meter rating for the movie Footlight Parade ?,"db.movies.find({""title"":""Footlight Parade""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" How many viewer reviews did the movie The Prince and the Pauper receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Prince and the Pauper""}, {""tomatoes.viewer.numReviews"":1})" When was the information last updated for the movie The Thin Man ?,"db.movies.find({ ""title"": ""The Thin Man"" },{ ""lastupdated"": 1 })" what was the release date of the film Frankenstein?,"db.movies.find({""title"": ""Frankenstein""}, {""released"": 1})" What is the IMDb rating for the movie Stage Door?,"db.movies.find({""title"": ""Stage Door""}, {""imdb.rating"": 1})" What is the rating of the movie Disraeli on IMDb?,"db.movies.find({""title"":""Disraeli""}, {""imdb.rating"":1})" What is the movie La Grande Illusion rating?,"db.movies.find({""title"":""La Grande Illusion""}, {""rated"":1})" who directed Grand Hotel?,"db.movies.find({""title"": ""Grand Hotel""}, {""directors"": 1})" who are the actors in The Blue Bird?,"db.movies.find({""title"": ""The Blue Bird""}, {""cast"": 1})" what was the genre of the film A Corner in Wheat?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""genres"": 1})" How many reviews have been submitted by critics for the movie The Blood of a Poet ?,"db.movies.find({""title"": ""The Blood of a Poet""}, {""tomatoes.critic.numReviews"": 1})" the film Two Seconds starred which actors?,"db.movies.find({""title"": ""Two Seconds""}, {""cast"": 1})" What is the average rating of all Sci-Fi movies in the database?,"db.movies.aggregate([{""$match"": {""genres"": ""Sci-Fi""}}, {""$group"": { ""_id"": ""null"", ""avgRating"": {""$avg"": ""$imdb.rating"":}}}])" which person wrote the movie San Francisco?,"db.movies.find({""title"": ""San Francisco""}, {""writers"": 1})" Which types of movies has Coen Brothers directed?,"db.movies.distinct(""genres"", { ""directors"": ""Coen Brothers"" })" who wrote the screenplay for the movie Berkeley Square?,"db.movies.aggregate([ { ""$match"": { ""title"":""Berkeley Square""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who was the writer of the movie The Trail of the Lonesome Pine?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""writers"": 1})" who wrote the screenplay for Clash of the Wolves?,"db.movies.aggregate([ { ""$match"": { ""title"":""Clash of the Wolves""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who are the actors in the movie Under the Roofs of Paris?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""cast"": 1})" what genre is Chapayev?,"db.movies.find({""title"": ""Chapayev""}, {""genres"": 1})" What is the rating of the movie Go West ?,"db.movies.find({ ""title"": ""Go West"" }, { ""rated"": 1})" who is the director for Ben-Hur: A Tale of the Christ?,"db.movies.find({""title"": ""Ben-Hur: A Tale of the Christ""}, {""directors"": 1})" In which countries was the movie The Informer produced?,"db.movies.find({""title"":""The Informer""}, {""countries"":1})" Chapayev is written by this person?,"db.movies.find({""title"": ""Chapayev""}, {""writers"": 1})" In what year was the movie Wings released ?,"db.movies.find({ ""title"": ""Wings"" }, { ""year"": 1})" what was the release date of the movie Payment Deferred?,"db.movies.find({""title"": ""Payment Deferred""}, {""released"": 1})" what is the genre for the movie Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"": ""Broken Blossoms or The Yellow Man and the Girl""}, {""genres"": 1})" What is the imdbID and year of release for the movie with a title of 'The Prisoner of Zenda'?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" who was Tsirk directed by?,"db.movies.find({""title"": ""Tsirk""}, {""directors"": 1})" what is the film The Wedding Night about in details?,"db.movies.find({""title"": ""The Wedding Night""}, {""fullplot"": 1})" What is the box office revenue of the movie High and Dizzy ?,"db.movies.find({""title"": ""High and Dizzy""}, { ""tomatoes.boxOffice"": 1})" How many nominations did the movie The Blue Bird receive?,"db.movies.find({""title"":""The Blue Bird""}, {""awards.nominations"":1})" Who are the starring actors/actresses in the movie Shall We Dance?,"db.movies.find({""title"":""Shall We Dance""}, {""cast"":1})" what was the genre of The Champ?,"db.movies.find({""title"": ""The Champ""}, {""genres"": 1})" What is the freshness score of the movie Love Me Tonight on Rotten Tomatoes?,"db.movies.find({""title"": ""Love Me Tonight""}, {""tomatoes.fresh"": 1})" what sort of movie is Romance?,"db.movies.find({""title"": ""Romance""}, {""genres"": 1})" "the movie Steamboat Bill, Jr., was written by who?","db.movies.find({""title"": ""Steamboat Bill, Jr.""}, {""writers"": 1})" Final Accord is written by this person?,"db.movies.find({""title"": ""Final Accord""}, {""writers"": 1})" What is the production company behind the movie The Story of a Cheat ?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""tomatoes.production"": 1})" which company produced the movie She Done Him Wrong?,"db.movies.find({""title"":""She Done Him Wrong""}, {""tomatoes.production"":1})" who wrote the screenplay for The Gilded Lily?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Gilded Lily""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" In what year was the movie The Kid Brother released ?,"db.movies.find({ ""title"": ""The Kid Brother"" }, { ""year"": 1})" What is the runtime and rating for the movie 'The Iron Horse'?,"db.movies.find({""title"": ""The Iron Horse""}, {""runtime"": 1, ""rated"": 1})" What is the Rotten Tomatoes meter rating for the movie Imitation of Life ?,"db.movies.find({""title"":""Imitation of Life""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" How many comments have been posted by users on the movie The Edge of the World's page on the Mflix platform?,"db.movies.find({ ""title"": ""The Edge of the World"" }, { ""num_mflix_comments"": 1 })" who wrote the movie Lost Horizon?,"db.movies.find({""title"": ""Lost Horizon""}, {""writers"": 1})" which person wrote Anthony Adverse?,"db.movies.find({""title"": ""Anthony Adverse""}, {""writers"": 1})" What is the meter score of the movie Trouble in Paradise according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Trouble in Paradise""}, {""tomatoes.viewer.meter"": 1})" can you describe the plot of Lenin in October?,"db.movies.find({""title"": ""Lenin in October""}, {""plot"": 1})" what is Forbidden description?,"db.movies.find({""title"": ""Forbidden""}, {""plot"": 1})" How many votes does the movie Broadway Melody of 1936 have on IMDb?,"db.movies.find({""title"":""Broadway Melody of 1936""}, {""imdb.votes"":1})" What is the meter score of the movie Marked Woman according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Marked Woman""}, {""tomatoes.viewer.meter"": 1})" Can you provide me with a list of Christopher Nolan-directed movies with the highest ratings?,"db.movies.find({""directors"": 'Christopher Nolan', ""imdb.rating"": {""$gt"": 8.5}})" What is the language of Within Our Gates?,"db.movies.find({""title"":""Within Our Gates""}, {""languages"":1})" who is listed as director for Miss Lulu Bett?,"db.movies.find({""title"": ""Miss Lulu Bett""}, {""directors"": 1})" "Frankenstein, is written by who?","db.movies.find({""title"": ""Frankenstein""}, {""writers"": 1})" In what year was the movie The Great Train Robbery released?,"db.movies.find({""title"":""The Great Train Robbery""}, {""year"":1})" Can you provide a detailed summary of the movie Man with a Movie Camera plot?,"db.movies.find({ ""title"": ""Man with a Movie Camera"" }, { ""fullplot"": 1})" what is the full plot for The Divine Lady?,"db.movies.find({""title"": ""The Divine Lady""}, {""fullplot"": 1})" What is the movie Footlight Parade about? Can you provide a brief summary?,"db.movies.find({""title"":""Footlight Parade""}, {""plot"":1})" who produced the movie The Invisible Ray?,"db.movies.find({""title"":""The Invisible Ray""}, {""tomatoes.production"":1})" what is the full plot for the film Topaze?,"db.movies.find({""title"": ""Topaze""}, {""fullplot"": 1})" what was the release year of the movie Storm Over Asia?,"db.movies.find({""title"": ""Storm Over Asia""}, {""year"": 1})" When was the information last updated for the movie Grass: A Nation's Battle for Life ?,"db.movies.find({ ""title"": ""Grass: A Nation's Battle for Life"" },{ ""lastupdated"": 1 })" who wrote the screenplay for Going Hollywood?,"db.movies.aggregate([ { ""$match"": { ""title"":""Going Hollywood""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" How did the audience and critics receive the movie Swedenhielms Family?,"db.movies.find({""title"":""Swedenhielms Family""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the production company of the film Wife! Be Like a Rose!?,"db.movies.find({""title"":""Wife! Be Like a Rose!""}, {""tomatoes.production"":1})" How many reviews have been submitted for the movie The Prisoner of Shark Island on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Prisoner of Shark Island"" },{ ""tomatoes.viewer.numReviews"": 1 })" How many votes did the movie Lost Horizon receive on IMDB?,"db.movies.find({""title"": ""Lost Horizon""}, { ""imdb.votes"": 1})" "what was the genre of the movie Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""genres"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie Zero for Conduct?,"db.movies.find({""title"": ""Zero for Conduct""}, { ""tomatoes.lastUpdated"": 1})" What is the movie Sunrise rating?,"db.movies.find({""title"":""Sunrise""}, {""rated"":1})" What are the genres associated with the movie The Mummy ?,"db.movies.find({ ""title"": ""The Mummy"" }, { ""genres"": 1})" How did the audience and critics receive the film The Music Box?,"db.movies.find({""title"":""The Music Box""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" the movie The Good Earth was directed by who?,"db.movies.find({""title"": ""The Good Earth""}, {""directors"": 1})" What is the IMDb rating for the film Carnival in Flanders?,"db.movies.find({""title"": ""Carnival in Flanders""}, {""imdb.rating"": 1})" what is The Immigrant about in details?,"db.movies.find({""title"": ""The Immigrant""}, {""fullplot"": 1})" How many reviews have been submitted by critics for the movie The Crusades ?,"db.movies.find({""title"": ""The Crusades""}, {""tomatoes.critic.numReviews"": 1})" what was the release year of Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""year"": 1})" What is the production company of Secret Agent?,"db.movies.find({""title"":""Secret Agent""}, {""tomatoes.production"":1})" what is Children in the Wind about in details?,"db.movies.find({""title"": ""Children in the Wind""}, {""fullplot"": 1})" "Has The Crusades won any awards? If so, which ones?","db.movies.find({""title"":""The Crusades"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what is the film A Night at the Opera imdb rating?,"db.movies.find({""title"": ""A Night at the Opera""}, {""imdb.rating"": 1})" who acted in the movie The Spanish Earth?,"db.movies.find({""title"": ""The Spanish Earth""}, {""cast"": 1})" What is the added duration of all movies directed by David Fincher?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""David Fincher"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" what genre is the movie M?,"db.movies.find({""title"": ""M""}, {""genres"": 1})" How many audience reviews have been submitted for the movie Within Our Gates ?,"db.movies.find({ ""title"": ""Within Our Gates"" },{ ""tomatoes.viewer.numReviews"": 1 })" who is the director for Le grand jeu?,"db.movies.find({""title"": ""Le grand jeu""}, {""directors"": 1})" what kind of movie is The Spanish Earth?,"db.movies.find({""title"": ""The Spanish Earth""}, {""genres"": 1})" what was the genre of the film The Good Earth?,"db.movies.find({""title"": ""The Good Earth""}, {""genres"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Harvest?,"db.movies.find({""title"": ""Harvest""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" what kind of film is The Saphead?,"db.movies.find({""title"": ""The Saphead""}, {""genres"": 1})" who was the movie He Who Gets Slapped written by?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""writers"": 1})" who was the writer of The Guardsman?,"db.movies.find({""title"": ""The Guardsman""}, {""writers"": 1})" what genre of movie is Disraeli?,"db.movies.find({""title"": ""Disraeli""}, {""genres"": 1})" what is the plot for the movie Folies Bergère de Paris?,"db.movies.find({""title"": ""Folies Bergère de Paris""}, {""plot"": 1})" What is the running time of the movie The Gold Rush?,"db.movies.find({""title"":""The Gold Rush""}, {""runtime"":1})" What is the imdbID and year of release for the movie with a title of 'L'opèra de quat'sous'?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" who is the author of The Gilded Lily?,"db.movies.find({""title"": ""The Gilded Lily""}, {""writers"": 1})" Can you name the movie genres that Gus Van Sant has directed?,"db.movies.distinct(""genres"", { ""directors"": ""Gus Van Sant"" })" who was the writer of City Lights?,"db.movies.find({""title"": ""City Lights""}, {""writers"": 1})" who was The Last Command directed by?,"db.movies.find({""title"": ""The Last Command""}, {""directors"": 1})" What are the genres associated with the movie The General ?,"db.movies.find({ ""title"": ""The General"" }, { ""genres"": 1})" What are the names of the films that were directed by Coen Brothers and released in the 1990s?,"db.movies.find({""directors"": 'Coen Brothers', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" which company produced the film Lady Windermere's Fan?,"db.movies.find({""title"":""Lady Windermere's Fan""}, {""tomatoes.production"":1})" "Has the film Comradeship won any awards? If so, which ones?","db.movies.find({""title"":""Comradeship"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What type of media is A Night at the Opera?,"db.movies.find({ ""title"": ""A Night at the Opera"" }, { ""type"": 1})" What is the movie King of Jazz rating?,"db.movies.find({""title"":""King of Jazz""}, {""rated"":1})" who produced the movie Scarface?,"db.movies.find({""title"":""Scarface""}, {""tomatoes.production"":1})" who wrote Queen Christina?,"db.movies.find({""title"": ""Queen Christina""}, {""writers"": 1})" what was the genre of the movie Frankenstein?,"db.movies.find({""title"": ""Frankenstein""}, {""genres"": 1})" Who are the writers of the movie Earth ?,"db.movies.find({""title"": ""Earth""}, { ""writers"": 1})" which company produced the movie Lady Windermere's Fan?,"db.movies.find({""title"":""Lady Windermere's Fan""}, {""tomatoes.production"":1})" When was the movie Man of Aran released in theaters?,"db.movies.find({""title"": ""Man of Aran""}, {""released"": 1})" Dante's Inferno is a film written by this person?,"db.movies.find({""title"": ""Dante's Inferno""}, {""writers"": 1})" the movie Sons of the Desert was directed by who?,"db.movies.find({""title"": ""Sons of the Desert""}, {""directors"": 1})" What is the website associated with the movie Fury on Rotten Tomatoes?,"db.movies.find({""title"": ""Fury""}, {""tomatoes.website"": 1})" what is the genre of Fury?,"db.movies.find({""title"": ""Fury""}, {""genres"": 1})" When was the movie The Invisible Man released in theaters?,"db.movies.find({""title"": ""The Invisible Man""}, {""released"": 1})" the film Tarzan and His Mate starred which actors?,"db.movies.find({""title"": ""Tarzan and His Mate""}, {""cast"": 1})" How did the audience and critics receive the film Mr. Deeds Goes to Town?,"db.movies.find({""title"":""Mr. Deeds Goes to Town""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what genre of movie is Children in the Wind?,"db.movies.find({""title"": ""Children in the Wind""}, {""genres"": 1})" How many viewer reviews did the movie They Won't Forget receive on Rotten Tomatoes?,"db.movies.find({""title"":""They Won't Forget""}, {""tomatoes.viewer.numReviews"":1})" Can you provide a longer version of the movie The Story of a Cheat plot?,"db.movies.find({""title"":""The Story of a Cheat""}, {""fullplot"":1})" what is the film Ben-Hur: A Tale of the Christ about?,"db.movies.find({""title"": ""Ben-Hur: A Tale of the Christ""}, {""plot"": 1})" What type of movie is Grand Hotel ?,"db.movies.find({""title"":""Grand Hotel""}, {""genres"":1})" What is the MongoDB document ID of the movie Flying Down to Rio?,"db.movies.find({""title"": ""Flying Down to Rio""}, {""_id"": 1})" What is the box office revenue of the movie Harvest ?,"db.movies.find({""title"": ""Harvest""}, { ""tomatoes.boxOffice"": 1})" In what year was the movie The Lives of a Bengal Lancer released ?,"db.movies.find({ ""title"": ""The Lives of a Bengal Lancer"" }, { ""year"": 1})" what is the full plot for the film Lost Horizon?,"db.movies.find({""title"": ""Lost Horizon""}, {""fullplot"": 1})" which person wrote the movie The Man Who Knew Too Much?,"db.movies.find({""title"": ""The Man Who Knew Too Much""}, {""writers"": 1})" which person wrote Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""writers"": 1})" Foolish Wives is a movie written by this person?,"db.movies.find({""title"": ""Foolish Wives""}, {""writers"": 1})" Can you give me a brief summary of the movie Wild Oranges plot?,"db.movies.find({""title"":""Wild Oranges""}, {""plot"":1})" What are the genres this movie The 3 Penny Opera belongs to?,"db.movies.find({""title"":""The 3 Penny Opera""}, {""genres"":1})" who was Man with a Movie Camera written by?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""writers"": 1})" Can you provide me with a list of Oliver Stone-directed movies with the highest ratings?,"db.movies.find({""directors"": 'Oliver Stone', ""imdb.rating"": {""$gt"": 8.5}})" who was the writer of Blacksmith Scene?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""writers"": 1})" Sons of the Desert is a film written by this person?,"db.movies.find({""title"": ""Sons of the Desert""}, {""writers"": 1})" what is the movie Baby Face description ?,"db.movies.find({""title"": ""Baby Face""}, {""plot"": 1})" what is the movie The Great Train Robbery description ?,"db.movies.find({""title"": ""The Great Train Robbery""}, {""plot"": 1})" who wrote the film The Power and the Glory?,"db.movies.find({""title"": ""The Power and the Glory""}, {""writers"": 1})" the film The Broadway Melody starred which actors?,"db.movies.find({""title"": ""The Broadway Melody""}, {""cast"": 1})" what was the release date of The Scarlet Empress?,"db.movies.find({""title"": ""The Scarlet Empress""}, {""released"": 1})" She Done Him Wrong is a movie written by this person?,"db.movies.find({""title"": ""She Done Him Wrong""}, {""writers"": 1})" What is the freshness score of the movie The Fall of the House of Usher on Rotten Tomatoes?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""tomatoes.fresh"": 1})" What is the consensus among critics about the movie Bride of Frankenstein ?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""tomatoes.consensus"": 1})" What is the running time of the movie Robin Hood?,"db.movies.find({""title"":""Robin Hood""}, {""runtime"":1})" Who is the director of the movie King Solomon's Mines?,"db.movies.find({""title"": ""King Solomon's Mines""}, { ""directors"": 1})" What is the rating of the movie The Unknown ?,"db.movies.find({ ""title"": ""The Unknown"" }, { ""rated"": 1})" who is the writer of the movie Foolish Wives?,"db.movies.find({""title"": ""Foolish Wives""}, {""writers"": 1})" What is the viewer rating for the movie A Farewell to Arms on Rotten Tomatoes?,"db.movies.find({""title"":""A Farewell to Arms""}, {""tomatoes.viewer.rating"":1})" How many votes does the movie Movie Crazy have on IMDb?,"db.movies.find({""title"":""Movie Crazy""}, {""imdb.votes"":1})" What is the viewer rating for the movie Dr. Jekyll and Mr. Hyde on Rotten Tomatoes?,"db.movies.find({""title"":""Dr. Jekyll and Mr. Hyde""}, {""tomatoes.viewer.rating"":1})" which person wrote the movie The Crowd Roars?,"db.movies.find({""title"": ""The Crowd Roars""}, {""writers"": 1})" Has the movie Folies Bergère de Paris won any awards?,"db.movies.find({""title"":""Folies Bergère de Paris""}, {""awards.wins"":1})" What is the mean rating of all the Christopher Nolan films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Christopher Nolan""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" When was the Tomatometer score and other Tomato-related information last updated for the movie Roberta?,"db.movies.find({""title"": ""Roberta""}, { ""tomatoes.lastUpdated"": 1})" Can you provide more information about the languages spoken in the movie The Great Ziegfeld ?,"db.movies.find({""title"":""The Great Ziegfeld""}, {""languages"":1})" "The Life of Emile Zola, was written by who?","db.movies.find({""title"": ""The Life of Emile Zola""}, {""writers"": 1})" who is the director for Who Killed Cock Robin??,"db.movies.find({""title"": ""Who Killed Cock Robin?""}, {""directors"": 1})" what is the plot for Nanook of the North?,"db.movies.find({""title"": ""Nanook of the North""}, {""plot"": 1})" which person wrote the movie Lenin in October?,"db.movies.find({""title"": ""Lenin in October""}, {""writers"": 1})" What is the production company behind the movie A Farewell to Arms ?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""tomatoes.production"": 1})" What is the meter score of the movie The Thief of Bagdad according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Thief of Bagdad""}, {""tomatoes.viewer.meter"": 1})" How many awards did the movie win The Barretts of Wimpole Street ?,"db.movies.find({ ""title"": ""The Barretts of Wimpole Street"" },{ ""awards.wins"": 1 })" how many awards did the film Frankenstein win?,"db.movies.find({""title"":""Frankenstein""}, {""awards.wins"":1})" The Private Life of Henry VIII. is a movie written by this person?,"db.movies.find({""title"": ""The Private Life of Henry VIII.""}, {""writers"": 1})" What is the language of the film Movie Crazy?,"db.movies.find({""title"":""Movie Crazy""}, {""languages"":1})" What is the production company behind the movie The Count of Monte Cristo ?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, { ""tomatoes.production"": 1})" who is listed as director for The Dark Angel?,"db.movies.find({""title"": ""The Dark Angel""}, {""directors"": 1})" Who is the actor that appears the most in movies directed by Joel Coen?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Joel Coen"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the production company behind the movie Cleopatra ?,"db.movies.find({""title"": ""Cleopatra""}, {""tomatoes.production"": 1})" What is the box office revenue for the movie 'The Lower Depths'?,"db.movies.find({""title"": ""The Lower Depths""}, {""tomatoes.boxOffice"": 1})" What type of media is Peter Pan?,"db.movies.find({ ""title"": ""Peter Pan"" }, { ""type"": 1})" who directed The Blue Light?,"db.movies.find({""title"": ""The Blue Light""}, {""directors"": 1})" What is the rating of the movie The Great Ziegfeld on IMDb?,"db.movies.find({""title"":""The Great Ziegfeld""}, {""imdb.rating"":1})" What is the freshness score of the movie Bride of Frankenstein on Rotten Tomatoes?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""tomatoes.fresh"": 1})" what is the full plot for The Man Who Could Work Miracles?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""fullplot"": 1})" who starred in Regeneration?,"db.movies.find({""title"": ""Regeneration""}, {""cast"": 1})" what is the plot for Skippy?,"db.movies.find({""title"": ""Skippy""}, {""plot"": 1})" who stars in Baby Face?,"db.movies.find({""title"": ""Baby Face""}, {""cast"": 1})" who wrote the film A Woman of Paris: A Drama of Fate?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, {""writers"": 1})" what type of movie is The Story of Louis Pasteur?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""genres"": 1})" who stars in the movie Becky Sharp?,"db.movies.find({""title"": ""Becky Sharp""}, {""cast"": 1})" How many wins did the movie Mary of Scotland receive?,"db.movies.find({""title"":""Mary of Scotland""}, {""awards.wins"":1})" Who are the starring actors/actresses in the movie Swing Time?,"db.movies.find({""title"":""Swing Time""}, {""cast"":1})" What is the name of the director and cast for the movie 'Zoo in Budapest'?,"db.movies.find({""title"": ""Zoo in Budapest""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" How many votes did the movie Theodora Goes Wild receive on IMDB?,"db.movies.find({""title"": ""Theodora Goes Wild""}, { ""imdb.votes"": 1})" who starred in the movie A Corner in Wheat?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""cast"": 1})" What is the overall length of all movies that Jean-Pierre Melville has directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Jean-Pierre Melville"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the imdbID and genre of the movie 'A Star Is Born'?,"db.movies.find({""title"": ""A Star Is Born""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" What is the runtime of the movie The Hurricane ?,"db.movies.find({""title"": ""The Hurricane""}, { ""runtime"": 1})" What is the MPAA rating of the film Les Misèrables?,"db.movies.find({""title"":""Les Misèrables""}, {""rated"":1})" What is the ID of the movie A Star Is Born on IMDB?,"db.movies.find({""title"": ""A Star Is Born""}, {""imdb.id"": 1})" what was the release year of The Divine Lady?,"db.movies.find({""title"": ""The Divine Lady""}, {""year"": 1})" Who are the actors that appear in the movie Sanders of the River ?,"db.movies.find({ ""title"": ""Sanders of the River"" },{ ""cast"": 1 })" what is the film Intolerance: Love's Struggle Throughout the Ages imdb rating?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""imdb.rating"": 1})" What is the rating of the movie Final Accord according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Final Accord""}, {""tomatoes.viewer.rating"": 1})" How many reviews have been submitted by critics for the movie Harvest?,"db.movies.find({ ""title"": ""Harvest"" }, { ""tomatoes.critic.numReviews"": 1 })" What is the average score assigned to all Darren Aronofsky movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Darren Aronofsky""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" how many awards did the movie Broadway Melody of 1936 win?,"db.movies.find({""title"":""Broadway Melody of 1936""}, {""awards.wins"":1})" How many viewer reviews did the movie Marked Woman receive on Rotten Tomatoes?,"db.movies.find({""title"":""Marked Woman""}, {""tomatoes.viewer.numReviews"":1})" What languages are spoken in the movie Three Smart Girls ?,"db.movies.find({""title"": ""Three Smart Girls""}, { ""languages"": 1})" How did the audience and critics receive the movie Gold Diggers of 1935?,"db.movies.find({""title"":""Gold Diggers of 1935""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How long is the movie White Shadows in minutes?,"db.movies.find({""title"":""White Shadows""}, {""runtime"":1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Now or Never""}, { ""tomatoes.production"": 1})" what is The Great Train Robbery about in details?,"db.movies.find({""title"": ""The Great Train Robbery""}, {""fullplot"": 1})" What is the box office revenue of the movie The Private Life of Henry VIII. in dollars?,"db.movies.find({""title"": ""The Private Life of Henry VIII.""}, {""tomatoes.boxOffice"": 1})" What is the production company of the movie 42nd Street?,"db.movies.find({""title"":""42nd Street""}, {""tomatoes.production"":1})" what was the release year of The Crusades?,"db.movies.find({""title"": ""The Crusades""}, {""year"": 1})" What is the full plot summary of the movie Rembrandt ?,"db.movies.find({""title"": ""Rembrandt""}, {""plot"": 1})" what is the full plot for Regeneration?,"db.movies.find({""title"": ""Regeneration""}, {""fullplot"": 1})" which person directed Follow the Fleet?,"db.movies.find({""title"": ""Follow the Fleet""}, {""directors"": 1})" what year was Love Me Tonight released?,"db.movies.find({""title"": ""Love Me Tonight""}, {""year"": 1})" who are the actors in the film Metropolis?,"db.movies.find({""title"": ""Metropolis""}, {""cast"": 1})" who was the film Topaze written by?,"db.movies.find({""title"": ""Topaze""}, {""writers"": 1})" what is the film Payment Deferred description ?,"db.movies.find({""title"": ""Payment Deferred""}, {""plot"": 1})" what is the movie Shanghai Express about in details?,"db.movies.find({""title"": ""Shanghai Express""}, {""fullplot"": 1})" who wrote the screenplay for The Docks of New York?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Docks of New York""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the imdbID and year of release for the movie with a title of 'Cleopatra'?,"db.movies.find({""title"": ""Cleopatra""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" what was the release date of the movie Shanghai Express?,"db.movies.find({""title"": ""Shanghai Express""}, {""released"": 1})" What is the meter score of the movie The Front Page according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Front Page""}, {""tomatoes.viewer.meter"": 1})" What is the critical reception of the movie One Hundred Men and a Girl?,"db.movies.find({""title"":""One Hundred Men and a Girl""}, {""tomatoes.critic"":1})" "What is the MPAA rating of the film Laugh, Clown, Laugh?","db.movies.find({""title"":""Laugh, Clown, Laugh""}, {""rated"":1})" who was Wild Oranges directed by?,"db.movies.find({""title"": ""Wild Oranges""}, {""directors"": 1})" who starred in the film Swedenhielms Family?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""cast"": 1})" what kind of film is The Thief of Bagdad?,"db.movies.find({""title"": ""The Thief of Bagdad""}, {""genres"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Anna Karenina?,"db.movies.find({""title"": ""Anna Karenina""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" which company produced the film Hell's Hinges?,"db.movies.find({""title"":""Hell's Hinges""}, {""tomatoes.production"":1})" What is the production company behind the movie Romeo and Juliet ?,"db.movies.find({""title"": ""Romeo and Juliet""}, { ""tomatoes.production"": 1})" Could you tell me the title of the movie with the shortest duration that was directed by Robert Bresson?,"db.movies.find({""directors"":""Robert Bresson""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" What is the production company behind the movie x?,"db.movies.find({""title"": ""Ella Cinders""}, { ""tomatoes.production"": 1})" What is the Metacritic score of the movie Death Takes a Holiday ?,"db.movies.find({ ""title"": ""Death Takes a Holiday"" }, { ""metacritic"": 1})" who directed Le grand jeu?,"db.movies.find({""title"": ""Le grand jeu""}, {""directors"": 1})" who was the movie The Garden of Allah written by?,"db.movies.find({""title"": ""The Garden of Allah""}, {""writers"": 1})" what is the plot for the film She?,"db.movies.find({""title"": ""She""}, {""plot"": 1})" How long is the movie Grand Hotel in minutes?,"db.movies.find({""title"":""Grand Hotel""}, {""runtime"":1})" Can you give me a brief summary of the movie Everybody's Woman plot?,"db.movies.find({""title"":""Everybody's Woman""}, {""plot"":1})" What are the top-rated movies directed by Coen Brothers?,"db.movies.find({""directors"": 'Coen Brothers', ""imdb.rating"": {""$gt"": 8.5}})" In which countries was the movie A Corner in Wheat produced?,"db.movies.find({""title"":""A Corner in Wheat""}, {""countries"":1})" who starred in the film The Chechahcos?,"db.movies.find({""title"": ""The Chechahcos""}, {""cast"": 1})" the movie Asphalt starred which actors?,"db.movies.find({""title"": ""Asphalt""}, {""cast"": 1})" When was the information last updated for the movie The Mummy ?,"db.movies.find({ ""title"": ""The Mummy"" },{ ""lastupdated"": 1 })" Who are the main actors/actresses in the movie Our Hospitality?,"db.movies.find({""title"":""Our Hospitality""}, {""cast"":1})" What are the countries associated with the movie A Midsummer Night's Dream ?,"db.movies.find({""title"": ""A Midsummer Night's Dream""}, {""countries"": 1})" what genre of movie is Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""genres"": 1})" what is the plot for Disraeli?,"db.movies.find({""title"": ""Disraeli""}, {""plot"": 1})" When was the information last updated for the movie Wonder Bar ?,"db.movies.find({ ""title"": ""Wonder Bar"" },{ ""lastupdated"": 1 })" who wrote the screenplay for the film From Hand to Mouth?,"db.movies.aggregate([ { ""$match"": { ""title"":""From Hand to Mouth""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who stars in the film Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""cast"": 1})" What is the name of the director and cast for the movie 'The Man Who Could Work Miracles'?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What are the genres associated with the movie Anna Karenina ?,"db.movies.find({ ""title"": ""Anna Karenina"" }, { ""genres"": 1})" who directed the film One Night of Love?,"db.movies.find({""title"": ""One Night of Love""}, {""directors"": 1})" Can you provide a detailed summary of the movie Forbidden plot?,"db.movies.find({ ""title"": ""Forbidden"" }, { ""fullplot"": 1})" How many award nominations did the movie receive Wonder Bar ?,"db.movies.find({ ""title"": ""Wonder Bar"" },{ ""awards.nominations"": 1 })" How many reviews have been submitted by critics for the movie The Mummy?,"db.movies.find({ ""title"": ""The Mummy"" }, { ""tomatoes.critic.numReviews"": 1 })" what is the genre for the movie 7th Heaven?,"db.movies.find({""title"": ""7th Heaven""}, {""genres"": 1})" What is the ID of the movie Beau Geste on IMDB?,"db.movies.find({""title"": ""Beau Geste""}, {""imdb.id"": 1})" What is the production company of the movie Maria Chapdelaine?,"db.movies.find({""title"":""Maria Chapdelaine""}, {""tomatoes.production"":1})" When was the information about the movie In Old Chicago last updated?,"db.movies.find({ ""title"": ""In Old Chicago"" }, { ""lastupdated"": 1})" The Gay Divorcee was directed by who?,"db.movies.find({""title"": ""The Gay Divorcee""}, {""directors"": 1})" what is the genre of Show People?,"db.movies.find({""title"": ""Show People""}, {""genres"": 1})" What is the box office revenue of the movie Movie Crazy ?,"db.movies.find({""title"": ""Movie Crazy""}, { ""tomatoes.boxOffice"": 1})" How did the audience and critics receive The Wedding Night?,"db.movies.find({""title"":""The Wedding Night""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the audience rating of the movie The Hunchback of Notre Dame ?,"db.movies.find({ ""title"": ""The Hunchback of Notre Dame"" },{ ""tomatoes.viewer.rating"": 1 })" "What is the IMDb rating for the movie I Was Born, But...?","db.movies.find({""title"": ""I Was Born, But...""}, {""imdb.rating"": 1})" In which countries was the movie The Scarlet Empress produced?,"db.movies.find({""title"":""The Scarlet Empress""}, {""countries"":1})" Who is the lead actress of the movie The Gold Rush ?,"db.movies.find({""title"": ""The Gold Rush""}, {""cast"":{""$slice"": 1},""title"":1})" What is the movie Sunrise about? Can you provide a brief summary?,"db.movies.find({""title"":""Sunrise""}, {""plot"":1})" "The Music Box, is written by who?","db.movies.find({""title"": ""The Music Box""}, {""writers"": 1})" what genre is A Corner in Wheat?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""genres"": 1})" what genre is the movie She?,"db.movies.find({""title"": ""She""}, {""genres"": 1})" who starred in the film Payment Deferred?,"db.movies.find({""title"": ""Payment Deferred""}, {""cast"": 1})" When was the information about the movie The Dark Angel last updated?,"db.movies.find({ ""title"": ""The Dark Angel"" }, { ""lastupdated"": 1})" What is the ID of the movie The Wedding March on IMDB?,"db.movies.find({""title"": ""The Wedding March""}, {""imdb.id"": 1})" What movie directed by Ridley Scott has the shortest running time?,"db.movies.find({""directors"":""Ridley Scott""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" What is the name of the David Fincher-directed movie with the least runtime?,"db.movies.find({""directors"":""David Fincher""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" In what language was the movie David Golder released?,"db.movies.find({ ""title"": ""David Golder"" }, { ""languages"": 1})" how many awards did the movie Der Kaiser von Kalifornien win?,"db.movies.find({""title"":""Der Kaiser von Kalifornien""}, {""awards.wins"":1})" How many votes did the movie Now or Never receive on IMDB?,"db.movies.find({""title"": ""Now or Never""}, { ""imdb.votes"": 1})" what is the plot for the film Broken Lullaby?,"db.movies.find({""title"": ""Broken Lullaby""}, {""plot"": 1})" How many votes does the movie Three Smart Girls have on IMDb?,"db.movies.find({""title"":""Three Smart Girls""}, {""imdb.votes"":1})" who is the writer of the film Romance?,"db.movies.find({""title"": ""Romance""}, {""writers"": 1})" What is the running time of The Thin Man?,"db.movies.find({""title"":""The Thin Man""}, {""runtime"":1})" What type of media is The Phantom of the Opera?,"db.movies.find({ ""title"": ""The Phantom of the Opera"" }, { ""type"": 1})" what is the film Dishonored about in details?,"db.movies.find({""title"": ""Dishonored""}, {""fullplot"": 1})" what is the genre for the film High and Dizzy?,"db.movies.find({""title"": ""High and Dizzy""}, {""genres"": 1})" Who is the director of the movie King of Jazz?,"db.movies.find({""title"": ""King of Jazz""}, { ""directors"": 1})" who directed the movie The Garden of Allah?,"db.movies.find({""title"": ""The Garden of Allah""}, {""directors"": 1})" what is the film Captains Courageous description ?,"db.movies.find({""title"": ""Captains Courageous""}, {""plot"": 1})" who wrote the movie Mary of Scotland?,"db.movies.find({""title"": ""Mary of Scotland""}, {""writers"": 1})" Eskimo is a film written by this person?,"db.movies.find({""title"": ""Eskimo""}, {""writers"": 1})" In what year was the movie Zoo in Budapest released ?,"db.movies.find({ ""title"": ""Zoo in Budapest"" }, { ""year"": 1})" What is the critical reception of the movie Wife! Be Like a Rose!?,"db.movies.find({""title"":""Wife! Be Like a Rose!""}, {""tomatoes.critic"":1})" What is the language of Nosferatu?,"db.movies.find({""title"":""Nosferatu""}, {""languages"":1})" what is The Son of the Sheik about in details?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""fullplot"": 1})" "What is the running time of Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics?","db.movies.find({""title"":""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""runtime"":1})" How many comments have been posted by users on the movie Napoleon's page on the Mflix platform?,"db.movies.find({ ""title"": ""Napoleon"" }, { ""num_mflix_comments"": 1 })" Who is the lead actress of the movie L'opèra de quat'sous ?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, {""cast"":{""$slice"": 1},""title"":1})" What is the IMDB rating of the movie Snow White and the Seven Dwarfs ?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, { ""imdb.rating"": 1})" What type of movie is The Blue Bird ?,"db.movies.find({""title"":""The Blue Bird""}, {""genres"":1})" what sort of movie is King Kong?,"db.movies.find({""title"": ""King Kong""}, {""genres"": 1})" "Who is the lead actress of the movie Laugh, Clown, Laugh ?","db.movies.find({""title"": ""Laugh, Clown, Laugh""}, {""cast"":{""$slice"": 1},""title"":1})" Who holds the record for the most appearances in movies directed by Eric Rohmer?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Eric Rohmer"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who are the actors in the film 42nd Street?,"db.movies.find({""title"": ""42nd Street""}, {""cast"": 1})" What is the Metacritic score of the movie The Perils of Pauline ?,"db.movies.find({ ""title"": ""The Perils of Pauline"" }, { ""metacritic"": 1})" What is the runtime of the movie Street Angel ?,"db.movies.find({""title"": ""Street Angel""}, { ""runtime"": 1})" who produced the movie State Fair?,"db.movies.find({""title"":""State Fair""}, {""tomatoes.production"":1})" How did the audience and critics receive the movie David Golder?,"db.movies.find({""title"":""David Golder""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who wrote Come and Get It?,"db.movies.find({""title"": ""Come and Get It""}, {""writers"": 1})" what type of movie is The Gold Rush?,"db.movies.find({""title"": ""The Gold Rush""}, {""genres"": 1})" What is the Rotten Tomatoes meter rating for the movie The Count of Monte Cristo ?,"db.movies.find({""title"":""The Count of Monte Cristo""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What is the rating of the movie Mutiny on the Bounty on IMDb?,"db.movies.find({""title"":""Mutiny on the Bounty""}, {""imdb.rating"":1})" who stars in Sunrise?,"db.movies.find({""title"": ""Sunrise""}, {""cast"": 1})" What is the text description of the movie Gold Diggers of 1933 awards?,"db.movies.find({""title"":""Gold Diggers of 1933""}, {""awards.text"":1})" "What is the box office revenue for the movie 'I Was Born, But...'?","db.movies.find({""title"": ""I Was Born, But...""}, {""tomatoes.boxOffice"": 1})" What is the IMDb rating for the movie Fury ?,"db.movies.find({""title"":""Fury""}, {""imdb.rating"":1})" What is the movie The Awful Truth about? Can you provide a brief summary?,"db.movies.find({""title"":""The Awful Truth""}, {""plot"":1})" who was the writer of the movie Ben-Hur: A Tale of the Christ?,"db.movies.find({""title"": ""Ben-Hur: A Tale of the Christ""}, {""writers"": 1})" When was the information about the movie Going Hollywood last updated?,"db.movies.find({ ""title"": ""Going Hollywood"" }, { ""lastupdated"": 1})" the film Three Little Pigs starred who?,"db.movies.find({""title"": ""Three Little Pigs""}, {""cast"": 1})" What is the rating of the movie The Band Concert on IMDb?,"db.movies.find({""title"":""The Band Concert""}, {""imdb.rating"":1})" what is the plot for the film It?,"db.movies.find({""title"": ""It""}, {""plot"": 1})" who's the director of The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""directors"": 1})" What is the production company of the movie Asphalt?,"db.movies.find({""title"":""Asphalt""}, {""tomatoes.production"":1})" What is the viewer rating for the movie Man with a Movie Camera on Rotten Tomatoes?,"db.movies.find({""title"":""Man with a Movie Camera""}, {""tomatoes.viewer.rating"":1})" What is the meter score of the movie A Free Soul according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""A Free Soul""}, {""tomatoes.viewer.meter"": 1})" who produced the movie The Blue Light?,"db.movies.find({""title"":""The Blue Light""}, {""tomatoes.production"":1})" who are the actors in the movie Love Me Tonight?,"db.movies.find({""title"": ""Love Me Tonight""}, {""cast"": 1})" who is the writer of the film Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"": ""Broken Blossoms or The Yellow Man and the Girl""}, {""writers"": 1})" What is the title of the movie with the longest duration that Jean Renoir directed?,"db.movies.find({""directors"":""Jean Renoir""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" What is the name of the director and cast for the movie 'Cavalcade'?,"db.movies.find({""title"": ""Cavalcade""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" When was the movie Hell's Hinges released?,"db.movies.find({""title"":""Hell's Hinges""}, {""released"":1})" "Has Tarzan the Ape Man won any awards? If so, which ones?","db.movies.find({""title"":""Tarzan the Ape Man"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" The Broadway Melody is a film written by this person?,"db.movies.find({""title"": ""The Broadway Melody""}, {""writers"": 1})" What is the IMDb rating for Miss Lulu Bett?,"db.movies.find({""title"": ""Miss Lulu Bett""}, {""imdb.rating"": 1})" What is the rating of the movie Theodora Goes Wild according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Theodora Goes Wild""}, {""tomatoes.viewer.rating"": 1})" Can you provide more information about the languages spoken in the movie Daughter of Shanghai ?,"db.movies.find({""title"":""Daughter of Shanghai""}, {""languages"":1})" Could you tell me which Martin Scorsese-directed film has the longest running time?,"db.movies.find({""directors"":""Martin Scorsese""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" How many award nominations did the movie receive Sanders of the River ?,"db.movies.find({ ""title"": ""Sanders of the River"" },{ ""awards.nominations"": 1 })" How many votes did the movie Chapayev receive on IMDB?,"db.movies.find({""title"": ""Chapayev""}, { ""imdb.votes"": 1})" When was the movie Pèpè le Moko released?,"db.movies.find({""title"":""Pèpè le Moko""}, {""released"":1})" what's the main genre of the movies directed by Luchino Visconti ?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Luchino Visconti"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Can you provide a longer version of the movie The Invisible Ray plot?,"db.movies.find({""title"":""The Invisible Ray""}, {""fullplot"":1})" Nanook of the North is a film written by this person?,"db.movies.find({""title"": ""Nanook of the North""}, {""writers"": 1})" Who is the lead actress of the movie Sisters of the Gion ?,"db.movies.find({""title"": ""Sisters of the Gion""}, {""cast"":{""$slice"": 1},""title"":1})" what genre of movie is Robin Hood?,"db.movies.find({""title"": ""Robin Hood""}, {""genres"": 1})" When was the movie Two Seconds released?,"db.movies.find({""title"":""Two Seconds""}, {""released"":1})" who are the actors in Maria Chapdelaine?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""cast"": 1})" the movie Asphalt was directed by who?,"db.movies.find({""title"": ""Asphalt""}, {""directors"": 1})" What are the countries associated with the movie Swing Time ?,"db.movies.find({""title"": ""Swing Time""}, {""countries"": 1})" Who are the main actors in Triumph of the Will ?,"db.movies.find({ ""title"": ""Triumph of the Will"" }, { ""cast"": 1})" who was The Thin Man directed by?,"db.movies.find({""title"": ""The Thin Man""}, {""directors"": 1})" who acted in the movie Secret Agent?,"db.movies.find({""title"": ""Secret Agent""}, {""cast"": 1})" What is the rating of the movie Camille on IMDb?,"db.movies.find({""title"":""Camille""}, {""imdb.rating"":1})" who wrote the screenplay for Man with a Movie Camera?,"db.movies.aggregate([ { ""$match"": { ""title"":""Man with a Movie Camera""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" When was the movie The Perils of Pauline released in theaters?,"db.movies.find({""title"": ""The Perils of Pauline""}, {""released"": 1})" the film Movie Crazy starred which actors?,"db.movies.find({""title"": ""Movie Crazy""}, {""cast"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie Black Legion?,"db.movies.find({""title"": ""Black Legion""}, { ""tomatoes.lastUpdated"": 1})" who was the movie The Devil Is a Woman written by?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""writers"": 1})" What is the language of Dante's Inferno?,"db.movies.find({""title"":""Dante's Inferno""}, {""languages"":1})" which person directed The Sin of Madelon Claudet?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""directors"": 1})" what was the release date of Show Boat?,"db.movies.find({""title"": ""Show Boat""}, {""released"": 1})" Could you tell me the total runtime of all Jacques Rivette movies he has directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Jacques Rivette"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" what is The Blue Bird imdb rating?,"db.movies.find({""title"": ""The Blue Bird""}, {""imdb.rating"": 1})" When was the information about the movie Mr. Deeds Goes to Town last updated?,"db.movies.find({ ""title"": ""Mr. Deeds Goes to Town"" }, { ""lastupdated"": 1})" What is the critical reception of the movie City Lights?,"db.movies.find({""title"":""City Lights""}, {""tomatoes.critic"":1})" who is listed as director for Pandora's Box?,"db.movies.find({""title"": ""Pandora's Box""}, {""directors"": 1})" What is the audience rating of the movie The Life of Emile Zola ?,"db.movies.find({ ""title"": ""The Life of Emile Zola"" },{ ""tomatoes.viewer.rating"": 1 })" What is the percentage of positive reviews among critics for the movie Traffic in Souls ?,"db.movies.find({ ""title"": ""Traffic in Souls"" },{ ""tomatoes.critic.meter"": 1 })" What are the genres this movie The Edge of the World belongs to?,"db.movies.find({""title"":""The Edge of the World""}, {""genres"":1})" What is the IMDb rating for the movie Sisters of the Gion ?,"db.movies.find({""title"":""Sisters of the Gion""}, {""imdb.rating"":1})" What is the IMDb rating for Payment Deferred?,"db.movies.find({""title"": ""Payment Deferred""}, {""imdb.rating"": 1})" What is the production company of the film The Informer?,"db.movies.find({""title"":""The Informer""}, {""tomatoes.production"":1})" What is the full plot summary of the movie Forbidden ?,"db.movies.find({""title"": ""Forbidden""}, {""plot"": 1})" What is the name of the director and cast for the movie 'Topaze'?,"db.movies.find({""title"": ""Topaze""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the production company behind the movie Dr. Jekyll and Mr. Hyde ?,"db.movies.find({""title"": ""Dr. Jekyll and Mr. Hyde""}, { ""tomatoes.production"": 1})" what genre is Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""genres"": 1})" What is the IMDb rating for the movie Come and Get It ?,"db.movies.find({""title"":""Come and Get It""}, {""imdb.rating"":1})" Who are the starring actors/actresses in the movie Metropolis?,"db.movies.find({""title"":""Metropolis""}, {""cast"":1})" What is the viewer rating for the movie Sunrise on Rotten Tomatoes?,"db.movies.find({""title"":""Sunrise""}, {""tomatoes.viewer.rating"":1})" what is the movie The Trail of the Lonesome Pine imdb rating?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""imdb.rating"": 1})" How many wins did the movie Naughty Marietta receive?,"db.movies.find({""title"":""Naughty Marietta""}, {""awards.wins"":1})" which company produced the film Little Women?,"db.movies.find({""title"":""Little Women""}, {""tomatoes.production"":1})" The Wedding March is a film written by this person?,"db.movies.find({""title"": ""The Wedding March""}, {""writers"": 1})" How does the movie Movie Crazy rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Movie Crazy"" },{ ""tomatoes.critic.meter"": 1 })" What is the critical reception of the movie The Edge of the World?,"db.movies.find({""title"":""The Edge of the World""}, {""tomatoes.critic"":1})" can you describe the plot of Eskimo?,"db.movies.find({""title"": ""Eskimo""}, {""plot"": 1})" the film Swedenhielms Family was directed by who?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""directors"": 1})" What is the viewer rating for the movie Berkeley Square on Rotten Tomatoes?,"db.movies.find({""title"":""Berkeley Square""}, {""tomatoes.viewer.rating"":1})" what was the release date of Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""released"": 1})" What is the IMDB rating of the movie Alice Adams ?,"db.movies.find({""title"": ""Alice Adams""}, { ""imdb.rating"": 1})" which person wrote the film Topaze?,"db.movies.find({""title"": ""Topaze""}, {""writers"": 1})" who wrote the film Queen Kelly?,"db.movies.find({""title"": ""Queen Kelly""}, {""writers"": 1})" What was the release date for the movie The Barretts of Wimpole Street?,"db.movies.find({""title"":""The Barretts of Wimpole Street""}, {""released"":1})" What is the average rating of all of Eric Rohmer movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Eric Rohmer""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" Which of David Fincher's movies has the highest Rotten Tomatoes rating?,"db.movies.find({""directors"": ""David Fincher"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" Who are the main actors in Final Accord ?,"db.movies.find({ ""title"": ""Final Accord"" }, { ""cast"": 1})" What is the Tomatometer score of the movie Secret Agent ?,"db.movies.find({ ""title"": ""Secret Agent"" },{ ""tomatoes.critic.meter"": 1 })" who directed the movie Going Hollywood?,"db.movies.find({""title"": ""Going Hollywood""}, {""directors"": 1})" who wrote the screenplay for the film Hell's Hinges?,"db.movies.aggregate([ { ""$match"": { ""title"":""Hell's Hinges""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who directed the film Four Sons?,"db.movies.find({""title"": ""Four Sons""}, {""directors"": 1})" who starred in Flying Down to Rio?,"db.movies.find({""title"": ""Flying Down to Rio""}, {""cast"": 1})" What is the freshness score of the movie Cops on Rotten Tomatoes?,"db.movies.find({""title"": ""Cops""}, {""tomatoes.fresh"": 1})" what is the film The Four Horsemen of the Apocalypse about?,"db.movies.find({""title"": ""The Four Horsemen of the Apocalypse""}, {""plot"": 1})" who was Anthony Adverse written by?,"db.movies.find({""title"": ""Anthony Adverse""}, {""writers"": 1})" which person wrote the movie The Kid Brother?,"db.movies.find({""title"": ""The Kid Brother""}, {""writers"": 1})" What is the text description of the movie Payment Deferred awards?,"db.movies.find({""title"":""Payment Deferred""}, {""awards.text"":1})" what is The Invisible Man about in details?,"db.movies.find({""title"": ""The Invisible Man""}, {""fullplot"": 1})" How many comments have been posted by users on the movie Dekigokoro's page on the Mflix platform?,"db.movies.find({ ""title"": ""Dekigokoro"" }, { ""num_mflix_comments"": 1 })" When was the information about the movie Wild Boys of the Road last updated?,"db.movies.find({ ""title"": ""Wild Boys of the Road"" }, { ""lastupdated"": 1})" How many reviews have been submitted by critics for the movie Wings?,"db.movies.find({ ""title"": ""Wings"" }, { ""tomatoes.critic.numReviews"": 1 })" What is the production company behind the movie For Heaven's Sake ?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""tomatoes.production"": 1})" what was the release date of the film The Big House?,"db.movies.find({""title"": ""The Big House""}, {""released"": 1})" What type of movie is Napoleon ?,"db.movies.find({""title"":""Napoleon""}, {""genres"":1})" who directed the movie Triumph of the Will?,"db.movies.find({""title"": ""Triumph of the Will""}, {""directors"": 1})" the movie Now or Never starred which actors?,"db.movies.find({""title"": ""Now or Never""}, {""cast"": 1})" How does the movie Death Takes a Holiday rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Death Takes a Holiday"" },{ ""tomatoes.critic.meter"": 1 })" What is the running time of the movie Carnival in Flanders?,"db.movies.find({""title"":""Carnival in Flanders""}, {""runtime"":1})" who stars in the movie The Life of Emile Zola?,"db.movies.find({""title"": ""The Life of Emile Zola""}, {""cast"": 1})" How many viewer reviews did the movie Skippy receive on Rotten Tomatoes?,"db.movies.find({""title"":""Skippy""}, {""tomatoes.viewer.numReviews"":1})" what was the genre of the film City Streets?,"db.movies.find({""title"": ""City Streets""}, {""genres"": 1})" what is the plot for The Lives of a Bengal Lancer?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""plot"": 1})" How many wins did the movie The Blue Light receive?,"db.movies.find({""title"":""The Blue Light""}, {""awards.wins"":1})" who was the writer of the film The Black Pirate?,"db.movies.find({""title"": ""The Black Pirate""}, {""writers"": 1})" what is the plot for Ben-Hur: A Tale of the Christ?,"db.movies.find({""title"": ""Ben-Hur: A Tale of the Christ""}, {""plot"": 1})" who was the writer of the film The New Gulliver?,"db.movies.find({""title"": ""The New Gulliver""}, {""writers"": 1})" what type of movie is Mèdchen in Uniform?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""genres"": 1})" How many nominations did the movie The Lower Depths receive?,"db.movies.find({""title"":""The Lower Depths""}, {""awards.nominations"":1})" What is the production company of the film Bad Girl?,"db.movies.find({""title"":""Bad Girl""}, {""tomatoes.production"":1})" What is the IMDB rating of the movie Storm Over Asia ?,"db.movies.find({""title"": ""Storm Over Asia""}, { ""imdb.rating"": 1})" What is the IMDb rating for the film Steamboat Willie?,"db.movies.find({""title"": ""Steamboat Willie""}, {""imdb.rating"": 1})" what is the film Sherlock Jr. imdb rating?,"db.movies.find({""title"": ""Sherlock Jr.""}, {""imdb.rating"": 1})" What is the text description of the movie The Garden of Allah awards?,"db.movies.find({""title"":""The Garden of Allah""}, {""awards.text"":1})" What is the imdbID and genre of the movie 'The Story of a Cheat'?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" who is the writer of the film The Front Page?,"db.movies.find({""title"": ""The Front Page""}, {""writers"": 1})" what kind of film is The Prisoner of Zenda?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""genres"": 1})" who stars in The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""cast"": 1})" When was the movie China Seas released?,"db.movies.find({""title"":""China Seas""}, {""released"":1})" What is the name of the director and cast for the movie 'City Streets'?,"db.movies.find({""title"": ""City Streets""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" In what year was the movie Sons of the Desert released ?,"db.movies.find({ ""title"": ""Sons of the Desert"" }, { ""year"": 1})" who acted in the film Freaks?,"db.movies.find({""title"": ""Freaks""}, {""cast"": 1})" the film The Immigrant was directed by who?,"db.movies.find({""title"": ""The Immigrant""}, {""directors"": 1})" Red Dust is a film written by this person?,"db.movies.find({""title"": ""Red Dust""}, {""writers"": 1})" what was the genre of The Hurricane?,"db.movies.find({""title"": ""The Hurricane""}, {""genres"": 1})" Can you name some of the films that Woody Allen directed and were released in the 1990s?,"db.movies.find({""directors"": 'Woody Allen', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" what sort of movie is The Man Who Knew Too Much?,"db.movies.find({""title"": ""The Man Who Knew Too Much""}, {""genres"": 1})" which person wrote the film Now or Never?,"db.movies.find({""title"": ""Now or Never""}, {""writers"": 1})" The Crusades is written by this person?,"db.movies.find({""title"": ""The Crusades""}, {""writers"": 1})" How many viewer reviews did the movie L'opèra de quat'sous receive on Rotten Tomatoes?,"db.movies.find({""title"":""L'opèra de quat'sous""}, {""tomatoes.viewer.numReviews"":1})" who wrote the screenplay for the film Sunrise?,"db.movies.aggregate([ { ""$match"": { ""title"":""Sunrise""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Who is the actor that appears the most in movies directed by Satyajit Ray?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Satyajit Ray"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the running time of the film Upstream?,"db.movies.find({""title"":""Upstream""}, {""runtime"":1})" who was the film The Blood of a Poet written by?,"db.movies.find({""title"": ""The Blood of a Poet""}, {""writers"": 1})" what is the film White Shadows description ?,"db.movies.find({""title"": ""White Shadows""}, {""plot"": 1})" When was the movie Snow White and the Seven Dwarfs released in theaters?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""released"": 1})" What is the consensus among critics about the movie The Italian ?,"db.movies.find({""title"": ""The Italian""}, {""tomatoes.consensus"": 1})" What is the IMDb ID for the movie China Seas?,"db.movies.find({""title"":""China Seas""}, {""imdb.id"":1})" What is the language of The Land Beyond the Sunset?,"db.movies.find({""title"":""The Land Beyond the Sunset""}, {""languages"":1})" what is In the Land of the Head Hunters about in details?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""fullplot"": 1})" what genre is the film The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""genres"": 1})" what is Metropolis about in details?,"db.movies.find({""title"": ""Metropolis""}, {""fullplot"": 1})" How many audience reviews have been submitted for the movie Broken Lullaby?,"db.movies.find({ ""title"": ""Broken Lullaby"" }, { ""tomatoes.viewer.numReviews"": 1 })" what was the genre of the movie Viva Villa!?,"db.movies.find({""title"": ""Viva Villa!""}, {""genres"": 1})" what kind of movie is The Music Box?,"db.movies.find({""title"": ""The Music Box""}, {""genres"": 1})" Was the movie The Emperor Jones well received by audiences?,"db.movies.find({""title"":""The Emperor Jones""}, {""tomatoes.viewer"":1})" What is the IMDb rating for the movie Queen Kelly ?,"db.movies.find({""title"":""Queen Kelly""}, {""imdb.rating"":1})" who is the author of The Big Trail?,"db.movies.find({""title"": ""The Big Trail""}, {""writers"": 1})" How many votes does the movie Camille have on IMDb?,"db.movies.find({""title"":""Camille""}, {""imdb.votes"":1})" what was the genre of the movie Greed?,"db.movies.find({""title"": ""Greed""}, {""genres"": 1})" who directed the movie Broadway Bill?,"db.movies.find({""title"": ""Broadway Bill""}, {""directors"": 1})" who produced the movie Comradeship?,"db.movies.find({""title"":""Comradeship""}, {""tomatoes.production"":1})" what is The Garden of Allah about?,"db.movies.find({""title"": ""The Garden of Allah""}, {""plot"": 1})" What is the IMDb rating for the movie Asphalt ?,"db.movies.find({""title"":""Asphalt""}, {""imdb.rating"":1})" What is the Rotten Tomatoes meter rating for the movie The Last Command ?,"db.movies.find({""title"":""The Last Command""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What is the production company of The Red Head?,"db.movies.find({""title"":""The Red Head""}, {""tomatoes.production"":1})" What is the IMDb rating for the film A Free Soul?,"db.movies.find({""title"": ""A Free Soul""}, {""imdb.rating"": 1})" How long is the movie The Thin Man in minutes?,"db.movies.find({""title"":""The Thin Man""}, {""runtime"":1})" What is the MPAA rating of For Heaven's Sake?,"db.movies.find({""title"":""For Heaven's Sake""}, {""rated"":1})" which person wrote Clash of the Wolves?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""writers"": 1})" who is the director that directed Salomè?,"db.movies.find({""title"": ""Salomè""}, {""directors"": 1})" who was the writer of The Lives of a Bengal Lancer?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""writers"": 1})" who was the writer of Within Our Gates?,"db.movies.find({""title"": ""Within Our Gates""}, {""writers"": 1})" the film David Golder starred which actors?,"db.movies.find({""title"": ""David Golder""}, {""cast"": 1})" the director of The Great Ziegfeld was?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""directors"": 1})" what kind of movie is The Crusades?,"db.movies.find({""title"": ""The Crusades""}, {""genres"": 1})" what sort of movie is The Dark Angel?,"db.movies.find({""title"": ""The Dark Angel""}, {""genres"": 1})" Could you tell me the total runtime of all Wes Anderson movies he has directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Wes Anderson"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" Who are the starring actors/actresses in the movie Bride of Frankenstein?,"db.movies.find({""title"":""Bride of Frankenstein""}, {""cast"":1})" what is the film Man of Aran imdb rating?,"db.movies.find({""title"": ""Man of Aran""}, {""imdb.rating"": 1})" What is the production company behind the movie State Fair ?,"db.movies.find({""title"": ""State Fair""}, { ""tomatoes.production"": 1})" who was The Wind written by?,"db.movies.find({""title"": ""The Wind""}, {""writers"": 1})" What is the audience rating of the movie Show Boat ?,"db.movies.find({ ""title"": ""Show Boat"" },{ ""tomatoes.viewer.rating"": 1 })" When was the information last updated for the movie Elephant Boy ?,"db.movies.find({ ""title"": ""Elephant Boy"" },{ ""lastupdated"": 1 })" What is the added duration of all movies directed by Robert Bresson?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Robert Bresson"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" who directed Masquerade in Vienna?,"db.movies.find({""title"": ""Masquerade in Vienna""}, {""directors"": 1})" How many audience reviews have been submitted for the movie Berkeley Square ?,"db.movies.find({ ""title"": ""Berkeley Square"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the IMDb rating for the movie Man of Aran ?,"db.movies.find({""title"":""Man of Aran""}, {""imdb.rating"":1})" who is the director of Viva Villa!?,"db.movies.find({""title"": ""Viva Villa!""}, {""directors"": 1})" who's the director of The Dark Angel?,"db.movies.find({""title"": ""The Dark Angel""}, {""directors"": 1})" How many votes did the movie David Golder receive on IMDB?,"db.movies.find({""title"": ""David Golder""}, { ""imdb.votes"": 1})" Can you provide a detailed summary of the movie Pèpè le Moko plot?,"db.movies.find({ ""title"": ""Pèpè le Moko"" }, { ""fullplot"": 1})" How did the audience and critics receive the film Lost Horizon?,"db.movies.find({""title"":""Lost Horizon""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What are the names of the films that were directed by Akira Kurosawa and released in the 1990s?,"db.movies.find({""directors"": 'Akira Kurosawa', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" who are the actors in the film In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, {""cast"": 1})" What is the full plot summary of the movie The Divorcee ?,"db.movies.find({""title"": ""The Divorcee""}, {""plot"": 1})" What is the imdbID and genre of the movie 'The Music Box'?,"db.movies.find({""title"": ""The Music Box""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" what is the plot for The Story of Louis Pasteur?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""plot"": 1})" "The Crowd Roars, is written by who?","db.movies.find({""title"": ""The Crowd Roars""}, {""writers"": 1})" The Docks of New York is a movie written by this person?,"db.movies.find({""title"": ""The Docks of New York""}, {""writers"": 1})" What is the rating of the movie Dames on IMDb?,"db.movies.find({""title"":""Dames""}, {""imdb.rating"":1})" how has Camille been recieved by critics and audience?,"db.movies.find({""title"":""Camille""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" In what year was the movie Intolerance: Love's Struggle Throughout the Ages released?,"db.movies.find({""title"":""Intolerance: Love's Struggle Throughout the Ages""}, {""year"":1})" What is the IMDb rating for the film The Invisible Ray?,"db.movies.find({""title"": ""The Invisible Ray""}, {""imdb.rating"": 1})" what is the genre for the movie Going Hollywood?,"db.movies.find({""title"": ""Going Hollywood""}, {""genres"": 1})" In what language was the movie Broadway Melody of 1936 released?,"db.movies.find({ ""title"": ""Broadway Melody of 1936"" }, { ""languages"": 1})" "what is I Was Born, But... about?","db.movies.find({""title"": ""I Was Born, But...""}, {""plot"": 1})" Who is the lead actor of the movie Lonesome ?,"db.movies.find({""title"": ""Lonesome""}, {""cast"":{""$slice"": 1},""title"":1})" who is the writer of Beau Geste?,"db.movies.find({""title"": ""Beau Geste""}, {""writers"": 1})" How many reviews have been submitted by critics for the movie The Invisible Ray ?,"db.movies.find({""title"": ""The Invisible Ray""}, {""tomatoes.critic.numReviews"": 1})" the film The Hunchback of Notre Dame was directed by who?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, {""directors"": 1})" What is the production company of the movie Show Boat?,"db.movies.find({""title"":""Show Boat""}, {""tomatoes.production"":1})" what was the genre of the movie Mèdchen in Uniform?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""genres"": 1})" what was the release date of the film The Gilded Lily?,"db.movies.find({""title"": ""The Gilded Lily""}, {""released"": 1})" what is the full plot for Lonesome?,"db.movies.find({""title"": ""Lonesome""}, {""fullplot"": 1})" When was the movie The Son of Kong released?,"db.movies.find({""title"":""The Son of Kong""}, {""released"":1})" What is the freshness score of the movie Wild Boys of the Road on Rotten Tomatoes?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""tomatoes.fresh"": 1})" "On Rotten Tomatoes, what is the top-rated film directed by Ingmar Bergman?","db.movies.find({""directors"": ""Ingmar Bergman"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" how many awards did the film The Crowd Roars win?,"db.movies.find({""title"":""The Crowd Roars""}, {""awards.wins"":1})" In which countries was the movie One Week produced?,"db.movies.find({""title"":""One Week""}, {""countries"":1})" How many audience reviews have been submitted for the movie Dames?,"db.movies.find({ ""title"": ""Dames"" }, { ""tomatoes.viewer.numReviews"": 1 })" What is the highest-rated movie directed by Robert Bresson on rotten tomatoes?,"db.movies.find({""directors"": ""Robert Bresson"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the box office revenue for the movie 'Lady Windermere's Fan'?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""tomatoes.boxOffice"": 1})" What is the critical reception of the movie The Great Train Robbery?,"db.movies.find({""title"":""The Great Train Robbery""}, {""tomatoes.critic"":1})" "Broadway Melody of 1936, was written by who?","db.movies.find({""title"": ""Broadway Melody of 1936""}, {""writers"": 1})" who wrote the screenplay for The Thin Man?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Thin Man""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the primary genre of the movies directed by Roman Polanski?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Roman Polanski"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" When was the information about the movie Becky Sharp last updated?,"db.movies.find({ ""title"": ""Becky Sharp"" }, { ""lastupdated"": 1})" How does the movie Black Legion rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Black Legion"" },{ ""tomatoes.critic.meter"": 1 })" who wrote the movie Zoo in Budapest?,"db.movies.find({""title"": ""Zoo in Budapest""}, {""writers"": 1})" Can you give me a brief summary of the movie The Sin of Madelon Claudet plot?,"db.movies.find({""title"":""The Sin of Madelon Claudet""}, {""plot"":1})" "The Man Who Could Work Miracles, is written by who?","db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""writers"": 1})" what is the full plot for Dodsworth?,"db.movies.find({""title"": ""Dodsworth""}, {""fullplot"": 1})" who was the writer of The Big Trail?,"db.movies.find({""title"": ""The Big Trail""}, {""writers"": 1})" who was the film Street Angel written by?,"db.movies.find({""title"": ""Street Angel""}, {""writers"": 1})" who are the actors in the movie The Robber Symphony?,"db.movies.find({""title"": ""The Robber Symphony""}, {""cast"": 1})" the movie Freaks was directed by who?,"db.movies.find({""title"": ""Freaks""}, {""directors"": 1})" what was the genre of the movie Foolish Wives?,"db.movies.find({""title"": ""Foolish Wives""}, {""genres"": 1})" How many awards did the movie win Theodora Goes Wild ?,"db.movies.find({ ""title"": ""Theodora Goes Wild"" },{ ""awards.wins"": 1 })" who was the writer of Pèpè le Moko?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""writers"": 1})" What is the movie Tol'able David about? Can you provide a brief summary?,"db.movies.find({""title"":""Tol'able David""}, {""plot"":1})" who produced the film Wild Oranges?,"db.movies.find({""title"":""Wild Oranges""}, {""tomatoes.production"":1})" In what year was the movie Four Sons released?,"db.movies.find({""title"":""Four Sons""}, {""year"":1})" How many reviews did the movie The Front Page receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Front Page""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" What is the language of the film A Star Is Born?,"db.movies.find({""title"":""A Star Is Born""}, {""languages"":1})" how many awards did The Big House win?,"db.movies.find({""title"":""The Big House""}, {""awards.wins"":1})" what is the movie Sanders of the River description ?,"db.movies.find({""title"": ""Sanders of the River""}, {""plot"": 1})" what is the movie Earth about?,"db.movies.find({""title"": ""Earth""}, {""plot"": 1})" what genre is Black Legion?,"db.movies.find({""title"": ""Black Legion""}, {""genres"": 1})" who stars in the movie The Prisoner of Zenda?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""cast"": 1})" can you describe the plot of Swedenhielms Family?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""plot"": 1})" In what language was the movie They Won't Forget released?,"db.movies.find({ ""title"": ""They Won't Forget"" }, { ""languages"": 1})" What is the number of movies Francis Ford Coppola released per year?,"db.movies.aggregate([{ $match: { ""directors"": ""Francis Ford Coppola"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" Was the movie The Life of Emile Zola well received by audiences and critics?,"db.movies.find({""title"":""The Life of Emile Zola""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who was the movie Moscow Laughs written by?,"db.movies.find({""title"": ""Moscow Laughs""}, {""writers"": 1})" who is the director that directed Flying Down to Rio?,"db.movies.find({""title"": ""Flying Down to Rio""}, {""directors"": 1})" What is the name of the Yasujiro Ozu-directed movie with the least runtime?,"db.movies.find({""directors"":""Yasujiro Ozu""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" who wrote the movie The Ace of Hearts?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""writers"": 1})" what genre is the movie The Sin of Madelon Claudet?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""genres"": 1})" which company produced In Old Chicago?,"db.movies.find({""title"":""In Old Chicago""}, {""tomatoes.production"":1})" "Has the movie Smilin' Through won any awards? If so, which ones?","db.movies.find({""title"":""Smilin' Through"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" How many comments have been posted by users on the movie Les Misèrables's page on the Mflix platform?,"db.movies.find({ ""title"": ""Les Misèrables"" }, { ""num_mflix_comments"": 1 })" What is the text representation of the awards won and nominations received by the movie From Hand to Mouth?,"db.movies.find({""title"": ""From Hand to Mouth""}, { ""awards.text"": 1})" Swedenhielms Family was directed by who?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""directors"": 1})" who starred in Gold Diggers of 1933?,"db.movies.find({""title"": ""Gold Diggers of 1933""}, {""cast"": 1})" what is Kid Galahad imdb rating?,"db.movies.find({""title"": ""Kid Galahad""}, {""imdb.rating"": 1})" How many reviews have been submitted for the movie They Won't Forget on Rotten Tomatoes?,"db.movies.find({ ""title"": ""They Won't Forget"" },{ ""tomatoes.viewer.numReviews"": 1 })" Who are the writers of the movie The Kid ?,"db.movies.find({""title"": ""The Kid""}, { ""writers"": 1})" what is the film All Quiet on the Western Front about in details?,"db.movies.find({""title"": ""All Quiet on the Western Front""}, {""fullplot"": 1})" What is the cumulative duration of all the films that Robert Bresson directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Robert Bresson"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" the movie Maria Chapdelaine starred which actors?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""cast"": 1})" What is the production company of the film China Seas?,"db.movies.find({""title"":""China Seas""}, {""tomatoes.production"":1})" How did the audience and critics receive the film The General?,"db.movies.find({""title"":""The General""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Was the movie Top Hat well received by audiences and critics?,"db.movies.find({""title"":""Top Hat""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the viewer rating for the movie Robin Hood on Rotten Tomatoes?,"db.movies.find({""title"":""Robin Hood""}, {""tomatoes.viewer.rating"":1})" what is the film She about in details?,"db.movies.find({""title"": ""She""}, {""fullplot"": 1})" Can you provide a longer version of the movie Triumph of the Will plot?,"db.movies.find({""title"":""Triumph of the Will""}, {""fullplot"":1})" which person wrote the film The Crusades?,"db.movies.find({""title"": ""The Crusades""}, {""writers"": 1})" who directed the movie Pèpè le Moko?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""directors"": 1})" How did the audience and critics receive Broadway Melody of 1936?,"db.movies.find({""title"":""Broadway Melody of 1936""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the website associated with the movie The Wedding Night on Rotten Tomatoes?,"db.movies.find({""title"": ""The Wedding Night""}, {""tomatoes.website"": 1})" what is the genre for the film Popeye the Sailor Meets Sindbad the Sailor?,"db.movies.find({""title"": ""Popeye the Sailor Meets Sindbad the Sailor""}, {""genres"": 1})" Which actor has the most frequent appearances in Jean-Luc Godard's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Jean-Luc Godard"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" "The Kid, was written by who?","db.movies.find({""title"": ""The Kid""}, {""writers"": 1})" Was the movie Les vampires well received by audiences?,"db.movies.find({""title"":""Les vampires""}, {""tomatoes.viewer"":1})" What is the production company of Ella Cinders?,"db.movies.find({""title"":""Ella Cinders""}, {""tomatoes.production"":1})" what is the plot for the film Mutiny on the Bounty?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""plot"": 1})" What is the viewer rating for the movie The Good Earth on Rotten Tomatoes?,"db.movies.find({""title"":""The Good Earth""}, {""tomatoes.viewer.rating"":1})" How many nominations did the movie The Broadway Melody receive?,"db.movies.find({""title"":""The Broadway Melody""}, {""awards.nominations"":1})" What is the critical reception of the movie The Green Pastures?,"db.movies.find({""title"":""The Green Pastures""}, {""tomatoes.critic"":1})" What is the audience rating of the movie The Pearls of the Crown ?,"db.movies.find({ ""title"": ""The Pearls of the Crown"" },{ ""tomatoes.viewer.rating"": 1 })" which person wrote Payment Deferred?,"db.movies.find({""title"": ""Payment Deferred""}, {""writers"": 1})" The Poor Little Rich Girl is a film written by this person?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""writers"": 1})" how many awards did the film Stage Door win?,"db.movies.find({""title"":""Stage Door""}, {""awards.wins"":1})" What is the ID of the movie Peter Pan on IMDB?,"db.movies.find({""title"": ""Peter Pan""}, {""imdb.id"": 1})" Could you tell me the title of the movie with the shortest duration that was directed by Quentin Tarantino?,"db.movies.find({""directors"":""Quentin Tarantino""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" what year was the movie The Guardsman released?,"db.movies.find({""title"": ""The Guardsman""}, {""year"": 1})" How many viewer reviews did the movie The Song of Night receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Song of Night""}, {""tomatoes.viewer.numReviews"":1})" what is the film The Public Enemy about?,"db.movies.find({""title"": ""The Public Enemy""}, {""plot"": 1})" what is the full plot for the movie Duck Soup?,"db.movies.find({""title"": ""Duck Soup""}, {""fullplot"": 1})" who stars in the movie A Story of Floating Weeds?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""cast"": 1})" what is the plot for the movie In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, {""plot"": 1})" what was the release year of the movie Dante's Inferno?,"db.movies.find({""title"": ""Dante's Inferno""}, {""year"": 1})" What is the full plot summary of the movie The Public Enemy ?,"db.movies.find({""title"": ""The Public Enemy""}, {""plot"": 1})" who directed Broadway Melody of 1936?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""directors"": 1})" When was the movie Morocco released in theaters?,"db.movies.find({""title"": ""Morocco""}, {""released"": 1})" How many wins did the movie Love Me Tonight receive?,"db.movies.find({""title"":""Love Me Tonight""}, {""awards.wins"":1})" What is the meter score of the movie Where Are My Children? according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Where Are My Children?""}, {""tomatoes.viewer.meter"": 1})" which person wrote the movie The Song of Night?,"db.movies.find({""title"": ""The Song of Night""}, {""writers"": 1})" What is the meter score of the movie The Crowd Roars according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Crowd Roars""}, {""tomatoes.viewer.meter"": 1})" One Week was directed by who?,"db.movies.find({""title"": ""One Week""}, {""directors"": 1})" what year was Lenin in October released?,"db.movies.find({""title"": ""Lenin in October""}, {""year"": 1})" the director of The Fall of the House of Usher was?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""directors"": 1})" the movie Viva Villa! starred who?,"db.movies.find({""title"": ""Viva Villa!""}, {""cast"": 1})" How did the audience and critics receive Tsirk?,"db.movies.find({""title"":""Tsirk""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How many award nominations did the movie receive Nosferatu ?,"db.movies.find({ ""title"": ""Nosferatu"" },{ ""awards.nominations"": 1 })" What is the production company behind the movie x?,"db.movies.find({""title"": ""Steamboat Willie""}, { ""tomatoes.production"": 1})" What is the website associated with the movie The Robber Symphony on Rotten Tomatoes?,"db.movies.find({""title"": ""The Robber Symphony""}, {""tomatoes.website"": 1})" which company produced the movie The Story of a Cheat?,"db.movies.find({""title"":""The Story of a Cheat""}, {""tomatoes.production"":1})" What is the viewer rating for the movie The Blue Bird on Rotten Tomatoes?,"db.movies.find({""title"":""The Blue Bird""}, {""tomatoes.viewer.rating"":1})" the film Folies Bergère de Paris starred which actors?,"db.movies.find({""title"": ""Folies Bergère de Paris""}, {""cast"": 1})" which person directed For Heaven's Sake?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""directors"": 1})" who wrote Fury?,"db.movies.find({""title"": ""Fury""}, {""writers"": 1})" who directed Top Hat?,"db.movies.find({""title"": ""Top Hat""}, {""directors"": 1})" What is the production company of the movie Come and Get It?,"db.movies.find({""title"":""Come and Get It""}, {""tomatoes.production"":1})" what was the genre of the movie Triumph of the Will?,"db.movies.find({""title"": ""Triumph of the Will""}, {""genres"": 1})" How many votes did the movie Toni receive on IMDB?,"db.movies.find({""title"": ""Toni""}, { ""imdb.votes"": 1})" Who is the lead actress of the movie Gold Diggers of 1933 ?,"db.movies.find({""title"": ""Gold Diggers of 1933""}, {""cast"":{""$slice"": 1},""title"":1})" the film The Thin Man starred which actors?,"db.movies.find({""title"": ""The Thin Man""}, {""cast"": 1})" What is the Tomatometer score of the movie The New Gulliver ?,"db.movies.find({ ""title"": ""The New Gulliver"" },{ ""tomatoes.critic.meter"": 1 })" the movie Broken Blossoms or The Yellow Man and the Girl starred who?,"db.movies.find({""title"": ""Broken Blossoms or The Yellow Man and the Girl""}, {""cast"": 1})" who wrote the screenplay for the film Blacksmith Scene?,"db.movies.aggregate([ { ""$match"": { ""title"":""Blacksmith Scene""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" can you describe the plot of Asphalt?,"db.movies.find({""title"": ""Asphalt""}, {""plot"": 1})" who wrote the screenplay for Queen Kelly?,"db.movies.aggregate([ { ""$match"": { ""title"":""Queen Kelly""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who is the writer of the film Lenin in October?,"db.movies.find({""title"": ""Lenin in October""}, {""writers"": 1})" can you describe the plot of Three Little Pigs?,"db.movies.find({""title"": ""Three Little Pigs""}, {""plot"": 1})" what is the full plot for My Man Godfrey?,"db.movies.find({""title"": ""My Man Godfrey""}, {""fullplot"": 1})" who acted in the film Viva Villa!?,"db.movies.find({""title"": ""Viva Villa!""}, {""cast"": 1})" who was the writer of The Awful Truth?,"db.movies.find({""title"": ""The Awful Truth""}, {""writers"": 1})" who are the actors in the movie Wonder Bar?,"db.movies.find({""title"": ""Wonder Bar""}, {""cast"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie The Freshman?,"db.movies.find({""title"": ""The Freshman""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" what is the film The Dark Angel description ?,"db.movies.find({""title"": ""The Dark Angel""}, {""plot"": 1})" What type of movie is Safety Last! ?,"db.movies.find({""title"":""Safety Last!""}, {""genres"":1})" who was the movie The Chechahcos written by?,"db.movies.find({""title"": ""The Chechahcos""}, {""writers"": 1})" "the film The Public Enemy, was written by who?","db.movies.find({""title"": ""The Public Enemy""}, {""writers"": 1})" what genre is The Story of a Cheat?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""genres"": 1})" Which films did Terrence Malick direct in the 1990s?,"db.movies.find({""directors"": 'Terrence Malick', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" how has Dekigokoro been recieved by critics and audience?,"db.movies.find({""title"":""Dekigokoro""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what year was the movie Sanders of the River released?,"db.movies.find({""title"": ""Sanders of the River""}, {""year"": 1})" What is the Metacritic score of the movie Snow White and the Seven Dwarfs ?,"db.movies.find({ ""title"": ""Snow White and the Seven Dwarfs"" }, { ""metacritic"": 1})" Who are the writers of the movie A Woman of Paris: A Drama of Fate ?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, { ""writers"": 1})" How long is the movie City Streets in minutes?,"db.movies.find({""title"":""City Streets""}, {""runtime"":1})" how many awards did Ben-Hur: A Tale of the Christ win?,"db.movies.find({""title"":""Ben-Hur: A Tale of the Christ""}, {""awards.wins"":1})" "Top Hat, was written by who?","db.movies.find({""title"": ""Top Hat""}, {""writers"": 1})" Can you provide a detailed summary of the movie The Man Who Could Work Miracles plot?,"db.movies.find({ ""title"": ""The Man Who Could Work Miracles"" }, { ""fullplot"": 1})" When was the information about the movie Red Dust last updated?,"db.movies.find({ ""title"": ""Red Dust"" }, { ""lastupdated"": 1})" what is the movie The Lost Patrol description ?,"db.movies.find({""title"": ""The Lost Patrol""}, {""plot"": 1})" How many reviews did the movie Toni receive on Rotten Tomatoes?,"db.movies.find({""title"":""Toni""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" who was Shanghai Express written by?,"db.movies.find({""title"": ""Shanghai Express""}, {""writers"": 1})" what was the genre of the movie Sunrise?,"db.movies.find({""title"": ""Sunrise""}, {""genres"": 1})" which person directed China Seas?,"db.movies.find({""title"": ""China Seas""}, {""directors"": 1})" Which cinematic productions were directed by Jean-Pierre Melville?,"db.movies.find({""directors"": ""Jean-Pierre Melville""},{""title"":1})" who produced the film The Great Ziegfeld?,"db.movies.find({""title"":""The Great Ziegfeld""}, {""tomatoes.production"":1})" which company produced the movie The Barretts of Wimpole Street?,"db.movies.find({""title"":""The Barretts of Wimpole Street""}, {""tomatoes.production"":1})" who are the actors in The Lives of a Bengal Lancer?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""cast"": 1})" who are the actors in the film Three Little Pigs?,"db.movies.find({""title"": ""Three Little Pigs""}, {""cast"": 1})" what year was Topaze released?,"db.movies.find({""title"": ""Topaze""}, {""year"": 1})" Which movies from the 1990s were directed by Luchino Visconti?,"db.movies.find({""directors"": 'Luchino Visconti', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What is the movie The Garden of Allah rating?,"db.movies.find({""title"":""The Garden of Allah""}, {""rated"":1})" who was the writer of the film I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, {""writers"": 1})" Which actor has the highest count of appearances in David Fincher's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""David Fincher"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what is the plot for Moscow Laughs?,"db.movies.find({""title"": ""Moscow Laughs""}, {""plot"": 1})" What is the box office revenue of the movie Foolish Wives ?,"db.movies.find({""title"": ""Foolish Wives""}, { ""tomatoes.boxOffice"": 1})" who wrote the screenplay for the movie The Sin of Madelon Claudet?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Sin of Madelon Claudet""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" what was the release year of the film These Three?,"db.movies.find({""title"": ""These Three""}, {""year"": 1})" who is the director for Lady Windermere's Fan?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""directors"": 1})" What is the audience rating of the movie Twentieth Century ?,"db.movies.find({ ""title"": ""Twentieth Century"" },{ ""tomatoes.viewer.rating"": 1 })" who stars in Wife! Be Like a Rose!?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""cast"": 1})" What is the Rotten Tomatoes meter rating for the movie The General ?,"db.movies.find({""title"":""The General""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" what is the full plot for The Pearls of the Crown?,"db.movies.find({""title"": ""The Pearls of the Crown""}, {""fullplot"": 1})" What is the production company of the movie She Done Him Wrong?,"db.movies.find({""title"":""She Done Him Wrong""}, {""tomatoes.production"":1})" What is the viewer rating for the movie Dishonored on Rotten Tomatoes?,"db.movies.find({""title"":""Dishonored""}, {""tomatoes.viewer.rating"":1})" Has the movie Kid Galahad won any awards?,"db.movies.find({""title"":""Kid Galahad""}, {""awards.wins"":1})" What is the count of feature films that have been directed by David Fincher?,"db.movies.countDocuments({""directors"":""David Fincher""})" What is the running time of the movie The Big House?,"db.movies.find({""title"":""The Big House""}, {""runtime"":1})" what is the full plot for The Lower Depths?,"db.movies.find({""title"": ""The Lower Depths""}, {""fullplot"": 1})" The Strong Man is written by this person?,"db.movies.find({""title"": ""The Strong Man""}, {""writers"": 1})" How many audience reviews have been submitted for the movie Elephant Boy?,"db.movies.find({ ""title"": ""Elephant Boy"" }, { ""tomatoes.viewer.numReviews"": 1 })" What is the running time of the film Moscow Laughs?,"db.movies.find({""title"":""Moscow Laughs""}, {""runtime"":1})" who wrote the movie Wonder Bar?,"db.movies.find({""title"": ""Wonder Bar""}, {""writers"": 1})" What is the IMDb ID for the movie Clash of the Wolves?,"db.movies.find({""title"":""Clash of the Wolves""}, {""imdb.id"":1})" what is Rembrandt description?,"db.movies.find({""title"": ""Rembrandt""}, {""plot"": 1})" Which types of movies has Gus Van Sant directed?,"db.movies.distinct(""genres"", { ""directors"": ""Gus Van Sant"" })" what was the release date of the movie The Count of Monte Cristo?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""released"": 1})" who is the writer of Anthony Adverse?,"db.movies.find({""title"": ""Anthony Adverse""}, {""writers"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie The Front Page?,"db.movies.find({""title"": ""The Front Page""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" What is the plot summary of the movie Murders in the Rue Morgue ?,"db.movies.find({ ""title"": ""Murders in the Rue Morgue"" }, { ""plot"": 1})" Hallelujah is a movie written by this person?,"db.movies.find({""title"": ""Hallelujah""}, {""writers"": 1})" What is the production company of the movie Les Misèrables?,"db.movies.find({""title"":""Les Misèrables""}, {""tomatoes.production"":1})" What is the text description of the movie Masquerade in Vienna awards?,"db.movies.find({""title"":""Masquerade in Vienna""}, {""awards.text"":1})" "Has the film The Navigator won any awards? If so, which ones?","db.movies.find({""title"":""The Navigator"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the viewer rating for the movie The Prince and the Pauper on Rotten Tomatoes?,"db.movies.find({""title"":""The Prince and the Pauper""}, {""tomatoes.viewer.rating"":1})" who starred in the film Regeneration?,"db.movies.find({""title"": ""Regeneration""}, {""cast"": 1})" who was The Wedding March directed by?,"db.movies.find({""title"": ""The Wedding March""}, {""directors"": 1})" What is the running time of the film Lost Horizon?,"db.movies.find({""title"":""Lost Horizon""}, {""runtime"":1})" the film The Private Life of Henry VIII. was directed by who?,"db.movies.find({""title"": ""The Private Life of Henry VIII.""}, {""directors"": 1})" What is the MongoDB document ID of the movie The Prisoner of Shark Island?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""_id"": 1})" who wrote the screenplay for the film The Cheat?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Cheat""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" How does the movie Beau Geste rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Beau Geste"" },{ ""tomatoes.critic.meter"": 1 })" What is the IMDb rating for the movie The Docks of New York ?,"db.movies.find({""title"":""The Docks of New York""}, {""imdb.rating"":1})" How many nominations did the movie This Is My Affair receive?,"db.movies.find({""title"":""This Is My Affair""}, {""awards.nominations"":1})" what is the full plot for It?,"db.movies.find({""title"": ""It""}, {""fullplot"": 1})" the film Gold Diggers of 1935 starred which actors?,"db.movies.find({""title"": ""Gold Diggers of 1935""}, {""cast"": 1})" What is the IMDb rating for the film Theodora Goes Wild?,"db.movies.find({""title"": ""Theodora Goes Wild""}, {""imdb.rating"": 1})" what genre is Cops?,"db.movies.find({""title"": ""Cops""}, {""genres"": 1})" How many comments have been posted by users on the movie Tarzan the Ape Man's page on the Mflix platform?,"db.movies.find({ ""title"": ""Tarzan the Ape Man"" }, { ""num_mflix_comments"": 1 })" what is the movie The Blue Light about?,"db.movies.find({""title"": ""The Blue Light""}, {""plot"": 1})" What is the Tomatometer score of the movie Intolerance: Love's Struggle Throughout the Ages ?,"db.movies.find({ ""title"": ""Intolerance: Love's Struggle Throughout the Ages"" },{ ""tomatoes.critic.meter"": 1 })" Was the movie Ella Cinders well received by audiences and critics?,"db.movies.find({""title"":""Ella Cinders""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who starred in the movie Folies Bergère de Paris?,"db.movies.find({""title"": ""Folies Bergère de Paris""}, {""cast"": 1})" who is the writer of the movie Clash of the Wolves?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""writers"": 1})" In what year was the movie The Red Head released ?,"db.movies.find({ ""title"": ""The Red Head"" }, { ""year"": 1})" Has the movie The Crowd Roars won any awards?,"db.movies.find({""title"":""The Crowd Roars""}, {""awards.wins"":1})" who was The Prisoner of Shark Island written by?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""writers"": 1})" what is The Ghost Goes West imdb rating?,"db.movies.find({""title"": ""The Ghost Goes West""}, {""imdb.rating"": 1})" What is the critical reception of the movie Wild Oranges?,"db.movies.find({""title"":""Wild Oranges""}, {""tomatoes.critic"":1})" the film Der Kaiser von Kalifornien starred which actors?,"db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, {""cast"": 1})" who starred in the film Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""cast"": 1})" what is Within Our Gates about in details?,"db.movies.find({""title"": ""Within Our Gates""}, {""fullplot"": 1})" What is the number of films that Akira Kurosawa has directed?,"db.movies.countDocuments({""directors"":""Akira Kurosawa""})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie The Life of Emile Zola ?,"db.movies.find({""title"":""The Life of Emile Zola""}, {""tomatoes.viewer.meter"":1})" What languages are spoken in the movie The Cheat?,"db.movies.find({""title"":""The Cheat""}, {""languages"":1})" what is the film Salomè description ?,"db.movies.find({""title"": ""Salomè""}, {""plot"": 1})" Has the movie Les Misèrables won any awards?,"db.movies.find({""title"":""Les Misèrables""}, {""awards.wins"":1})" Could you tell me the title of the movie with the shortest duration that was directed by Clint Eastwood?,"db.movies.find({""directors"":""Clint Eastwood""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" In what language was the movie Wild Oranges released?,"db.movies.find({ ""title"": ""Wild Oranges"" }, { ""languages"": 1})" what is the full plot for the film Little Women?,"db.movies.find({""title"": ""Little Women""}, {""fullplot"": 1})" The Count of Monte Cristo is written by this person?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""writers"": 1})" who was the writer of The Wedding Night?,"db.movies.find({""title"": ""The Wedding Night""}, {""writers"": 1})" who are the actors in the film Elephant Boy?,"db.movies.find({""title"": ""Elephant Boy""}, {""cast"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Little Miss Marker?,"db.movies.find({""title"": ""Little Miss Marker""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" What is the consensus among critics about the movie The Prisoner of Shark Island?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, { ""tomatoes.consensus"": 1})" what was the release year of Imitation of Life?,"db.movies.find({""title"": ""Imitation of Life""}, {""year"": 1})" What are the countries associated with the movie The Freshman ?,"db.movies.find({""title"": ""The Freshman""}, {""countries"": 1})" What is the box office revenue of the movie Becky Sharp ?,"db.movies.find({""title"": ""Becky Sharp""}, { ""tomatoes.boxOffice"": 1})" How many reviews did the movie The Wedding Night receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Wedding Night""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" who produced the movie Three Little Pigs?,"db.movies.find({""title"":""Three Little Pigs""}, {""tomatoes.production"":1})" "Broadway Bill, was written by who?","db.movies.find({""title"": ""Broadway Bill""}, {""writers"": 1})" What is the meter score of the movie I Am a Fugitive from a Chain Gang according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, {""tomatoes.viewer.meter"": 1})" what is the full plot for the movie The Dark Angel?,"db.movies.find({""title"": ""The Dark Angel""}, {""fullplot"": 1})" What is the MPAA rating of the movie The Charge of the Light Brigade?,"db.movies.find({""title"":""The Charge of the Light Brigade""}, {""rated"":1})" What is Clint Eastwood's highest-rated movie on Rotten Tomatoes?,"db.movies.find({""directors"": ""Clint Eastwood"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" When was the Tomatometer score and other Tomato-related information last updated for the movie Mayerling?,"db.movies.find({""title"": ""Mayerling""}, { ""tomatoes.lastUpdated"": 1})" who was the writer of the movie The Big Trail?,"db.movies.find({""title"": ""The Big Trail""}, {""writers"": 1})" who directed The World Moves On?,"db.movies.find({""title"": ""The World Moves On""}, {""directors"": 1})" what is the plot for the film The Music Box?,"db.movies.find({""title"": ""The Music Box""}, {""plot"": 1})" What is the cumulative duration of all the films that Clint Eastwood directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Clint Eastwood"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" what kind of film is A Woman of Paris: A Drama of Fate?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, {""genres"": 1})" What is the running time of the movie Flash Gordon?,"db.movies.find({""title"":""Flash Gordon""}, {""runtime"":1})" who wrote the screenplay for the movie Death Takes a Holiday?,"db.movies.aggregate([ { ""$match"": { ""title"":""Death Takes a Holiday""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" "Has the movie L'opèra de quat'sous won any awards? If so, which ones?","db.movies.find({""title"":""L'opèra de quat'sous"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" Who is the director of the movie The Last of the Mohicans?,"db.movies.find({""title"": ""The Last of the Mohicans""}, { ""directors"": 1})" who was the writer of the film A Free Soul?,"db.movies.find({""title"": ""A Free Soul""}, {""writers"": 1})" In what year was the movie Go West released?,"db.movies.find({""title"":""Go West""}, {""year"":1})" who wrote Ella Cinders?,"db.movies.find({""title"": ""Ella Cinders""}, {""writers"": 1})" Could you tell me the typical rating of Martin Scorsese movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Martin Scorsese""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" what is the film The Lost World description ?,"db.movies.find({""title"": ""The Lost World""}, {""plot"": 1})" what was the release year of the film Le grand jeu?,"db.movies.find({""title"": ""Le grand jeu""}, {""year"": 1})" What is the name of the director and cast for the movie 'The Black Pirate'?,"db.movies.find({""title"": ""The Black Pirate""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What languages are spoken in the movie The Poor Little Rich Girl ?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, { ""languages"": 1})" what genre is Pèpè le Moko?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""genres"": 1})" "Has the film Lost Horizon won any awards? If so, which ones?","db.movies.find({""title"":""Lost Horizon"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who is the director for Safety Last!?,"db.movies.find({""title"": ""Safety Last!""}, {""directors"": 1})" who is the writer of the movie For Heaven's Sake?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""writers"": 1})" Can you give me a brief summary of the movie The Beloved Vagabond plot?,"db.movies.find({""title"":""The Beloved Vagabond""}, {""plot"":1})" the film Wings was directed by who?,"db.movies.find({""title"": ""Wings""}, {""directors"": 1})" How long is the runtime of the movie In Old Arizona ?,"db.movies.find({""title"":""In Old Arizona""}, {""runtime"":1})" Who is the lead actress of the movie The Hurricane ?,"db.movies.find({""title"": ""The Hurricane""}, {""cast"":{""$slice"": 1},""title"":1})" What is the IMDb rating for the film The Passion of Joan of Arc?,"db.movies.find({""title"": ""The Passion of Joan of Arc""}, {""imdb.rating"": 1})" What is the name of the actor who appears most frequently in movies directed by Wes Anderson?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Wes Anderson"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Can you provide more information about the IMDb rating for the movie The New Gulliver ?,"db.movies.find({""title"":""The New Gulliver""}, {""imdb"":1})" what genre is the movie Grass: A Nation's Battle for Life?,"db.movies.find({""title"": ""Grass: A Nation's Battle for Life""}, {""genres"": 1})" "the movie The Guardsman, was written by who?","db.movies.find({""title"": ""The Guardsman""}, {""writers"": 1})" What is the production company of the movie Mèdchen in Uniform?,"db.movies.find({""title"":""Mèdchen in Uniform""}, {""tomatoes.production"":1})" The Guardsman was directed by who?,"db.movies.find({""title"": ""The Guardsman""}, {""directors"": 1})" This Is My Affair was directed by who?,"db.movies.find({""title"": ""This Is My Affair""}, {""directors"": 1})" the movie The Circus starred which actors?,"db.movies.find({""title"": ""The Circus""}, {""cast"": 1})" can you describe the plot of San Francisco?,"db.movies.find({""title"": ""San Francisco""}, {""plot"": 1})" What is the IMDb rating for the film The Iron Horse?,"db.movies.find({""title"": ""The Iron Horse""}, {""imdb.rating"": 1})" What is the primary genre of the movies directed by David Fincher?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""David Fincher"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what is the full plot for the film Black Legion?,"db.movies.find({""title"": ""Black Legion""}, {""fullplot"": 1})" what kind of film is Kid Galahad?,"db.movies.find({""title"": ""Kid Galahad""}, {""genres"": 1})" What is the runtime of the movie The Docks of New York ?,"db.movies.find({""title"": ""The Docks of New York""}, { ""runtime"": 1})" What is the website associated with the movie The Mummy on Rotten Tomatoes?,"db.movies.find({""title"": ""The Mummy""}, {""tomatoes.website"": 1})" What is the production company behind the movie Broken Lullaby ?,"db.movies.find({""title"": ""Broken Lullaby""}, { ""tomatoes.production"": 1})" In what language was the movie Toni released?,"db.movies.find({ ""title"": ""Toni"" }, { ""languages"": 1})" who wrote the screenplay for the film The Unknown?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Unknown""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Was the movie Dr. Jekyll and Mr. Hyde well received by audiences and critics?,"db.movies.find({""title"":""Dr. Jekyll and Mr. Hyde""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" "Has the movie He Who Gets Slapped won any awards? If so, which ones?","db.movies.find({""title"":""He Who Gets Slapped"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" which person wrote These Three?,"db.movies.find({""title"": ""These Three""}, {""writers"": 1})" Dames was directed by who?,"db.movies.find({""title"": ""Dames""}, {""directors"": 1})" How long is the runtime of the movie The Saphead ?,"db.movies.find({""title"":""The Saphead""}, {""runtime"":1})" who was The Good Earth directed by?,"db.movies.find({""title"": ""The Good Earth""}, {""directors"": 1})" what was the genre of the film The Black Cat?,"db.movies.find({""title"": ""The Black Cat""}, {""genres"": 1})" How did the audience and critics receive Death Takes a Holiday?,"db.movies.find({""title"":""Death Takes a Holiday""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the language of the movie The Chechahcos?,"db.movies.find({""title"":""The Chechahcos""}, {""languages"":1})" the movie A Night at the Opera starred which actors?,"db.movies.find({""title"": ""A Night at the Opera""}, {""cast"": 1})" who starred in the movie The 3 Penny Opera?,"db.movies.find({""title"": ""The 3 Penny Opera""}, {""cast"": 1})" What is the movie The Story of Louis Pasteur about? Can you provide a brief summary?,"db.movies.find({""title"":""The Story of Louis Pasteur""}, {""plot"":1})" what is the genre of Comradeship?,"db.movies.find({""title"": ""Comradeship""}, {""genres"": 1})" how many awards did The Black Cat win?,"db.movies.find({""title"":""The Black Cat""}, {""awards.wins"":1})" What languages are spoken in the movie The Barretts of Wimpole Street ?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, { ""languages"": 1})" how has Les Misèrables been recieved by critics and audience?,"db.movies.find({""title"":""Les Misèrables""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What are the countries associated with the movie The Invisible Ray ?,"db.movies.find({""title"": ""The Invisible Ray""}, {""countries"": 1})" who was Dodsworth written by?,"db.movies.find({""title"": ""Dodsworth""}, {""writers"": 1})" What is the mean rating of all the Ingmar Bergman films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Ingmar Bergman""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What are the genres this movie The Crowd belongs to?,"db.movies.find({""title"":""The Crowd""}, {""genres"":1})" what is the genre of Bad Girl?,"db.movies.find({""title"": ""Bad Girl""}, {""genres"": 1})" what genre is Queen Kelly?,"db.movies.find({""title"": ""Queen Kelly""}, {""genres"": 1})" who is the writer of the movie Black Fury?,"db.movies.find({""title"": ""Black Fury""}, {""writers"": 1})" "A Woman of Paris: A Drama of Fate, is written by who?","db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, {""writers"": 1})" How long is the runtime of the movie The Kid Brother ?,"db.movies.find({""title"":""The Kid Brother""}, {""runtime"":1})" In what year was the movie The Gold Rush released?,"db.movies.find({""title"":""The Gold Rush""}, {""year"":1})" What is the language of the film The Man Who Could Work Miracles?,"db.movies.find({""title"":""The Man Who Could Work Miracles""}, {""languages"":1})" What is the percentage of positive reviews among critics for the movie Popeye the Sailor Meets Sindbad the Sailor ?,"db.movies.find({ ""title"": ""Popeye the Sailor Meets Sindbad the Sailor"" },{ ""tomatoes.critic.meter"": 1 })" What is the language of the movie Daughter of Shanghai?,"db.movies.find({""title"":""Daughter of Shanghai""}, {""languages"":1})" what was the release date of the film Mr. Deeds Goes to Town?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""released"": 1})" Sanders of the River is a movie written by this person?,"db.movies.find({""title"": ""Sanders of the River""}, {""writers"": 1})" What is the language of the film State Fair?,"db.movies.find({""title"":""State Fair""}, {""languages"":1})" What is the rating of the movie The Garden of Allah according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Garden of Allah""}, {""tomatoes.viewer.rating"": 1})" what was the release date of Lloyd's of London?,"db.movies.find({""title"": ""Lloyd's of London""}, {""released"": 1})" What are the genres associated with the movie Tsirk ?,"db.movies.find({ ""title"": ""Tsirk"" }, { ""genres"": 1})" who are the actors in the movie Mr. Deeds Goes to Town?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""cast"": 1})" How many audience reviews have been submitted for the movie Kid Galahad ?,"db.movies.find({ ""title"": ""Kid Galahad"" },{ ""tomatoes.viewer.numReviews"": 1 })" What are the top-rated movies directed by Pedro Almodovar?,"db.movies.find({""directors"": 'Pedro Almodovar', ""imdb.rating"": {""$gt"": 8.5}})" who wrote the movie Mèdchen in Uniform?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""writers"": 1})" who is listed as director for Flying Down to Rio?,"db.movies.find({""title"": ""Flying Down to Rio""}, {""directors"": 1})" what is the movie Men Without Women about in details?,"db.movies.find({""title"": ""Men Without Women""}, {""fullplot"": 1})" What is the meter score of the movie The Great Train Robbery according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Great Train Robbery""}, {""tomatoes.viewer.meter"": 1})" How many viewer reviews did the movie Grand Hotel receive on Rotten Tomatoes?,"db.movies.find({""title"":""Grand Hotel""}, {""tomatoes.viewer.numReviews"":1})" What is the MPAA rating of the film The Awful Truth?,"db.movies.find({""title"":""The Awful Truth""}, {""rated"":1})" What is the combined duration of all films that Tim Burton directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Tim Burton"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the imdbID and year of release for the movie with a title of 'The Devil Is a Woman'?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" who acted in the movie A Story of Floating Weeds?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""cast"": 1})" What is the IMDb rating for The Blood of a Poet?,"db.movies.find({""title"": ""The Blood of a Poet""}, {""imdb.rating"": 1})" what is the movie The Four Horsemen of the Apocalypse description ?,"db.movies.find({""title"": ""The Four Horsemen of the Apocalypse""}, {""plot"": 1})" What is the consensus among critics about the movie The Hunchback of Notre Dame?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, { ""tomatoes.consensus"": 1})" What is the imdbID and genre of the movie 'Night Must Fall'?,"db.movies.find({""title"": ""Night Must Fall""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" who starred in The Fall of the House of Usher?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""cast"": 1})" What is the Tomatometer score of the movie The Champ ?,"db.movies.find({ ""title"": ""The Champ"" },{ ""tomatoes.critic.meter"": 1 })" who is the writer of the film The Cameraman?,"db.movies.find({""title"": ""The Cameraman""}, {""writers"": 1})" What is the critical reception of the movie Peter Pan?,"db.movies.find({""title"":""Peter Pan""}, {""tomatoes.critic"":1})" Was the movie Dames well received by audiences and critics?,"db.movies.find({""title"":""Dames""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who's the director of The Cameraman?,"db.movies.find({""title"": ""The Cameraman""}, {""directors"": 1})" who acted in the film King Solomon's Mines?,"db.movies.find({""title"": ""King Solomon's Mines""}, {""cast"": 1})" which person wrote Footlight Parade?,"db.movies.find({""title"": ""Footlight Parade""}, {""writers"": 1})" How many wins did the movie It Happened One Night receive?,"db.movies.find({""title"":""It Happened One Night""}, {""awards.wins"":1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Blood of a Poet""}, { ""tomatoes.production"": 1})" How many movies by Martin Scorsese were released in each year?,"db.movies.aggregate([{ $match: { ""directors"": ""Martin Scorsese"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" What is the name of the actor who appears most frequently in movies directed by Michelangelo Antonioni?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Michelangelo Antonioni"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the freshness score of the movie Romeo and Juliet on Rotten Tomatoes?,"db.movies.find({""title"": ""Romeo and Juliet""}, {""tomatoes.fresh"": 1})" what genre of film is Eskimo?,"db.movies.find({""title"": ""Eskimo""}, {""genres"": 1})" How many reviews have been submitted for the movie Sunrise on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Sunrise"" },{ ""tomatoes.viewer.numReviews"": 1 })" what is the movie The 3 Penny Opera about?,"db.movies.find({""title"": ""The 3 Penny Opera""}, {""plot"": 1})" What is the imdbID and genre of the movie 'The Trail of the Lonesome Pine'?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" In what year was the movie Tabu: A Story of the South Seas released ?,"db.movies.find({ ""title"": ""Tabu: A Story of the South Seas"" }, { ""year"": 1})" What is the production company behind the movie Applause ?,"db.movies.find({""title"": ""Applause""}, {""tomatoes.production"": 1})" which person wrote The Man Who Knew Too Much?,"db.movies.find({""title"": ""The Man Who Knew Too Much""}, {""writers"": 1})" Who are the actors that appear in the movie Flying Down to Rio ?,"db.movies.find({ ""title"": ""Flying Down to Rio"" },{ ""cast"": 1 })" What is the meter score of the movie Safety Last! according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Safety Last!""}, {""tomatoes.viewer.meter"": 1})" which person wrote the movie Robin Hood?,"db.movies.find({""title"": ""Robin Hood""}, {""writers"": 1})" Can you share with me the film genres that were helmed by Clint Eastwood?,"db.movies.distinct(""genres"", { ""directors"": ""Clint Eastwood"" })" what kind of film is Beau Geste?,"db.movies.find({""title"": ""Beau Geste""}, {""genres"": 1})" what is the genre for the movie A Story of Floating Weeds?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""genres"": 1})" What is the percentage of positive reviews among critics for the movie M ?,"db.movies.find({ ""title"": ""M"" },{ ""tomatoes.critic.meter"": 1 })" the movie Trouble in Paradise was directed by who?,"db.movies.find({""title"": ""Trouble in Paradise""}, {""directors"": 1})" What are the genres this movie The Devil Is a Woman belongs to?,"db.movies.find({""title"":""The Devil Is a Woman""}, {""genres"":1})" who wrote The Wind?,"db.movies.find({""title"": ""The Wind""}, {""writers"": 1})" Forbidden was directed by who?,"db.movies.find({""title"": ""Forbidden""}, {""directors"": 1})" what was the release date of the film Twentieth Century?,"db.movies.find({""title"": ""Twentieth Century""}, {""released"": 1})" who wrote the screenplay for The Mummy?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Mummy""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What was the release date for the movie Final Accord?,"db.movies.find({""title"":""Final Accord""}, {""released"":1})" How many votes does the movie The Scarlet Empress have on IMDb?,"db.movies.find({""title"":""The Scarlet Empress""}, {""imdb.votes"":1})" what is the full plot for The Docks of New York?,"db.movies.find({""title"": ""The Docks of New York""}, {""fullplot"": 1})" how many awards did the film Masquerade in Vienna win?,"db.movies.find({""title"":""Masquerade in Vienna""}, {""awards.wins"":1})" What type of movie is Secret Agent ?,"db.movies.find({""title"":""Secret Agent""}, {""genres"":1})" what is the movie I Am a Fugitive from a Chain Gang about?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, {""plot"": 1})" Which cinematic genres were directed by David Lynch?,"db.movies.distinct(""genres"", { ""directors"": ""David Lynch"" })" Can you provide more information about the IMDb rating for the movie This Is My Affair ?,"db.movies.find({""title"":""This Is My Affair""}, {""imdb"":1})" Can you give me a brief summary of the movie A Damsel in Distress plot?,"db.movies.find({""title"":""A Damsel in Distress""}, {""plot"":1})" What is the Rotten Tomatoes rating for Kenji Mizoguchi's highest-rated movie?,"db.movies.find({""directors"": ""Kenji Mizoguchi"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the runtime and rating for the movie 'The Circus'?,"db.movies.find({""title"": ""The Circus""}, {""runtime"": 1, ""rated"": 1})" Can you provide more information about the IMDb rating for the movie The Invisible Ray ?,"db.movies.find({""title"":""The Invisible Ray""}, {""imdb"":1})" Could you inform me of the total runtime of all Pedro Almodovar-directed movies?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Pedro Almodovar"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" Who are the actors that appear in the movie Our Hospitality ?,"db.movies.find({ ""title"": ""Our Hospitality"" },{ ""cast"": 1 })" what is The Power and the Glory about in details?,"db.movies.find({""title"": ""The Power and the Glory""}, {""fullplot"": 1})" "What is the general rating of Ridley Scott's films in the database, calculated as an average?","db.movies.aggregate([{""$match"": {""directors"":""Ridley Scott""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" what was the genre of the movie Flesh and the Devil?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""genres"": 1})" Could you tell me the exact number of films that have been directed by Akira Kurosawa?,"db.movies.countDocuments({""directors"":""Akira Kurosawa""})" what genre is The Garden of Allah?,"db.movies.find({""title"": ""The Garden of Allah""}, {""genres"": 1})" When was the movie The Freshman released in theaters?,"db.movies.find({""title"": ""The Freshman""}, {""released"": 1})" What is the box office revenue of the movie High and Dizzy in dollars?,"db.movies.find({""title"": ""High and Dizzy""}, {""tomatoes.boxOffice"": 1})" Has the movie The Guardsman won any awards?,"db.movies.find({""title"":""The Guardsman""}, {""awards.wins"":1})" what sort of film is The Hunchback of Notre Dame?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, {""genres"": 1})" who is the writer of Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""writers"": 1})" who produced the movie Bride of Frankenstein?,"db.movies.find({""title"":""Bride of Frankenstein""}, {""tomatoes.production"":1})" what kind of movie is Bride of Frankenstein?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""genres"": 1})" What is the box office revenue of the movie Trouble in Paradise ?,"db.movies.find({""title"": ""Trouble in Paradise""}, { ""tomatoes.boxOffice"": 1})" which company produced Top Hat?,"db.movies.find({""title"":""Top Hat""}, {""tomatoes.production"":1})" what is the plot for the film Salomè?,"db.movies.find({""title"": ""Salomè""}, {""plot"": 1})" Who are the actors in the movie The Front Page?,"db.movies.find({""title"":""The Front Page""}, {""cast"":1})" what is the movie The Lost World imdb rating?,"db.movies.find({""title"": ""The Lost World""}, {""imdb.rating"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Last of the Mohicans""}, { ""tomatoes.production"": 1})" What is the runtime and rating for the movie 'The Red Head'?,"db.movies.find({""title"": ""The Red Head""}, {""runtime"": 1, ""rated"": 1})" who produced the film One Week?,"db.movies.find({""title"":""One Week""}, {""tomatoes.production"":1})" What is the imdbID and year of release for the movie with a title of 'Wild Oranges'?,"db.movies.find({""title"": ""Wild Oranges""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" What is the IMDB rating of the movie Cimarron ?,"db.movies.find({""title"": ""Cimarron""}, { ""imdb.rating"": 1})" Can you provide more information about the IMDb rating for the movie The Informer ?,"db.movies.find({""title"":""The Informer""}, {""imdb"":1})" who was the film The Guardsman written by?,"db.movies.find({""title"": ""The Guardsman""}, {""writers"": 1})" who is the director that directed The Song of Night?,"db.movies.find({""title"": ""The Song of Night""}, {""directors"": 1})" How many audience reviews have been submitted for the movie Black Legion ?,"db.movies.find({ ""title"": ""Black Legion"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the production company of the film Lloyd's of London?,"db.movies.find({""title"":""Lloyd's of London""}, {""tomatoes.production"":1})" who was the writer of the film It?,"db.movies.find({""title"": ""It""}, {""writers"": 1})" what is the plot for the film L'opèra de quat'sous?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, {""plot"": 1})" How many awards did the movie win Two Seconds ?,"db.movies.find({ ""title"": ""Two Seconds"" },{ ""awards.wins"": 1 })" the movie The Prince and the Pauper starred which actors?,"db.movies.find({""title"": ""The Prince and the Pauper""}, {""cast"": 1})" Could you tell me which Joel Coen-directed film has the longest running time?,"db.movies.find({""directors"":""Joel Coen""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" How many reviews have been submitted by critics for the movie The Ace of Hearts?,"db.movies.find({ ""title"": ""The Ace of Hearts"" }, { ""tomatoes.critic.numReviews"": 1 })" what kind of movie is Safety Last!?,"db.movies.find({""title"": ""Safety Last!""}, {""genres"": 1})" how many awards did The Iron Horse win?,"db.movies.find({""title"":""The Iron Horse""}, {""awards.wins"":1})" Could you tell me which movie that Quentin Tarantino directed has the longest runtime?,"db.movies.find({""directors"":""Quentin Tarantino""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" the movie Skippy starred who?,"db.movies.find({""title"": ""Skippy""}, {""cast"": 1})" "Has Les Misèrables won any awards? If so, which ones?","db.movies.find({""title"":""Les Misèrables"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" the movie Skippy was directed by who?,"db.movies.find({""title"": ""Skippy""}, {""directors"": 1})" In what year was the movie 42nd Street released?,"db.movies.find({""title"":""42nd Street""}, {""year"":1})" what genre is the film My Man Godfrey?,"db.movies.find({""title"": ""My Man Godfrey""}, {""genres"": 1})" How many votes did the movie The Emperor Jones receive on IMDB?,"db.movies.find({""title"": ""The Emperor Jones""}, { ""imdb.votes"": 1})" What is the primary genre of the movies directed by Francois Truffaut?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Francois Truffaut"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the language of Cavalcade?,"db.movies.find({""title"":""Cavalcade""}, {""languages"":1})" what was the genre of the film The Gilded Lily?,"db.movies.find({""title"": ""The Gilded Lily""}, {""genres"": 1})" what type of movie is The Life of Emile Zola?,"db.movies.find({""title"": ""The Life of Emile Zola""}, {""genres"": 1})" What is the production company behind the movie Marked Woman ?,"db.movies.find({""title"": ""Marked Woman""}, { ""tomatoes.production"": 1})" the movie Top Hat starred who?,"db.movies.find({""title"": ""Top Hat""}, {""cast"": 1})" how many awards did Theodora Goes Wild win?,"db.movies.find({""title"":""Theodora Goes Wild""}, {""awards.wins"":1})" what is the plot for the movie Triumph of the Will?,"db.movies.find({""title"": ""Triumph of the Will""}, {""plot"": 1})" What is the percentage of positive reviews among critics for the movie Cavalcade ?,"db.movies.find({ ""title"": ""Cavalcade"" },{ ""tomatoes.critic.meter"": 1 })" What is the box office revenue of the movie The Lives of a Bengal Lancer in dollars?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""tomatoes.boxOffice"": 1})" Has the movie The Emperor Jones won any awards?,"db.movies.find({""title"":""The Emperor Jones""}, {""awards.wins"":1})" which company produced the film Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"":""Broken Blossoms or The Yellow Man and the Girl""}, {""tomatoes.production"":1})" who produced the movie The Invisible Man?,"db.movies.find({""title"":""The Invisible Man""}, {""tomatoes.production"":1})" Who are the actors that appear in the movie All Quiet on the Western Front ?,"db.movies.find({ ""title"": ""All Quiet on the Western Front"" },{ ""cast"": 1 })" What are the countries associated with the movie Wild Boys of the Road ?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""countries"": 1})" How did the audience and critics receive the movie Alice Adams?,"db.movies.find({""title"":""Alice Adams""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the audience rating of the movie Wings ?,"db.movies.find({ ""title"": ""Wings"" },{ ""tomatoes.viewer.rating"": 1 })" When was the movie The Thin Man released in theaters?,"db.movies.find({""title"": ""The Thin Man""}, {""released"": 1})" the movie Mary of Scotland starred who?,"db.movies.find({""title"": ""Mary of Scotland""}, {""cast"": 1})" who's the director of The Son of Kong?,"db.movies.find({""title"": ""The Son of Kong""}, {""directors"": 1})" What is the Tomatometer score of the movie Seven Chances ?,"db.movies.find({ ""title"": ""Seven Chances"" },{ ""tomatoes.critic.meter"": 1 })" what is the plot for The Phantom of the Opera?,"db.movies.find({""title"": ""The Phantom of the Opera""}, {""plot"": 1})" What is the production company of the film Berkeley Square?,"db.movies.find({""title"":""Berkeley Square""}, {""tomatoes.production"":1})" what is the film San Francisco about?,"db.movies.find({""title"": ""San Francisco""}, {""plot"": 1})" What is the MPAA rating of Scrooge?,"db.movies.find({""title"":""Scrooge""}, {""rated"":1})" How many reviews have been submitted by critics for the movie Stage Door?,"db.movies.find({ ""title"": ""Stage Door"" }, { ""tomatoes.critic.numReviews"": 1 })" What is the Tomatometer score of the movie Romance ?,"db.movies.find({ ""title"": ""Romance"" },{ ""tomatoes.critic.meter"": 1 })" What is the language of the movie The Blue Bird?,"db.movies.find({""title"":""The Blue Bird""}, {""languages"":1})" How many audience reviews have been submitted for the movie Men Without Women?,"db.movies.find({ ""title"": ""Men Without Women"" }, { ""tomatoes.viewer.numReviews"": 1 })" What is the name of the director and cast for the movie 'The Story of Louis Pasteur'?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" who wrote the screenplay for the film Make Way for Tomorrow?,"db.movies.aggregate([ { ""$match"": { ""title"":""Make Way for Tomorrow""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Was the movie Within Our Gates well received by audiences and critics?,"db.movies.find({""title"":""Within Our Gates""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Who are the main actors/actresses in the movie Metropolis?,"db.movies.find({""title"":""Metropolis""}, {""cast"":1})" What is the percentage of positive reviews among critics for the movie The Gay Divorcee ?,"db.movies.find({ ""title"": ""The Gay Divorcee"" },{ ""tomatoes.critic.meter"": 1 })" What is the MPAA rating of the movie Dracula?,"db.movies.find({""title"":""Dracula""}, {""rated"":1})" which company produced the movie Black Legion?,"db.movies.find({""title"":""Black Legion""}, {""tomatoes.production"":1})" What languages are spoken in the movie It?,"db.movies.find({""title"":""It""}, {""languages"":1})" What is the ID of the movie Scrooge on IMDB?,"db.movies.find({""title"": ""Scrooge""}, {""imdb.id"": 1})" How many wins did the movie Murders in the Rue Morgue receive?,"db.movies.find({""title"":""Murders in the Rue Morgue""}, {""awards.wins"":1})" what is the movie Dr. Jekyll and Mr. Hyde about?,"db.movies.find({""title"": ""Dr. Jekyll and Mr. Hyde""}, {""plot"": 1})" who directed Tarzan the Ape Man?,"db.movies.find({""title"": ""Tarzan the Ape Man""}, {""directors"": 1})" what is the genre for the film Now or Never?,"db.movies.find({""title"": ""Now or Never""}, {""genres"": 1})" What is the rating of the movie Sisters of the Gion ?,"db.movies.find({ ""title"": ""Sisters of the Gion"" }, { ""rated"": 1})" Bad Girl was directed by who?,"db.movies.find({""title"": ""Bad Girl""}, {""directors"": 1})" "What is the production company of the movie Laugh, Clown, Laugh?","db.movies.find({""title"":""Laugh, Clown, Laugh""}, {""tomatoes.production"":1})" What is the Metacritic score of the movie The Green Pastures ?,"db.movies.find({ ""title"": ""The Green Pastures"" }, { ""metacritic"": 1})" who are the actors in the film One Night of Love?,"db.movies.find({""title"": ""One Night of Love""}, {""cast"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Hallelujah""}, { ""tomatoes.production"": 1})" who directed the film Make Way for Tomorrow?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""directors"": 1})" what is The Gilded Lily description?,"db.movies.find({""title"": ""The Gilded Lily""}, {""plot"": 1})" How many reviews did the movie Little Caesar receive on Rotten Tomatoes?,"db.movies.find({""title"":""Little Caesar""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" what is the film Roberta description ?,"db.movies.find({""title"": ""Roberta""}, {""plot"": 1})" who was the movie The Blue Light written by?,"db.movies.find({""title"": ""The Blue Light""}, {""writers"": 1})" What is the language of the film Red Dust?,"db.movies.find({""title"":""Red Dust""}, {""languages"":1})" What is the production company of the film Camille?,"db.movies.find({""title"":""Camille""}, {""tomatoes.production"":1})" who directed the film Mr. Deeds Goes to Town?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""directors"": 1})" "Has The Blood of a Poet won any awards? If so, which ones?","db.movies.find({""title"":""The Blood of a Poet"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what was the release date of the movie The 39 Steps?,"db.movies.find({""title"": ""The 39 Steps""}, {""released"": 1})" which company produced the film Alice Adams?,"db.movies.find({""title"":""Alice Adams""}, {""tomatoes.production"":1})" who wrote the screenplay for the film Flesh and the Devil?,"db.movies.aggregate([ { ""$match"": { ""title"":""Flesh and the Devil""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Which Roman Polanski film has the shortest duration?,"db.movies.find({""directors"":""Roman Polanski""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" In what year was the movie Trouble in Paradise released ?,"db.movies.find({ ""title"": ""Trouble in Paradise"" }, { ""year"": 1})" "What is the general rating of Yasujiro Ozu's films in the database, calculated as an average?","db.movies.aggregate([{""$match"": {""directors"":""Yasujiro Ozu""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What languages are spoken in the movie The Red Head ?,"db.movies.find({""title"": ""The Red Head""}, { ""languages"": 1})" what type of movie is The Great Train Robbery?,"db.movies.find({""title"": ""The Great Train Robbery""}, {""genres"": 1})" How many comments have been posted by users on the movie Death Takes a Holiday's page on the Mflix platform?,"db.movies.find({ ""title"": ""Death Takes a Holiday"" }, { ""num_mflix_comments"": 1 })" the film King Kong starred which actors?,"db.movies.find({""title"": ""King Kong""}, {""cast"": 1})" what is the full plot for the movie Alice Adams?,"db.movies.find({""title"": ""Alice Adams""}, {""fullplot"": 1})" what is the movie The Wedding March description ?,"db.movies.find({""title"": ""The Wedding March""}, {""plot"": 1})" what sort of movie is The Saphead?,"db.movies.find({""title"": ""The Saphead""}, {""genres"": 1})" How long is the movie Swing Time in minutes?,"db.movies.find({""title"":""Swing Time""}, {""runtime"":1})" What is the average rating of movies with the genre 'Romance'?,"db.movies.aggregate([{""$match"": {""genres"": ""Romance""}}, {""$group"": { ""_id"": ""null"", ""avgRating"": {""$avg"": ""$imdb.rating"":}}}])" What is the total number of films that Yasujiro Ozu has directed up to now?,"db.movies.countDocuments({""directors"":""Yasujiro Ozu""})" In what year was the movie Stage Door released ?,"db.movies.find({ ""title"": ""Stage Door"" }, { ""year"": 1})" what is the film The Last of the Mohicans description ?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""plot"": 1})" who is the director for It's a Gift?,"db.movies.find({""title"": ""It's a Gift""}, {""directors"": 1})" "the film China Seas, was written by who?","db.movies.find({""title"": ""China Seas""}, {""writers"": 1})" What is the IMDb rating for the movie A Woman of Paris: A Drama of Fate ?,"db.movies.find({""title"":""A Woman of Paris: A Drama of Fate""}, {""imdb.rating"":1})" What is the production company of the movie The Unknown?,"db.movies.find({""title"":""The Unknown""}, {""tomatoes.production"":1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Rembrandt""}, { ""tomatoes.production"": 1})" What is the text description of the movie Broken Lullaby awards?,"db.movies.find({""title"":""Broken Lullaby""}, {""awards.text"":1})" what is Nanook of the North about in details?,"db.movies.find({""title"": ""Nanook of the North""}, {""fullplot"": 1})" who is listed as director for College?,"db.movies.find({""title"": ""College""}, {""directors"": 1})" Can you provide a longer version of the movie Comradeship plot?,"db.movies.find({""title"":""Comradeship""}, {""fullplot"":1})" Who are the main actors in Footlight Parade ?,"db.movies.find({ ""title"": ""Footlight Parade"" }, { ""cast"": 1})" What is the name of the director and cast for the movie 'The Big House'?,"db.movies.find({""title"": ""The Big House""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the rating of the movie Little Miss Marker according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Little Miss Marker""}, {""tomatoes.viewer.rating"": 1})" What type of movie is A Woman of Paris: A Drama of Fate ?,"db.movies.find({""title"":""A Woman of Paris: A Drama of Fate""}, {""genres"":1})" In what year was the movie Red Dust released ?,"db.movies.find({ ""title"": ""Red Dust"" }, { ""year"": 1})" What is the movie A Free Soul rating?,"db.movies.find({""title"":""A Free Soul""}, {""rated"":1})" how has Regeneration been recieved by critics and audience?,"db.movies.find({""title"":""Regeneration""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How many reviews did the movie The Song of Night receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Song of Night""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" the movie The Music Box starred who?,"db.movies.find({""title"": ""The Music Box""}, {""cast"": 1})" What is the production company of The Passion of Joan of Arc?,"db.movies.find({""title"":""The Passion of Joan of Arc""}, {""tomatoes.production"":1})" "the film Steamboat Bill, Jr. was directed by who?","db.movies.find({""title"": ""Steamboat Bill, Jr.""}, {""directors"": 1})" What is the IMDB rating of the movie The Phantom of the Opera ?,"db.movies.find({""title"": ""The Phantom of the Opera""}, { ""imdb.rating"": 1})" How many reviews have been submitted for the movie Mutiny on the Bounty on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Mutiny on the Bounty"" },{ ""tomatoes.viewer.numReviews"": 1 })" Was the movie Nosferatu well received by audiences and critics?,"db.movies.find({""title"":""Nosferatu""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who was the movie Duck Soup written by?,"db.movies.find({""title"": ""Duck Soup""}, {""writers"": 1})" What are the genres associated with the movie Wild Oranges ?,"db.movies.find({ ""title"": ""Wild Oranges"" }, { ""genres"": 1})" who directed Wild Boys of the Road?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""directors"": 1})" who's the director of Payment Deferred?,"db.movies.find({""title"": ""Payment Deferred""}, {""directors"": 1})" what is the genre of Asphalt?,"db.movies.find({""title"": ""Asphalt""}, {""genres"": 1})" which company produced Tarzan and His Mate?,"db.movies.find({""title"":""Tarzan and His Mate""}, {""tomatoes.production"":1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie The Crusades ?,"db.movies.find({""title"":""The Crusades""}, {""tomatoes.viewer.meter"":1})" What is the MongoDB document ID of the movie For Heaven's Sake?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""_id"": 1})" what sort of movie is Murders in the Rue Morgue?,"db.movies.find({""title"": ""Murders in the Rue Morgue""}, {""genres"": 1})" Who is the lead actor of the movie Sanders of the River ?,"db.movies.find({""title"": ""Sanders of the River""}, {""cast"":{""$slice"": 1},""title"":1})" who was Clash of the Wolves directed by?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""directors"": 1})" What is the running time of Twentieth Century?,"db.movies.find({""title"":""Twentieth Century""}, {""runtime"":1})" What languages are spoken in the movie Roberta ?,"db.movies.find({""title"": ""Roberta""}, { ""languages"": 1})" What languages are spoken in the movie Go West?,"db.movies.find({""title"":""Go West""}, {""languages"":1})" what sort of film is The World Moves On?,"db.movies.find({""title"": ""The World Moves On""}, {""genres"": 1})" What is the running time of the film The Blue Light?,"db.movies.find({""title"":""The Blue Light""}, {""runtime"":1})" What is the rating of the movie Pèpè le Moko ?,"db.movies.find({ ""title"": ""Pèpè le Moko"" }, { ""rated"": 1})" the film The Man Who Could Work Miracles starred which actors?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""cast"": 1})" what was the release date of Show People?,"db.movies.find({""title"": ""Show People""}, {""released"": 1})" which actor appeared in most of the movies directed by Ridley Scott?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Ridley Scott"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" whats the total runtime of all the movies directed by Steven Spielberg ?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Steven Spielberg"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the rating of the movie Roberta ?,"db.movies.find({ ""title"": ""Roberta"" }, { ""rated"": 1})" who was Ben-Hur: A Tale of the Christ written by?,"db.movies.find({""title"": ""Ben-Hur: A Tale of the Christ""}, {""writers"": 1})" which person directed King Kong?,"db.movies.find({""title"": ""King Kong""}, {""directors"": 1})" Who are the actors in the movie The Cameraman?,"db.movies.find({""title"":""The Cameraman""}, {""cast"":1})" who wrote the film Wife! Be Like a Rose!?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""writers"": 1})" Who are the actors that appear in the movie è Nous la Libertè ?,"db.movies.find({ ""title"": ""è Nous la Libertè"" },{ ""cast"": 1 })" When was the information about the movie The Wind last updated?,"db.movies.find({ ""title"": ""The Wind"" }, { ""lastupdated"": 1})" who starred in College?,"db.movies.find({""title"": ""College""}, {""cast"": 1})" what is the movie The Big Trail about?,"db.movies.find({""title"": ""The Big Trail""}, {""plot"": 1})" What is the production company behind the movie Asphalt ?,"db.movies.find({""title"": ""Asphalt""}, {""tomatoes.production"": 1})" what sort of movie is Four Sons?,"db.movies.find({""title"": ""Four Sons""}, {""genres"": 1})" A Farewell to Arms is a movie written by this person?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""writers"": 1})" what was the release date of Gold Diggers of 1935?,"db.movies.find({""title"": ""Gold Diggers of 1935""}, {""released"": 1})" How does the movie Three Smart Girls rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Three Smart Girls"" },{ ""tomatoes.critic.meter"": 1 })" what is the movie Little Miss Marker imdb rating?,"db.movies.find({""title"": ""Little Miss Marker""}, {""imdb.rating"": 1})" When was the information about the movie The Private Life of Henry VIII. last updated?,"db.movies.find({ ""title"": ""The Private Life of Henry VIII."" }, { ""lastupdated"": 1})" What are the countries associated with the movie Twentieth Century ?,"db.movies.find({""title"": ""Twentieth Century""}, {""countries"": 1})" who acted in the movie One Night of Love?,"db.movies.find({""title"": ""One Night of Love""}, {""cast"": 1})" What are the genres associated with the movie La Grande Illusion ?,"db.movies.find({ ""title"": ""La Grande Illusion"" }, { ""genres"": 1})" What is the production company of the film San Francisco?,"db.movies.find({""title"":""San Francisco""}, {""tomatoes.production"":1})" Grass: A Nation's Battle for Life is a film written by this person?,"db.movies.find({""title"": ""Grass: A Nation's Battle for Life""}, {""writers"": 1})" What are the top-rated movies directed by Sergei Eisenstein?,"db.movies.find({""directors"": 'Sergei Eisenstein', ""imdb.rating"": {""$gt"": 8.5}})" In which countries was the movie Regeneration produced?,"db.movies.find({""title"":""Regeneration""}, {""countries"":1})" who directed the movie Little Miss Marker?,"db.movies.find({""title"": ""Little Miss Marker""}, {""directors"": 1})" What was the release date for the movie The Divine Lady?,"db.movies.find({""title"":""The Divine Lady""}, {""released"":1})" What languages are spoken in the movie The Prince and the Pauper?,"db.movies.find({""title"":""The Prince and the Pauper""}, {""languages"":1})" the director of The Thin Man was?,"db.movies.find({""title"": ""The Thin Man""}, {""directors"": 1})" What is the rating of the movie The Gilded Lily ?,"db.movies.find({ ""title"": ""The Gilded Lily"" }, { ""rated"": 1})" who was Scarface directed by?,"db.movies.find({""title"": ""Scarface""}, {""directors"": 1})" What is the name of the director and cast for the movie 'Steamboat Willie'?,"db.movies.find({""title"": ""Steamboat Willie""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" what is the plot for the movie Topaze?,"db.movies.find({""title"": ""Topaze""}, {""plot"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie The Man Who Could Work Miracles?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" "What is the imdbID and year of release for the movie with a title of 'I Was Born, But...'?","db.movies.find({""title"": ""I Was Born, But...""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" How many award nominations did the movie receive The Iron Horse ?,"db.movies.find({ ""title"": ""The Iron Horse"" },{ ""awards.nominations"": 1 })" What is the running time of The Iron Horse?,"db.movies.find({""title"":""The Iron Horse""}, {""runtime"":1})" What is the consensus among critics about the movie Curly Top?,"db.movies.find({""title"": ""Curly Top""}, { ""tomatoes.consensus"": 1})" what is the genre of The Four Horsemen of the Apocalypse?,"db.movies.find({""title"": ""The Four Horsemen of the Apocalypse""}, {""genres"": 1})" Who are the actors in the movie 42nd Street?,"db.movies.find({""title"":""42nd Street""}, {""cast"":1})" What is the name of the director and cast for the movie 'Pèpè le Moko'?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" what is the plot for The Edge of the World?,"db.movies.find({""title"": ""The Edge of the World""}, {""plot"": 1})" who was The Divorcee written by?,"db.movies.find({""title"": ""The Divorcee""}, {""writers"": 1})" Who are the starring actors/actresses in the movie Freaks?,"db.movies.find({""title"":""Freaks""}, {""cast"":1})" What is the Metacritic score of the movie Battleship Potemkin ?,"db.movies.find({ ""title"": ""Battleship Potemkin"" }, { ""metacritic"": 1})" How many wins did the movie Mèdchen in Uniform receive?,"db.movies.find({""title"":""Mèdchen in Uniform""}, {""awards.wins"":1})" What are the names of all the actors who starred in the movie 'Love Me Tonight'?,"db.movies.find({""title"": ""Love Me Tonight""}, {""cast"": 1})" who wrote the screenplay for The Beloved Vagabond?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Beloved Vagabond""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" the film The Poor Little Rich Girl was directed by who?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""directors"": 1})" what type of movie is It?,"db.movies.find({""title"": ""It""}, {""genres"": 1})" what type of movie is Asphalt?,"db.movies.find({""title"": ""Asphalt""}, {""genres"": 1})" what was the genre of the film Queen Christina?,"db.movies.find({""title"": ""Queen Christina""}, {""genres"": 1})" what is Stage Door about in details?,"db.movies.find({""title"": ""Stage Door""}, {""fullplot"": 1})" Was the movie The Italian well received by audiences?,"db.movies.find({""title"":""The Italian""}, {""tomatoes.viewer"":1})" who is the director for The Prisoner of Zenda?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""directors"": 1})" what was the release date of the movie The Last Command?,"db.movies.find({""title"": ""The Last Command""}, {""released"": 1})" What are the genres this movie Black Fury belongs to?,"db.movies.find({""title"":""Black Fury""}, {""genres"":1})" In what year was the movie Disraeli released?,"db.movies.find({""title"":""Disraeli""}, {""year"":1})" what is Come and Get It about in details?,"db.movies.find({""title"": ""Come and Get It""}, {""fullplot"": 1})" who wrote The Circus?,"db.movies.find({""title"": ""The Circus""}, {""writers"": 1})" how many awards did Naughty Marietta win?,"db.movies.find({""title"":""Naughty Marietta""}, {""awards.wins"":1})" What is the language of The Hurricane?,"db.movies.find({""title"":""The Hurricane""}, {""languages"":1})" who was the writer of Night Must Fall?,"db.movies.find({""title"": ""Night Must Fall""}, {""writers"": 1})" What languages are spoken in the movie I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"":""I Am a Fugitive from a Chain Gang""}, {""languages"":1})" "Has the movie Morocco won any awards? If so, which ones?","db.movies.find({""title"":""Morocco"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" the director of Rembrandt was?,"db.movies.find({""title"": ""Rembrandt""}, {""directors"": 1})" Who are the starring actors/actresses in the movie Roberta?,"db.movies.find({""title"":""Roberta""}, {""cast"":1})" who acted in the movie The Gilded Lily?,"db.movies.find({""title"": ""The Gilded Lily""}, {""cast"": 1})" what sort of movie is The Ghost Goes West?,"db.movies.find({""title"": ""The Ghost Goes West""}, {""genres"": 1})" Was the movie The Land Beyond the Sunset well received by audiences?,"db.movies.find({""title"":""The Land Beyond the Sunset""}, {""tomatoes.viewer"":1})" what year was The Prince and the Pauper released?,"db.movies.find({""title"": ""The Prince and the Pauper""}, {""year"": 1})" What is the meter score of the movie The Spanish Earth according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Spanish Earth""}, {""tomatoes.viewer.meter"": 1})" the film The Sin of Madelon Claudet was directed by who?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""directors"": 1})" what is The 3 Penny Opera imdb rating?,"db.movies.find({""title"": ""The 3 Penny Opera""}, {""imdb.rating"": 1})" What is the rating of the movie They Won't Forget according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""They Won't Forget""}, {""tomatoes.viewer.rating"": 1})" which person wrote the film Battleship Potemkin?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""writers"": 1})" Who are the actors in the movie Marked Woman?,"db.movies.find({""title"":""Marked Woman""}, {""cast"":1})" what is the full plot for the movie The Green Pastures?,"db.movies.find({""title"": ""The Green Pastures""}, {""fullplot"": 1})" who produced the movie Toni?,"db.movies.find({""title"":""Toni""}, {""tomatoes.production"":1})" What is the imdbID and genre of the movie 'The Gilded Lily'?,"db.movies.find({""title"": ""The Gilded Lily""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" who is the author of Wild Boys of the Road?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""writers"": 1})" what is the full plot for the movie Upstream?,"db.movies.find({""title"": ""Upstream""}, {""fullplot"": 1})" In Old Chicago is a movie written by this person?,"db.movies.find({""title"": ""In Old Chicago""}, {""writers"": 1})" who stars in Queen Kelly?,"db.movies.find({""title"": ""Queen Kelly""}, {""cast"": 1})" What is the full plot summary of the movie Mutiny on the Bounty ?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""plot"": 1})" Who are the main actors in Toni ?,"db.movies.find({ ""title"": ""Toni"" }, { ""cast"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie Topaze?,"db.movies.find({""title"": ""Topaze""}, { ""tomatoes.lastUpdated"": 1})" What is the running time of the movie Les Misèrables?,"db.movies.find({""title"":""Les Misèrables""}, {""runtime"":1})" "The Prisoner of Shark Island, is written by who?","db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""writers"": 1})" "Has the film Les Misèrables won any awards? If so, which ones?","db.movies.find({""title"":""Les Misèrables"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" How many reviews have been submitted by critics for the movie The Wedding Night ?,"db.movies.find({""title"": ""The Wedding Night""}, {""tomatoes.critic.numReviews"": 1})" What is the MPAA rating of the film Black Fury?,"db.movies.find({""title"":""Black Fury""}, {""rated"":1})" Who is the lead actress of the movie Rembrandt ?,"db.movies.find({""title"": ""Rembrandt""}, {""cast"":{""$slice"": 1},""title"":1})" what was the genre of the movie Fury?,"db.movies.find({""title"": ""Fury""}, {""genres"": 1})" What is the box office revenue for the movie 'Berkeley Square'?,"db.movies.find({""title"": ""Berkeley Square""}, {""tomatoes.boxOffice"": 1})" What is the box office revenue for the movie 'Disraeli'?,"db.movies.find({""title"": ""Disraeli""}, {""tomatoes.boxOffice"": 1})" What is the consensus among critics about the movie Broadway Bill ?,"db.movies.find({""title"": ""Broadway Bill""}, {""tomatoes.consensus"": 1})" What is the most common genre of movies that Abbas Kiarostami directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Abbas Kiarostami"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the sum of the runtimes of all the films directed by Orson Welles?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Orson Welles"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" In what year was the movie Children in the Wind released ?,"db.movies.find({ ""title"": ""Children in the Wind"" }, { ""year"": 1})" who wrote the screenplay for The Devil to Pay!?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Devil to Pay!""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Can you tell me the total count of films that Robert Bresson has directed?,"db.movies.countDocuments({""directors"":""Robert Bresson""})" who starred in the film Mayerling?,"db.movies.find({""title"": ""Mayerling""}, {""cast"": 1})" Can you tell me which James Cameron movie has the longest length?,"db.movies.find({""directors"":""James Cameron""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" what is the genre for the movie Naughty Marietta?,"db.movies.find({""title"": ""Naughty Marietta""}, {""genres"": 1})" who produced the movie The Thief of Bagdad?,"db.movies.find({""title"":""The Thief of Bagdad""}, {""tomatoes.production"":1})" When was the Tomatometer score and other Tomato-related information last updated for the movie The Gilded Lily?,"db.movies.find({""title"": ""The Gilded Lily""}, { ""tomatoes.lastUpdated"": 1})" What is the MPAA rating of the movie Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"":""Intolerance: Love's Struggle Throughout the Ages""}, {""rated"":1})" Who is the lead actor of the movie Popeye the Sailor Meets Sindbad the Sailor ?,"db.movies.find({""title"": ""Popeye the Sailor Meets Sindbad the Sailor""}, {""cast"":{""$slice"": 1},""title"":1})" How many wins did the movie Tarzan the Ape Man receive?,"db.movies.find({""title"":""Tarzan the Ape Man""}, {""awards.wins"":1})" who stars in the movie The Strong Man?,"db.movies.find({""title"": ""The Strong Man""}, {""cast"": 1})" who starred in The Music Box?,"db.movies.find({""title"": ""The Music Box""}, {""cast"": 1})" which company produced Popeye the Sailor Meets Sindbad the Sailor?,"db.movies.find({""title"":""Popeye the Sailor Meets Sindbad the Sailor""}, {""tomatoes.production"":1})" What is the website associated with the movie Dodsworth on Rotten Tomatoes?,"db.movies.find({""title"": ""Dodsworth""}, {""tomatoes.website"": 1})" who is the writer of the film Comradeship?,"db.movies.find({""title"": ""Comradeship""}, {""writers"": 1})" Can you provide a longer version of the movie Skippy plot?,"db.movies.find({""title"":""Skippy""}, {""fullplot"":1})" what was the release year of Wild Oranges?,"db.movies.find({""title"": ""Wild Oranges""}, {""year"": 1})" Can you provide a detailed summary of the movie Wife! Be Like a Rose! plot?,"db.movies.find({ ""title"": ""Wife! Be Like a Rose!"" }, { ""fullplot"": 1})" which company produced the film Nosferatu?,"db.movies.find({""title"":""Nosferatu""}, {""tomatoes.production"":1})" What is the freshness score of the movie Metropolis on Rotten Tomatoes?,"db.movies.find({""title"": ""Metropolis""}, {""tomatoes.fresh"": 1})" Can you give me a brief summary of the movie Romance plot?,"db.movies.find({""title"":""Romance""}, {""plot"":1})" How many nominations did the movie 42nd Street receive?,"db.movies.find({""title"":""42nd Street""}, {""awards.nominations"":1})" how many awards did the film The Son of the Sheik win?,"db.movies.find({""title"":""The Son of the Sheik""}, {""awards.wins"":1})" the film Within Our Gates starred which actors?,"db.movies.find({""title"": ""Within Our Gates""}, {""cast"": 1})" What is the running time of the film Kid Galahad?,"db.movies.find({""title"":""Kid Galahad""}, {""runtime"":1})" How did the audience and critics receive the movie La Grande Illusion?,"db.movies.find({""title"":""La Grande Illusion""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who wrote the screenplay for Mutiny on the Bounty?,"db.movies.aggregate([ { ""$match"": { ""title"":""Mutiny on the Bounty""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" "How long, in total, are all the movies that Alain Resnais has directed?","db.movies.aggregate([{ ""$match"": { ""directors"": ""Alain Resnais"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the text description of the movie It's a Gift awards?,"db.movies.find({""title"":""It's a Gift""}, {""awards.text"":1})" What are the countries associated with the movie Our Hospitality ?,"db.movies.find({""title"": ""Our Hospitality""}, {""countries"": 1})" what was the release year of the film The Fall of the House of Usher?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""year"": 1})" What is the title of the movie with the longest duration that Terrence Malick directed?,"db.movies.find({""directors"":""Terrence Malick""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" who is the director that directed The Prisoner of Shark Island?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""directors"": 1})" "Has Pèpè le Moko won any awards? If so, which ones?","db.movies.find({""title"":""Pèpè le Moko"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the production company of the film The Last Command?,"db.movies.find({""title"":""The Last Command""}, {""tomatoes.production"":1})" what was the genre of the movie Clash of the Wolves?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""genres"": 1})" What is the box office revenue for the movie 'The Crowd'?,"db.movies.find({""title"": ""The Crowd""}, {""tomatoes.boxOffice"": 1})" who was Intolerance: Love's Struggle Throughout the Ages written by?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""writers"": 1})" Was the movie Swing Time well received by audiences and critics?,"db.movies.find({""title"":""Swing Time""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what was the genre of the movie The Sin of Madelon Claudet?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""genres"": 1})" What is the website associated with the movie Les vampires on Rotten Tomatoes?,"db.movies.find({""title"": ""Les vampires""}, {""tomatoes.website"": 1})" who directed the film In Old Arizona?,"db.movies.find({""title"": ""In Old Arizona""}, {""directors"": 1})" What is the Rotten Tomatoes meter rating for the movie Skippy ?,"db.movies.find({""title"":""Skippy""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" what is the film Beau Geste about in details?,"db.movies.find({""title"": ""Beau Geste""}, {""fullplot"": 1})" Can you provide a longer version of the movie My Man Godfrey plot?,"db.movies.find({""title"":""My Man Godfrey""}, {""fullplot"":1})" what sort of film is Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""genres"": 1})" which person wrote The Robber Symphony?,"db.movies.find({""title"": ""The Robber Symphony""}, {""writers"": 1})" What's the title of the Abbas Kiarostami movie with the longest runtime?,"db.movies.find({""directors"":""Abbas Kiarostami""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" How did the audience and critics receive the film The Jazz Singer?,"db.movies.find({""title"":""The Jazz Singer""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Who are the starring actors/actresses in the movie The Lost World?,"db.movies.find({""title"":""The Lost World""}, {""cast"":1})" the film Broken Lullaby was directed by who?,"db.movies.find({""title"": ""Broken Lullaby""}, {""directors"": 1})" what is the movie The Jazz Singer about?,"db.movies.find({""title"": ""The Jazz Singer""}, {""plot"": 1})" What is the running time of The Phantom of the Opera?,"db.movies.find({""title"":""The Phantom of the Opera""}, {""runtime"":1})" What is the production company behind the movie Miss Lulu Bett ?,"db.movies.find({""title"": ""Miss Lulu Bett""}, { ""tomatoes.production"": 1})" When was the movie High and Dizzy released?,"db.movies.find({""title"":""High and Dizzy""}, {""released"":1})" What is the rating of the movie Show People ?,"db.movies.find({ ""title"": ""Show People"" }, { ""rated"": 1})" What movie directed by Orson Welles has the longest duration?,"db.movies.find({""directors"":""Orson Welles""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" what is the movie The Thin Man description ?,"db.movies.find({""title"": ""The Thin Man""}, {""plot"": 1})" who is the director that directed The New Gulliver?,"db.movies.find({""title"": ""The New Gulliver""}, {""directors"": 1})" "Has The Son of Kong won any awards? If so, which ones?","db.movies.find({""title"":""The Son of Kong"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what year was the movie Les Misèrables released?,"db.movies.find({""title"": ""Les Misèrables""}, {""year"": 1})" What are the genres this movie The Gold Rush belongs to?,"db.movies.find({""title"":""The Gold Rush""}, {""genres"":1})" who are the actors in the movie Little Caesar?,"db.movies.find({""title"": ""Little Caesar""}, {""cast"": 1})" what is the film The Last of the Mohicans about in details?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""fullplot"": 1})" What are the genres associated with the movie The Crusades ?,"db.movies.find({ ""title"": ""The Crusades"" }, { ""genres"": 1})" what is the plot for the film Camille?,"db.movies.find({""title"": ""Camille""}, {""plot"": 1})" what is the film Intolerance: Love's Struggle Throughout the Ages description ?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""plot"": 1})" "What is the movie I Was Born, But... rating?","db.movies.find({""title"":""I Was Born, But...""}, {""rated"":1})" which person directed The Black Cat?,"db.movies.find({""title"": ""The Black Cat""}, {""directors"": 1})" can you describe the plot of Sons of the Desert?,"db.movies.find({""title"": ""Sons of the Desert""}, {""plot"": 1})" How many audience reviews have been submitted for the movie Miss Lulu Bett?,"db.movies.find({ ""title"": ""Miss Lulu Bett"" }, { ""tomatoes.viewer.numReviews"": 1 })" who is the writer of the movie The Thin Man?,"db.movies.find({""title"": ""The Thin Man""}, {""writers"": 1})" what is the full plot for the film Go West?,"db.movies.find({""title"": ""Go West""}, {""fullplot"": 1})" Can you provide me with a list of movies directed by Oliver Stone that were released in the 1990s?,"db.movies.find({""directors"": 'Oliver Stone', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" "the film The Crowd, was written by who?","db.movies.find({""title"": ""The Crowd""}, {""writers"": 1})" Was the movie The Song of Night well received by audiences?,"db.movies.find({""title"":""The Song of Night""}, {""tomatoes.viewer"":1})" who is listed as director for Under the Roofs of Paris?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""directors"": 1})" What is the production company of the film Harvest?,"db.movies.find({""title"":""Harvest""}, {""tomatoes.production"":1})" what kind of movie is Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""genres"": 1})" how many awards did the film The Great Train Robbery win?,"db.movies.find({""title"":""The Great Train Robbery""}, {""awards.wins"":1})" what was the genre of the movie Flash Gordon?,"db.movies.find({""title"": ""Flash Gordon""}, {""genres"": 1})" what was the release date of the film Sunrise?,"db.movies.find({""title"": ""Sunrise""}, {""released"": 1})" "Topaze, is written by who?","db.movies.find({""title"": ""Topaze""}, {""writers"": 1})" What are the movies directed by Pedro Almodovar?,"db.movies.find({""directors"": ""Pedro Almodovar""},{""title"":1})" What is the ID of the movie Where Are My Children? on IMDB?,"db.movies.find({""title"": ""Where Are My Children?""}, {""imdb.id"": 1})" "Payment Deferred, was written by who?","db.movies.find({""title"": ""Payment Deferred""}, {""writers"": 1})" Show People was directed by who?,"db.movies.find({""title"": ""Show People""}, {""directors"": 1})" Was the movie Two Seconds well received by audiences?,"db.movies.find({""title"":""Two Seconds""}, {""tomatoes.viewer"":1})" What is the audience rating of the movie The Blue Bird ?,"db.movies.find({ ""title"": ""The Blue Bird"" },{ ""tomatoes.viewer.rating"": 1 })" who is the director of The Blue Light?,"db.movies.find({""title"": ""The Blue Light""}, {""directors"": 1})" what year was the movie Zoo in Budapest released?,"db.movies.find({""title"": ""Zoo in Budapest""}, {""year"": 1})" What is the full plot summary of the movie City Streets ?,"db.movies.find({""title"": ""City Streets""}, {""plot"": 1})" What is the production company behind the movie Wings ?,"db.movies.find({""title"": ""Wings""}, {""tomatoes.production"": 1})" who stars in the movie A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""cast"": 1})" Who is the lead actress of the movie Lady Windermere's Fan ?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""cast"":{""$slice"": 1},""title"":1})" who produced Folies Bergère de Paris?,"db.movies.find({""title"":""Folies Bergère de Paris""}, {""tomatoes.production"":1})" what genre is the film è Nous la Libertè?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""genres"": 1})" Can you give me a brief summary of the movie The Freshman plot?,"db.movies.find({""title"":""The Freshman""}, {""plot"":1})" who's the director of Wild Oranges?,"db.movies.find({""title"": ""Wild Oranges""}, {""directors"": 1})" Who is the lead actress of the movie One Hundred Men and a Girl ?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""cast"":{""$slice"": 1},""title"":1})" "Has Stage Door won any awards? If so, which ones?","db.movies.find({""title"":""Stage Door"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" the movie Marked Woman starred who?,"db.movies.find({""title"": ""Marked Woman""}, {""cast"": 1})" What are the highest-rated Action in the database?,"db.movies.find({""genres"": ""Action""}).sort({""imdb.rating"": -1}).limit(10)" What is the viewer rating for the movie Duck Soup on Rotten Tomatoes?,"db.movies.find({""title"":""Duck Soup""}, {""tomatoes.viewer.rating"":1})" what is the film Under the Roofs of Paris about in details?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""fullplot"": 1})" what is the plot for the film The Blue Light?,"db.movies.find({""title"": ""The Blue Light""}, {""plot"": 1})" What is the complete length of all movies directed by Alfred Hitchcock?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Alfred Hitchcock"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" In what year was the movie Asphalt released?,"db.movies.find({""title"":""Asphalt""}, {""year"":1})" What are the genres this movie Shall We Dance belongs to?,"db.movies.find({""title"":""Shall We Dance""}, {""genres"":1})" What is the chief film category that Roman Polanski's directed movies are classified under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Roman Polanski"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Who is the lead actor of the movie Comradeship ?,"db.movies.find({""title"": ""Comradeship""}, {""cast"":{""$slice"": 1},""title"":1})" How many audience reviews have been submitted for the movie The Trail of the Lonesome Pine?,"db.movies.find({ ""title"": ""The Trail of the Lonesome Pine"" }, { ""tomatoes.viewer.numReviews"": 1 })" In which countries was the movie The Ghost Goes West produced?,"db.movies.find({""title"":""The Ghost Goes West""}, {""countries"":1})" what year was the movie 42nd Street released?,"db.movies.find({""title"": ""42nd Street""}, {""year"": 1})" what sort of film is Pandora's Box?,"db.movies.find({""title"": ""Pandora's Box""}, {""genres"": 1})" how many awards did the film Roberta win?,"db.movies.find({""title"":""Roberta""}, {""awards.wins"":1})" What languages are spoken in the movie Seven Chances ?,"db.movies.find({""title"": ""Seven Chances""}, { ""languages"": 1})" What is the critical reception of the movie Seven Chances?,"db.movies.find({""title"":""Seven Chances""}, {""tomatoes.critic"":1})" what genre is This Is My Affair?,"db.movies.find({""title"": ""This Is My Affair""}, {""genres"": 1})" What is the Metacritic score of the movie Payment Deferred ?,"db.movies.find({ ""title"": ""Payment Deferred"" }, { ""metacritic"": 1})" How many audience reviews have been submitted for the movie City Lights?,"db.movies.find({ ""title"": ""City Lights"" }, { ""tomatoes.viewer.numReviews"": 1 })" Could you tell me the title of the movie with the shortest duration that was directed by Abbas Kiarostami?,"db.movies.find({""directors"":""Abbas Kiarostami""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" what kind of film is Traffic in Souls?,"db.movies.find({""title"": ""Traffic in Souls""}, {""genres"": 1})" What is the rating of the movie The Good Earth according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Good Earth""}, {""tomatoes.viewer.rating"": 1})" What is the running time of The Robber Symphony?,"db.movies.find({""title"":""The Robber Symphony""}, {""runtime"":1})" who acted in the film Wife! Be Like a Rose!?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""cast"": 1})" who wrote the screenplay for The Saphead?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Saphead""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" "How many viewer reviews did the movie Steamboat Bill, Jr. receive on Rotten Tomatoes?","db.movies.find({""title"":""Steamboat Bill, Jr.""}, {""tomatoes.viewer.numReviews"":1})" What is the movie Mr. Deeds Goes to Town rating?,"db.movies.find({""title"":""Mr. Deeds Goes to Town""}, {""rated"":1})" who wrote the screenplay for the movie The Saphead?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Saphead""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who is the director that directed Battleship Potemkin?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""directors"": 1})" what's the main genre of the movies directed by Andrei Tarkovsky ?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Andrei Tarkovsky"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Can you provide more information about the languages spoken in the movie A Story of Floating Weeds ?,"db.movies.find({""title"":""A Story of Floating Weeds""}, {""languages"":1})" What is the imdbID and year of release for the movie with a title of 'The New Gulliver'?,"db.movies.find({""title"": ""The New Gulliver""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" Who are the actors that appear in the movie The Scarlet Empress ?,"db.movies.find({ ""title"": ""The Scarlet Empress"" },{ ""cast"": 1 })" What was the release date for the movie The Robber Symphony?,"db.movies.find({""title"":""The Robber Symphony""}, {""released"":1})" What is the IMDB rating of the movie The Cheat ?,"db.movies.find({""title"": ""The Cheat""}, { ""imdb.rating"": 1})" what sort of movie is Little Women?,"db.movies.find({""title"": ""Little Women""}, {""genres"": 1})" How many nominations did the movie Men Without Women receive?,"db.movies.find({""title"":""Men Without Women""}, {""awards.nominations"":1})" What is the audience rating of the movie A Damsel in Distress ?,"db.movies.find({ ""title"": ""A Damsel in Distress"" },{ ""tomatoes.viewer.rating"": 1 })" Who are the main actors/actresses in the movie Flesh and the Devil?,"db.movies.find({""title"":""Flesh and the Devil""}, {""cast"":1})" What is the viewer rating for the movie Nanook of the North on Rotten Tomatoes?,"db.movies.find({""title"":""Nanook of the North""}, {""tomatoes.viewer.rating"":1})" what kind of film is The Perils of Pauline?,"db.movies.find({""title"": ""The Perils of Pauline""}, {""genres"": 1})" What is the language of the film The Music Box?,"db.movies.find({""title"":""The Music Box""}, {""languages"":1})" Can you tell me how many movies Jean-Pierre Melville directed for each year they were released?,"db.movies.aggregate([{ $match: { ""directors"": ""Jean-Pierre Melville"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" who acted in the movie Battling Butler?,"db.movies.find({""title"": ""Battling Butler""}, {""cast"": 1})" Who are the writers of the movie Eskimo ?,"db.movies.find({""title"": ""Eskimo""}, { ""writers"": 1})" How many votes did the movie Steamboat Willie receive on IMDB?,"db.movies.find({""title"": ""Steamboat Willie""}, { ""imdb.votes"": 1})" What is the consensus among critics about the movie They Won't Forget ?,"db.movies.find({""title"": ""They Won't Forget""}, {""tomatoes.consensus"": 1})" What is the rating of the movie Now or Never according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Now or Never""}, {""tomatoes.viewer.rating"": 1})" Could you tell me the exact number of films that have been directed by Martin Scorsese?,"db.movies.countDocuments({""directors"":""Martin Scorsese""})" who is the author of Lady Windermere's Fan?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""writers"": 1})" who is the director for The Story of Louis Pasteur?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""directors"": 1})" What is the MongoDB document ID of the movie Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"": ""Broken Blossoms or The Yellow Man and the Girl""}, {""_id"": 1})" who is listed as director for The Son of Kong?,"db.movies.find({""title"": ""The Son of Kong""}, {""directors"": 1})" what genre of film is Mutiny on the Bounty?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""genres"": 1})" what genre of film is The Devil Is a Woman?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""genres"": 1})" how many awards did the movie The Front Page win?,"db.movies.find({""title"":""The Front Page""}, {""awards.wins"":1})" Can you provide a detailed summary of the movie Final Accord plot?,"db.movies.find({ ""title"": ""Final Accord"" }, { ""fullplot"": 1})" "Has The Charge of the Light Brigade won any awards? If so, which ones?","db.movies.find({""title"":""The Charge of the Light Brigade"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the critical reception of the movie The Gilded Lily?,"db.movies.find({""title"":""The Gilded Lily""}, {""tomatoes.critic"":1})" which person wrote the film Under the Roofs of Paris?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""writers"": 1})" what genre of movie is The Lives of a Bengal Lancer?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""genres"": 1})" What is the IMDb rating for the film The Gold Rush?,"db.movies.find({""title"": ""The Gold Rush""}, {""imdb.rating"": 1})" Who are the main actors in The Count of Monte Cristo ?,"db.movies.find({ ""title"": ""The Count of Monte Cristo"" }, { ""cast"": 1})" What is the production company of the film Cimarron?,"db.movies.find({""title"":""Cimarron""}, {""tomatoes.production"":1})" what was the release date of the film Sisters of the Gion?,"db.movies.find({""title"": ""Sisters of the Gion""}, {""released"": 1})" who produced the movie Men Without Women?,"db.movies.find({""title"":""Men Without Women""}, {""tomatoes.production"":1})" How many award nominations did the movie receive Upstream ?,"db.movies.find({ ""title"": ""Upstream"" },{ ""awards.nominations"": 1 })" who was the film The Immigrant written by?,"db.movies.find({""title"": ""The Immigrant""}, {""writers"": 1})" what year was the movie The Lost World released?,"db.movies.find({""title"": ""The Lost World""}, {""year"": 1})" What is the rating of the movie Les Misèrables on IMDb?,"db.movies.find({""title"":""Les Misèrables""}, {""imdb.rating"":1})" "the film Nosferatu, was written by who?","db.movies.find({""title"": ""Nosferatu""}, {""writers"": 1})" which company produced the film Two Seconds?,"db.movies.find({""title"":""Two Seconds""}, {""tomatoes.production"":1})" Can you provide more information about the IMDb rating for the movie The Ace of Hearts ?,"db.movies.find({""title"":""The Ace of Hearts""}, {""imdb"":1})" What are the genres this movie Wild and Woolly belongs to?,"db.movies.find({""title"":""Wild and Woolly""}, {""genres"":1})" what was the genre of the film Twentieth Century?,"db.movies.find({""title"": ""Twentieth Century""}, {""genres"": 1})" What is the rating of the movie Toni according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Toni""}, {""tomatoes.viewer.rating"": 1})" the film Red Dust was directed by who?,"db.movies.find({""title"": ""Red Dust""}, {""directors"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Modern Times?,"db.movies.find({""title"": ""Modern Times""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" How many wins did the movie The Great Train Robbery receive?,"db.movies.find({""title"":""The Great Train Robbery""}, {""awards.wins"":1})" what genre is The Son of Kong?,"db.movies.find({""title"": ""The Son of Kong""}, {""genres"": 1})" who was the film Three Little Pigs written by?,"db.movies.find({""title"": ""Three Little Pigs""}, {""writers"": 1})" How many nominations did the movie The Prince and the Pauper receive?,"db.movies.find({""title"":""The Prince and the Pauper""}, {""awards.nominations"":1})" what is This Is My Affair description?,"db.movies.find({""title"": ""This Is My Affair""}, {""plot"": 1})" who was the movie My Man Godfrey written by?,"db.movies.find({""title"": ""My Man Godfrey""}, {""writers"": 1})" "Has the film Black Fury won any awards? If so, which ones?","db.movies.find({""title"":""Black Fury"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the rating of the movie Black Legion ?,"db.movies.find({ ""title"": ""Black Legion"" }, { ""rated"": 1})" who is the writer of Lady Windermere's Fan?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""writers"": 1})" What is the production company of the movie Two Seconds?,"db.movies.find({""title"":""Two Seconds""}, {""tomatoes.production"":1})" who are the actors in the movie The Big House?,"db.movies.find({""title"": ""The Big House""}, {""cast"": 1})" How many viewer reviews did the movie Grass: A Nation's Battle for Life receive on Rotten Tomatoes?,"db.movies.find({""title"":""Grass: A Nation's Battle for Life""}, {""tomatoes.viewer.numReviews"":1})" How many films did Steven Spielberg direct in each year they were released?,"db.movies.aggregate([{ $match: { ""directors"": ""Steven Spielberg"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" Who are the main actors in Safety Last! ?,"db.movies.find({ ""title"": ""Safety Last!"" }, { ""cast"": 1})" What is the meter score of the movie Metropolis according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Metropolis""}, {""tomatoes.viewer.meter"": 1})" In what language was the movie The Gilded Lily released?,"db.movies.find({ ""title"": ""The Gilded Lily"" }, { ""languages"": 1})" Who is the director of the movie Modern Times?,"db.movies.find({""title"": ""Modern Times""}, { ""directors"": 1})" what genre is the movie In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, {""genres"": 1})" What is the movie L'opèra de quat'sous about? Can you provide a brief summary?,"db.movies.find({""title"":""L'opèra de quat'sous""}, {""plot"":1})" What is the mean rating of all the Oliver Stone films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Oliver Stone""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" what was the release year of Dishonored?,"db.movies.find({""title"": ""Dishonored""}, {""year"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie The Private Life of Don Juan ?,"db.movies.find({""title"":""The Private Life of Don Juan""}, {""tomatoes.viewer.meter"":1})" who starred in The Great Train Robbery?,"db.movies.find({""title"": ""The Great Train Robbery""}, {""cast"": 1})" what are the genres directed by Oliver Stone?,"db.movies.distinct(""genres"", { ""directors"": ""Oliver Stone"" })" who directed The Kid?,"db.movies.find({""title"": ""The Kid""}, {""directors"": 1})" who is the director for The Big House?,"db.movies.find({""title"": ""The Big House""}, {""directors"": 1})" who starred in Tsirk?,"db.movies.find({""title"": ""Tsirk""}, {""cast"": 1})" The Trail of the Lonesome Pine is a movie written by this person?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""writers"": 1})" who wrote the screenplay for David Golder?,"db.movies.aggregate([ { ""$match"": { ""title"":""David Golder""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who's the director of Imitation of Life?,"db.movies.find({""title"": ""Imitation of Life""}, {""directors"": 1})" How did the audience and critics receive The Land Beyond the Sunset?,"db.movies.find({""title"":""The Land Beyond the Sunset""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Who is the director of the movie Cavalcade?,"db.movies.find({""title"": ""Cavalcade""}, { ""directors"": 1})" In what year was the movie Footlight Parade released?,"db.movies.find({""title"":""Footlight Parade""}, {""year"":1})" the movie The Son of Kong starred who?,"db.movies.find({""title"": ""The Son of Kong""}, {""cast"": 1})" what year was The Private Life of Don Juan released?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""year"": 1})" In what year was the movie The Garden of Allah released?,"db.movies.find({""title"":""The Garden of Allah""}, {""year"":1})" Who are the starring actors/actresses in the movie Wonder Bar?,"db.movies.find({""title"":""Wonder Bar""}, {""cast"":1})" What is the language of the film Top Hat?,"db.movies.find({""title"":""Top Hat""}, {""languages"":1})" what is the plot for the movie Fury?,"db.movies.find({""title"": ""Fury""}, {""plot"": 1})" Can you provide a longer version of the movie Wild Boys of the Road plot?,"db.movies.find({""title"":""Wild Boys of the Road""}, {""fullplot"":1})" How many award nominations did the movie receive Night Must Fall ?,"db.movies.find({ ""title"": ""Night Must Fall"" },{ ""awards.nominations"": 1 })" What is the freshness score of the movie Broadway Bill on Rotten Tomatoes?,"db.movies.find({""title"": ""Broadway Bill""}, {""tomatoes.fresh"": 1})" "In the 1990s, which movies were directed by David Fincher and released?","db.movies.find({""directors"": 'David Fincher', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" what is Marked Woman about in details?,"db.movies.find({""title"": ""Marked Woman""}, {""fullplot"": 1})" What is the running time of the movie White Shadows?,"db.movies.find({""title"":""White Shadows""}, {""runtime"":1})" what genre of film is The Docks of New York?,"db.movies.find({""title"": ""The Docks of New York""}, {""genres"": 1})" What is the production company behind the movie The Blue Light ?,"db.movies.find({""title"": ""The Blue Light""}, {""tomatoes.production"": 1})" What is the movie Elephant Boy rating?,"db.movies.find({""title"":""Elephant Boy""}, {""rated"":1})" What is the critical reception of the movie Going Hollywood?,"db.movies.find({""title"":""Going Hollywood""}, {""tomatoes.critic"":1})" what was the release date of the movie Who Killed Cock Robin??,"db.movies.find({""title"": ""Who Killed Cock Robin?""}, {""released"": 1})" What is the running time of the film Forbidden?,"db.movies.find({""title"":""Forbidden""}, {""runtime"":1})" what type of film is Mèdchen in Uniform?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""genres"": 1})" What is the audience rating of the movie Beau Geste ?,"db.movies.find({ ""title"": ""Beau Geste"" },{ ""tomatoes.viewer.rating"": 1 })" What is the meter score of the movie King Kong according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""King Kong""}, {""tomatoes.viewer.meter"": 1})" what is the film In Old Arizona imdb rating?,"db.movies.find({""title"": ""In Old Arizona""}, {""imdb.rating"": 1})" Was the movie Broadway Melody of 1936 well received by audiences and critics?,"db.movies.find({""title"":""Broadway Melody of 1936""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what type of movie is The Prince and the Pauper?,"db.movies.find({""title"": ""The Prince and the Pauper""}, {""genres"": 1})" How many reviews have been submitted by critics for the movie The Awful Truth ?,"db.movies.find({""title"": ""The Awful Truth""}, {""tomatoes.critic.numReviews"": 1})" How many votes does the movie Broadway Bill have on IMDb?,"db.movies.find({""title"":""Broadway Bill""}, {""imdb.votes"":1})" Theodora Goes Wild was directed by who?,"db.movies.find({""title"": ""Theodora Goes Wild""}, {""directors"": 1})" who acted in the movie Now or Never?,"db.movies.find({""title"": ""Now or Never""}, {""cast"": 1})" who is the writer of the film The Invisible Ray?,"db.movies.find({""title"": ""The Invisible Ray""}, {""writers"": 1})" what is the genre of Storm Over Asia?,"db.movies.find({""title"": ""Storm Over Asia""}, {""genres"": 1})" Can you provide me with a list of movies directed by Satyajit Ray that were released in the 1990s?,"db.movies.find({""directors"": 'Satyajit Ray', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" what type of film is Robin Hood?,"db.movies.find({""title"": ""Robin Hood""}, {""genres"": 1})" "the movie From Hand to Mouth, was written by who?","db.movies.find({""title"": ""From Hand to Mouth""}, {""writers"": 1})" "Has Safety Last! won any awards? If so, which ones?","db.movies.find({""title"":""Safety Last!"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Naughty Marietta""}, { ""tomatoes.production"": 1})" Which Roberto Rossellini-directed movie has the highest score on Rotten Tomatoes?,"db.movies.find({""directors"": ""Roberto Rossellini"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the average rating of movies with the genre 'Musical'?,"db.movies.aggregate([{""$match"": {""genres"": ""Musical""}}, {""$group"": { ""_id"": ""null"", ""avgRating"": {""$avg"": ""$imdb.rating"":}}}])" who was Little Caesar written by?,"db.movies.find({""title"": ""Little Caesar""}, {""writers"": 1})" who was Going Hollywood directed by?,"db.movies.find({""title"": ""Going Hollywood""}, {""directors"": 1})" who was the movie Secret Agent written by?,"db.movies.find({""title"": ""Secret Agent""}, {""writers"": 1})" who was the writer of Wife! Be Like a Rose!?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""writers"": 1})" who wrote the movie Flesh and the Devil?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""writers"": 1})" What is the viewer rating for the movie Stage Door on Rotten Tomatoes?,"db.movies.find({""title"":""Stage Door""}, {""tomatoes.viewer.rating"":1})" How did the audience and critics receive The Thief of Bagdad?,"db.movies.find({""title"":""The Thief of Bagdad""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who's the director of Wife! Be Like a Rose!?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""directors"": 1})" How many movies has Martin Scorsese directed in total?,"db.movies.countDocuments({""directors"":""Martin Scorsese""})" What is the percentage of positive reviews among critics for the movie Les Misèrables ?,"db.movies.find({ ""title"": ""Les Misèrables"" },{ ""tomatoes.critic.meter"": 1 })" What is the imdbID and genre of the movie 'Storm Over Asia'?,"db.movies.find({""title"": ""Storm Over Asia""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" who is the author of The Pearls of the Crown?,"db.movies.find({""title"": ""The Pearls of the Crown""}, {""writers"": 1})" What is the box office revenue of the movie In the Land of the Head Hunters in dollars?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""tomatoes.boxOffice"": 1})" What is the imdbID and genre of the movie 'The Son of the Sheik'?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" what was the release year of Metropolis?,"db.movies.find({""title"": ""Metropolis""}, {""year"": 1})" What are the names of the films that were directed by Yasujiro Ozu and released in the 1990s?,"db.movies.find({""directors"": 'Yasujiro Ozu', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What is the IMDb ID for the movie She?,"db.movies.find({""title"":""She""}, {""imdb.id"":1})" who's the director of Black Fury?,"db.movies.find({""title"": ""Black Fury""}, {""directors"": 1})" What is the IMDb rating for the movie The Life of Emile Zola?,"db.movies.find({""title"": ""The Life of Emile Zola""}, {""imdb.rating"": 1})" How many reviews did the movie The Pearls of the Crown receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Pearls of the Crown""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" Who are the actors that appear in the movie Romance ?,"db.movies.find({ ""title"": ""Romance"" },{ ""cast"": 1 })" what sort of movie is The Perils of Pauline?,"db.movies.find({""title"": ""The Perils of Pauline""}, {""genres"": 1})" What is the text representation of the awards won and nominations received by the movie The Sin of Madelon Claudet?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, { ""awards.text"": 1})" Who are the actors in the movie Cops?,"db.movies.find({""title"":""Cops""}, {""cast"":1})" what is Der Kaiser von Kalifornien description?,"db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, {""plot"": 1})" who's the director of Gertie the Dinosaur?,"db.movies.find({""title"": ""Gertie the Dinosaur""}, {""directors"": 1})" How many reviews have been submitted by critics for the movie Elephant Boy?,"db.movies.find({ ""title"": ""Elephant Boy"" }, { ""tomatoes.critic.numReviews"": 1 })" Who are the starring actors/actresses in the movie Le grand jeu?,"db.movies.find({""title"":""Le grand jeu""}, {""cast"":1})" what is Black Fury description?,"db.movies.find({""title"": ""Black Fury""}, {""plot"": 1})" what year was Grand Hotel released?,"db.movies.find({""title"": ""Grand Hotel""}, {""year"": 1})" who produced Four Sons?,"db.movies.find({""title"":""Four Sons""}, {""tomatoes.production"":1})" Who is the lead actress of the movie Romeo and Juliet ?,"db.movies.find({""title"": ""Romeo and Juliet""}, {""cast"":{""$slice"": 1},""title"":1})" Can you provide more information about the Rotten Tomatoes rating for the movie The Immigrant?,"db.movies.find({""title"": ""The Immigrant""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" what is the movie Daughter of Shanghai about in details?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""fullplot"": 1})" What is the production company of the film Les vampires?,"db.movies.find({""title"":""Les vampires""}, {""tomatoes.production"":1})" What is the text description of the movie Bride of Frankenstein awards?,"db.movies.find({""title"":""Bride of Frankenstein""}, {""awards.text"":1})" What is the audience rating of the movie Alice Adams ?,"db.movies.find({ ""title"": ""Alice Adams"" },{ ""tomatoes.viewer.rating"": 1 })" How many votes does the movie Ella Cinders have on IMDb?,"db.movies.find({""title"":""Ella Cinders""}, {""imdb.votes"":1})" How many reviews did the movie The Black Cat receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Black Cat""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" How many audience reviews have been submitted for the movie Civilization?,"db.movies.find({ ""title"": ""Civilization"" }, { ""tomatoes.viewer.numReviews"": 1 })" Who are the actors in the movie Scrooge?,"db.movies.find({""title"":""Scrooge""}, {""cast"":1})" "Has the movie The Red Head won any awards? If so, which ones?","db.movies.find({""title"":""The Red Head"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who wrote the screenplay for the film Tarzan the Ape Man?,"db.movies.aggregate([ { ""$match"": { ""title"":""Tarzan the Ape Man""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the website associated with the movie High and Dizzy on Rotten Tomatoes?,"db.movies.find({""title"": ""High and Dizzy""}, {""tomatoes.website"": 1})" how many awards did the movie Who Killed Cock Robin? win?,"db.movies.find({""title"":""Who Killed Cock Robin?""}, {""awards.wins"":1})" who is the author of Roberta?,"db.movies.find({""title"": ""Roberta""}, {""writers"": 1})" What are the genres this movie Queen Kelly belongs to?,"db.movies.find({""title"":""Queen Kelly""}, {""genres"":1})" What is the production company of Viva Villa!?,"db.movies.find({""title"":""Viva Villa!""}, {""tomatoes.production"":1})" What is the audience rating of the movie Broken Blossoms or The Yellow Man and the Girl ?,"db.movies.find({ ""title"": ""Broken Blossoms or The Yellow Man and the Girl"" },{ ""tomatoes.viewer.rating"": 1 })" Who is the lead actor of the movie Dodsworth ?,"db.movies.find({""title"": ""Dodsworth""}, {""cast"":{""$slice"": 1},""title"":1})" who is the author of The Edge of the World?,"db.movies.find({""title"": ""The Edge of the World""}, {""writers"": 1})" What is the Rotten Tomatoes meter rating for the movie Modern Times ?,"db.movies.find({""title"":""Modern Times""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What is the box office revenue of the movie It Happened One Night in dollars?,"db.movies.find({""title"": ""It Happened One Night""}, {""tomatoes.boxOffice"": 1})" What are the names of all the actors who starred in the movie 'Regeneration'?,"db.movies.find({""title"": ""Regeneration""}, {""cast"": 1})" what sort of film is Nanook of the North?,"db.movies.find({""title"": ""Nanook of the North""}, {""genres"": 1})" what was the release year of the film A Corner in Wheat?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""year"": 1})" When was the movie Tol'able David released in theaters?,"db.movies.find({""title"": ""Tol'able David""}, {""released"": 1})" What is the production company of the movie Traffic in Souls?,"db.movies.find({""title"":""Traffic in Souls""}, {""tomatoes.production"":1})" Can you provide more information about the IMDb rating for the movie High and Dizzy ?,"db.movies.find({""title"":""High and Dizzy""}, {""imdb"":1})" how many awards did The Phantom of the Opera win?,"db.movies.find({""title"":""The Phantom of the Opera""}, {""awards.wins"":1})" which person directed The Story of Louis Pasteur?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""directors"": 1})" what is the genre for the movie The Devil to Pay!?,"db.movies.find({""title"": ""The Devil to Pay!""}, {""genres"": 1})" can you describe the plot of Morocco?,"db.movies.find({""title"": ""Morocco""}, {""plot"": 1})" which company produced the film The Unknown?,"db.movies.find({""title"":""The Unknown""}, {""tomatoes.production"":1})" Who are the starring actors/actresses in the movie Romance?,"db.movies.find({""title"":""Romance""}, {""cast"":1})" what is the film All Quiet on the Western Front imdb rating?,"db.movies.find({""title"": ""All Quiet on the Western Front""}, {""imdb.rating"": 1})" "who wrote I Was Born, But...?","db.movies.find({""title"": ""I Was Born, But...""}, {""writers"": 1})" what genre of film is This Is My Affair?,"db.movies.find({""title"": ""This Is My Affair""}, {""genres"": 1})" What is the dominant genre of Joel Coen's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Joel Coen"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what was the release year of State Fair?,"db.movies.find({""title"": ""State Fair""}, {""year"": 1})" what genre of movie is The New Gulliver?,"db.movies.find({""title"": ""The New Gulliver""}, {""genres"": 1})" What is the rating of the movie The Crowd Roars according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Crowd Roars""}, {""tomatoes.viewer.rating"": 1})" what genre of film is Camille?,"db.movies.find({""title"": ""Camille""}, {""genres"": 1})" what was the release year of the film Elephant Boy?,"db.movies.find({""title"": ""Elephant Boy""}, {""year"": 1})" What is the rating of the movie The Circus according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Circus""}, {""tomatoes.viewer.rating"": 1})" "the film The Divine Lady, was written by who?","db.movies.find({""title"": ""The Divine Lady""}, {""writers"": 1})" When was the movie Scarface released?,"db.movies.find({""title"":""Scarface""}, {""released"":1})" In which countries was the movie Safety Last! produced?,"db.movies.find({""title"":""Safety Last!""}, {""countries"":1})" When was the movie Battling Butler released?,"db.movies.find({""title"":""Battling Butler""}, {""released"":1})" what year was the movie The Land Beyond the Sunset released?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, {""year"": 1})" who wrote the film My Man Godfrey?,"db.movies.find({""title"": ""My Man Godfrey""}, {""writers"": 1})" In what year was the movie Top Hat released ?,"db.movies.find({ ""title"": ""Top Hat"" }, { ""year"": 1})" who was Who Killed Cock Robin? written by?,"db.movies.find({""title"": ""Who Killed Cock Robin?""}, {""writers"": 1})" What are the names of all the actors who starred in the movie 'Alice Adams'?,"db.movies.find({""title"": ""Alice Adams""}, {""cast"": 1})" Which actor has the greatest number of roles in James Cameron's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""James Cameron"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who wrote Salomè?,"db.movies.find({""title"": ""Salomè""}, {""writers"": 1})" What are the countries associated with the movie Napoleon ?,"db.movies.find({""title"": ""Napoleon""}, {""countries"": 1})" what was the release date of Roberta?,"db.movies.find({""title"": ""Roberta""}, {""released"": 1})" what genre is the movie The Land Beyond the Sunset?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, {""genres"": 1})" Which of James Cameron's directed films has the briefest duration?,"db.movies.find({""directors"":""James Cameron""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" Can you provide a detailed summary of the movie Cleopatra plot?,"db.movies.find({ ""title"": ""Cleopatra"" }, { ""fullplot"": 1})" Who are the main actors/actresses in the movie Black Legion?,"db.movies.find({""title"":""Black Legion""}, {""cast"":1})" What is the name of the Michelangelo Antonioni-directed movie with the least runtime?,"db.movies.find({""directors"":""Michelangelo Antonioni""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" What is the movie Show Boat rating?,"db.movies.find({""title"":""Show Boat""}, {""rated"":1})" What is the average rating of movies with the genre 'Thriller'?,"db.movies.aggregate([{""$match"": {""genres"": ""Thriller""}}, {""$group"": { ""_id"": ""null"", ""avgRating"": {""$avg"": ""$imdb.rating"":}}}])" What is the box office revenue of the movie They Won't Forget in dollars?,"db.movies.find({""title"": ""They Won't Forget""}, {""tomatoes.boxOffice"": 1})" how many awards did the movie Foolish Wives win?,"db.movies.find({""title"":""Foolish Wives""}, {""awards.wins"":1})" how many awards did The Great Train Robbery win?,"db.movies.find({""title"":""The Great Train Robbery""}, {""awards.wins"":1})" Who are the main actors/actresses in the movie Pèpè le Moko?,"db.movies.find({""title"":""Pèpè le Moko""}, {""cast"":1})" which company produced Anna Karenina?,"db.movies.find({""title"":""Anna Karenina""}, {""tomatoes.production"":1})" what type of film is Naughty Marietta?,"db.movies.find({""title"": ""Naughty Marietta""}, {""genres"": 1})" what is the genre for the film The Kid?,"db.movies.find({""title"": ""The Kid""}, {""genres"": 1})" In what year was the movie The Passion of Joan of Arc released?,"db.movies.find({""title"":""The Passion of Joan of Arc""}, {""year"":1})" "What is the language of Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics?","db.movies.find({""title"":""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""languages"":1})" what is the movie Night Must Fall description ?,"db.movies.find({""title"": ""Night Must Fall""}, {""plot"": 1})" What is the average rating of all of James Cameron movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""James Cameron""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" who is the director of The Scarlet Empress?,"db.movies.find({""title"": ""The Scarlet Empress""}, {""directors"": 1})" which person wrote Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""writers"": 1})" who was the writer of Smilin' Through?,"db.movies.find({""title"": ""Smilin' Through""}, {""writers"": 1})" who is the author of Harvest?,"db.movies.find({""title"": ""Harvest""}, {""writers"": 1})" What is the ID of the movie The Last of the Mohicans on IMDB?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""imdb.id"": 1})" What are the genres associated with the movie Everybody's Woman ?,"db.movies.find({ ""title"": ""Everybody's Woman"" }, { ""genres"": 1})" Who are the actors that appear in the movie The Gay Divorcee ?,"db.movies.find({ ""title"": ""The Gay Divorcee"" },{ ""cast"": 1 })" How many votes does the movie Dekigokoro have on IMDb?,"db.movies.find({""title"":""Dekigokoro""}, {""imdb.votes"":1})" who was Camille written by?,"db.movies.find({""title"": ""Camille""}, {""writers"": 1})" what is the genre for the movie Children in the Wind?,"db.movies.find({""title"": ""Children in the Wind""}, {""genres"": 1})" What is the ID of the movie A Free Soul on IMDB?,"db.movies.find({""title"": ""A Free Soul""}, {""imdb.id"": 1})" who wrote the film Lost Horizon?,"db.movies.find({""title"": ""Lost Horizon""}, {""writers"": 1})" How many audience reviews have been submitted for the movie One Week?,"db.movies.find({ ""title"": ""One Week"" }, { ""tomatoes.viewer.numReviews"": 1 })" what was the release date of the film Safety Last!?,"db.movies.find({""title"": ""Safety Last!""}, {""released"": 1})" what was the genre of the movie Blacksmith Scene?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""genres"": 1})" What is the text representation of the awards won and nominations received by the movie Toni?,"db.movies.find({""title"": ""Toni""}, { ""awards.text"": 1})" how many awards did the film High and Dizzy win?,"db.movies.find({""title"":""High and Dizzy""}, {""awards.wins"":1})" what genre is the film Battleship Potemkin?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""genres"": 1})" What is the IMDB rating of the movie A Woman of Paris: A Drama of Fate ?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, { ""imdb.rating"": 1})" What is the IMDB rating of the movie Greed ?,"db.movies.find({""title"": ""Greed""}, { ""imdb.rating"": 1})" How did the audience and critics receive the movie In the Land of the Head Hunters?,"db.movies.find({""title"":""In the Land of the Head Hunters""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How many wins did the movie Rembrandt receive?,"db.movies.find({""title"":""Rembrandt""}, {""awards.wins"":1})" what genre is the movie Viva Villa!?,"db.movies.find({""title"": ""Viva Villa!""}, {""genres"": 1})" Can you provide a detailed summary of the movie The Docks of New York plot?,"db.movies.find({ ""title"": ""The Docks of New York"" }, { ""fullplot"": 1})" the movie The Mummy was directed by who?,"db.movies.find({""title"": ""The Mummy""}, {""directors"": 1})" what is Nanook of the North about?,"db.movies.find({""title"": ""Nanook of the North""}, {""plot"": 1})" What are the genres this movie Grand Hotel belongs to?,"db.movies.find({""title"":""Grand Hotel""}, {""genres"":1})" who acted in the film The Wedding Night?,"db.movies.find({""title"": ""The Wedding Night""}, {""cast"": 1})" Who are the writers of the movie Nosferatu ?,"db.movies.find({""title"": ""Nosferatu""}, { ""writers"": 1})" the film The Prisoner of Zenda starred which actors?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""cast"": 1})" What is the consensus among critics about the movie The Kid Brother ?,"db.movies.find({""title"": ""The Kid Brother""}, {""tomatoes.consensus"": 1})" What is the IMDb rating for the movie Who Killed Cock Robin? ?,"db.movies.find({""title"":""Who Killed Cock Robin?""}, {""imdb.rating"":1})" What is the text representation of the awards won and nominations received by the movie Sunrise?,"db.movies.find({""title"": ""Sunrise""}, { ""awards.text"": 1})" What is the movie Nanook of the North rating?,"db.movies.find({""title"":""Nanook of the North""}, {""rated"":1})" Was the movie Three Ages well received by audiences?,"db.movies.find({""title"":""Three Ages""}, {""tomatoes.viewer"":1})" Who is the lead actor of the movie The Beloved Vagabond ?,"db.movies.find({""title"": ""The Beloved Vagabond""}, {""cast"":{""$slice"": 1},""title"":1})" who was the film Traffic in Souls written by?,"db.movies.find({""title"": ""Traffic in Souls""}, {""writers"": 1})" How many viewer reviews did the movie The Unknown receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Unknown""}, {""tomatoes.viewer.numReviews"":1})" Can you name the movie genres that Luchino Visconti has directed?,"db.movies.distinct(""genres"", { ""directors"": ""Luchino Visconti"" })" Who is the lead actor of the movie It ?,"db.movies.find({""title"": ""It""}, {""cast"":{""$slice"": 1},""title"":1})" Can you give me a brief summary of the movie Children in the Wind plot?,"db.movies.find({""title"":""Children in the Wind""}, {""plot"":1})" who starred in the film The Broadway Melody?,"db.movies.find({""title"": ""The Broadway Melody""}, {""cast"": 1})" How many viewer reviews did the movie Movie Crazy receive on Rotten Tomatoes?,"db.movies.find({""title"":""Movie Crazy""}, {""tomatoes.viewer.numReviews"":1})" "Beau Geste, was written by who?","db.movies.find({""title"": ""Beau Geste""}, {""writers"": 1})" Can you give me a brief summary of the movie In Old Arizona plot?,"db.movies.find({""title"":""In Old Arizona""}, {""plot"":1})" how many awards did the film Comradeship win?,"db.movies.find({""title"":""Comradeship""}, {""awards.wins"":1})" who acted in the movie Murders in the Rue Morgue?,"db.movies.find({""title"": ""Murders in the Rue Morgue""}, {""cast"": 1})" what sort of movie is Three Little Pigs?,"db.movies.find({""title"": ""Three Little Pigs""}, {""genres"": 1})" what is the full plot for The Phantom of the Opera?,"db.movies.find({""title"": ""The Phantom of the Opera""}, {""fullplot"": 1})" what is the movie The Land Beyond the Sunset about?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, {""plot"": 1})" What is the box office revenue for the movie 'Romance'?,"db.movies.find({""title"": ""Romance""}, {""tomatoes.boxOffice"": 1})" what year was Napoleon released?,"db.movies.find({""title"": ""Napoleon""}, {""year"": 1})" What is the language of Murders in the Rue Morgue?,"db.movies.find({""title"":""Murders in the Rue Morgue""}, {""languages"":1})" what is the plot for the movie Where Are My Children??,"db.movies.find({""title"": ""Where Are My Children?""}, {""plot"": 1})" who acted in the film The Mummy?,"db.movies.find({""title"": ""The Mummy""}, {""cast"": 1})" What is the production company of the film Top Hat?,"db.movies.find({""title"":""Top Hat""}, {""tomatoes.production"":1})" In which countries was the movie Beau Geste produced?,"db.movies.find({""title"":""Beau Geste""}, {""countries"":1})" which company produced Cleopatra?,"db.movies.find({""title"":""Cleopatra""}, {""tomatoes.production"":1})" what was the release date of the movie A Midsummer Night's Dream?,"db.movies.find({""title"": ""A Midsummer Night's Dream""}, {""released"": 1})" What is the Metacritic score of the movie The Cheat ?,"db.movies.find({ ""title"": ""The Cheat"" }, { ""metacritic"": 1})" What is the production company of Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"":""Broken Blossoms or The Yellow Man and the Girl""}, {""tomatoes.production"":1})" who are the actors in the movie The Son of the Sheik?,"db.movies.find({""title"": ""The Son of the Sheik""}, {""cast"": 1})" who was the writer of the movie The Wedding March?,"db.movies.find({""title"": ""The Wedding March""}, {""writers"": 1})" King of Jazz is a movie written by this person?,"db.movies.find({""title"": ""King of Jazz""}, {""writers"": 1})" How many award nominations did the movie receive The Saphead ?,"db.movies.find({ ""title"": ""The Saphead"" },{ ""awards.nominations"": 1 })" what is The Immigrant imdb rating?,"db.movies.find({""title"": ""The Immigrant""}, {""imdb.rating"": 1})" How many nominations did the movie The Invisible Ray receive?,"db.movies.find({""title"":""The Invisible Ray""}, {""awards.nominations"":1})" who produced the film Men Without Women?,"db.movies.find({""title"":""Men Without Women""}, {""tomatoes.production"":1})" How does the movie Red Dust rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Red Dust"" },{ ""tomatoes.critic.meter"": 1 })" What is the Rotten Tomatoes meter rating for the movie Tarzan and His Mate ?,"db.movies.find({""title"":""Tarzan and His Mate""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" How many votes does the movie The Lives of a Bengal Lancer have on IMDb?,"db.movies.find({""title"":""The Lives of a Bengal Lancer""}, {""imdb.votes"":1})" what genre is the film Tol'able David?,"db.movies.find({""title"": ""Tol'able David""}, {""genres"": 1})" What are some of the films that Francois Truffaut has directed?,"db.movies.find({""directors"": ""Francois Truffaut""},{""title"":1})" What is the IMDb ID for the movie The Charge of the Light Brigade?,"db.movies.find({""title"":""The Charge of the Light Brigade""}, {""imdb.id"":1})" "Has the movie Seven Chances won any awards? If so, which ones?","db.movies.find({""title"":""Seven Chances"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" Which actor has the highest number of appearances in movies directed by Robert Bresson?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Robert Bresson"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the MPAA rating of the film The Count of Monte Cristo?,"db.movies.find({""title"":""The Count of Monte Cristo""}, {""rated"":1})" what is The Blue Light about?,"db.movies.find({""title"": ""The Blue Light""}, {""plot"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Invisible Man""}, { ""tomatoes.production"": 1})" who's the director of Grand Hotel?,"db.movies.find({""title"": ""Grand Hotel""}, {""directors"": 1})" what genre is the movie College?,"db.movies.find({""title"": ""College""}, {""genres"": 1})" What is the consensus among critics about the movie Gertie the Dinosaur?,"db.movies.find({""title"": ""Gertie the Dinosaur""}, { ""tomatoes.consensus"": 1})" What is the box office revenue of the movie The Chechahcos ?,"db.movies.find({""title"": ""The Chechahcos""}, { ""tomatoes.boxOffice"": 1})" who stars in the film The Cameraman?,"db.movies.find({""title"": ""The Cameraman""}, {""cast"": 1})" What is the IMDb rating for the film The Fall of the House of Usher?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""imdb.rating"": 1})" What is the production company of the movie Tarzan and His Mate?,"db.movies.find({""title"":""Tarzan and His Mate""}, {""tomatoes.production"":1})" How many viewer reviews did the movie The Immigrant receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Immigrant""}, {""tomatoes.viewer.numReviews"":1})" What is the percentage of positive reviews among critics for the movie David Copperfield ?,"db.movies.find({ ""title"": ""David Copperfield"" },{ ""tomatoes.critic.meter"": 1 })" the film Street Angel was directed by who?,"db.movies.find({""title"": ""Street Angel""}, {""directors"": 1})" When was the movie Dodsworth released?,"db.movies.find({""title"":""Dodsworth""}, {""released"":1})" who starred in One Week?,"db.movies.find({""title"": ""One Week""}, {""cast"": 1})" What is the production company of The Song of Night?,"db.movies.find({""title"":""The Song of Night""}, {""tomatoes.production"":1})" What is the ID of the movie Flash Gordon on IMDB?,"db.movies.find({""title"": ""Flash Gordon""}, {""imdb.id"": 1})" What is the language of the film The Good Earth?,"db.movies.find({""title"":""The Good Earth""}, {""languages"":1})" what is the genre for the movie The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""genres"": 1})" how has Disraeli been recieved by critics and audience?,"db.movies.find({""title"":""Disraeli""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what was the release date of The Wedding Night?,"db.movies.find({""title"": ""The Wedding Night""}, {""released"": 1})" What type of media is Little Caesar?,"db.movies.find({ ""title"": ""Little Caesar"" }, { ""type"": 1})" the film Roberta starred who?,"db.movies.find({""title"": ""Roberta""}, {""cast"": 1})" What is the IMDB rating of the movie L'opèra de quat'sous ?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, { ""imdb.rating"": 1})" What are the genres associated with the movie Now or Never ?,"db.movies.find({ ""title"": ""Now or Never"" }, { ""genres"": 1})" What is the Tomatometer score of the movie Forbidden ?,"db.movies.find({ ""title"": ""Forbidden"" },{ ""tomatoes.critic.meter"": 1 })" who is the writer of the film The Man Who Knew Too Much?,"db.movies.find({""title"": ""The Man Who Knew Too Much""}, {""writers"": 1})" what is the genre of The Edge of the World?,"db.movies.find({""title"": ""The Edge of the World""}, {""genres"": 1})" How many reviews have been submitted by critics for the movie Death Takes a Holiday?,"db.movies.find({ ""title"": ""Death Takes a Holiday"" }, { ""tomatoes.critic.numReviews"": 1 })" "On Rotten Tomatoes, what is the top-rated film directed by Christopher Nolan?","db.movies.find({""directors"": ""Christopher Nolan"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the MongoDB document ID of the movie Final Accord?,"db.movies.find({""title"": ""Final Accord""}, {""_id"": 1})" What is the box office revenue of the movie The Green Pastures in dollars?,"db.movies.find({""title"": ""The Green Pastures""}, {""tomatoes.boxOffice"": 1})" what was the release year of the movie The Prisoner of Shark Island?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""year"": 1})" the film State Fair starred which actors?,"db.movies.find({""title"": ""State Fair""}, {""cast"": 1})" what was the genre of the film Frankenstein?,"db.movies.find({""title"": ""Frankenstein""}, {""genres"": 1})" Can you provide a longer version of the movie In the Land of the Head Hunters plot?,"db.movies.find({""title"":""In the Land of the Head Hunters""}, {""fullplot"":1})" who starred in The Count of Monte Cristo?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""cast"": 1})" Can you give me a brief summary of the movie Maria Chapdelaine plot?,"db.movies.find({""title"":""Maria Chapdelaine""}, {""plot"":1})" What is the runtime and rating for the movie 'Salomè'?,"db.movies.find({""title"": ""Salomè""}, {""runtime"": 1, ""rated"": 1})" What is the freshness score of the movie Rembrandt on Rotten Tomatoes?,"db.movies.find({""title"": ""Rembrandt""}, {""tomatoes.fresh"": 1})" who are the actors in the film The Jazz Singer?,"db.movies.find({""title"": ""The Jazz Singer""}, {""cast"": 1})" what is the movie Everybody's Woman about in details?,"db.movies.find({""title"": ""Everybody's Woman""}, {""fullplot"": 1})" what is the movie The Perils of Pauline about in details?,"db.movies.find({""title"": ""The Perils of Pauline""}, {""fullplot"": 1})" King Solomon's Mines is written by this person?,"db.movies.find({""title"": ""King Solomon's Mines""}, {""writers"": 1})" What is the running time of the movie Romeo and Juliet?,"db.movies.find({""title"":""Romeo and Juliet""}, {""runtime"":1})" what is the full plot for the film Zoo in Budapest?,"db.movies.find({""title"": ""Zoo in Budapest""}, {""fullplot"": 1})" What is the complete length of all movies directed by Tim Burton?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Tim Burton"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the IMDb rating for the film The Italian?,"db.movies.find({""title"": ""The Italian""}, {""imdb.rating"": 1})" What is the rating of the movie Civilization on IMDb?,"db.movies.find({""title"":""Civilization""}, {""imdb.rating"":1})" Who are the main actors in A Story of Floating Weeds ?,"db.movies.find({ ""title"": ""A Story of Floating Weeds"" }, { ""cast"": 1})" Which film directed by Sergei Eisenstein has the highest rating on Rotten Tomatoes?,"db.movies.find({""directors"": ""Sergei Eisenstein"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" what is The 39 Steps imdb rating?,"db.movies.find({""title"": ""The 39 Steps""}, {""imdb.rating"": 1})" What is the viewer rating for the movie The Big Parade on Rotten Tomatoes?,"db.movies.find({""title"":""The Big Parade""}, {""tomatoes.viewer.rating"":1})" the movie He Who Gets Slapped starred who?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""cast"": 1})" In which countries was the movie The Man Who Could Work Miracles produced?,"db.movies.find({""title"":""The Man Who Could Work Miracles""}, {""countries"":1})" what type of movie is Dishonored?,"db.movies.find({""title"": ""Dishonored""}, {""genres"": 1})" who was the movie Nosferatu written by?,"db.movies.find({""title"": ""Nosferatu""}, {""writers"": 1})" what was the genre of the movie The Beloved Vagabond?,"db.movies.find({""title"": ""The Beloved Vagabond""}, {""genres"": 1})" In what year was the movie The Fall of the House of Usher released?,"db.movies.find({""title"":""The Fall of the House of Usher""}, {""year"":1})" What is the production company of the film Ruggles of Red Gap?,"db.movies.find({""title"":""Ruggles of Red Gap""}, {""tomatoes.production"":1})" Which actor has the greatest number of roles in David Fincher's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""David Fincher"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" can you describe the plot of L'opèra de quat'sous?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, {""plot"": 1})" who stars in the film The Prisoner of Shark Island?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""cast"": 1})" who wrote the screenplay for Metropolis?,"db.movies.aggregate([ { ""$match"": { ""title"":""Metropolis""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the production company of the film The Invisible Ray?,"db.movies.find({""title"":""The Invisible Ray""}, {""tomatoes.production"":1})" What is the meter score of the movie The Lower Depths according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Lower Depths""}, {""tomatoes.viewer.meter"": 1})" Can you give me a brief summary of the movie Foolish Wives plot?,"db.movies.find({""title"":""Foolish Wives""}, {""plot"":1})" What was the release date for the movie Modern Times?,"db.movies.find({""title"":""Modern Times""}, {""released"":1})" "In the 1990s, which movies were directed by Pedro Almodovar and released?","db.movies.find({""directors"": 'Pedro Almodovar', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" Can you provide a longer version of the movie Murders in the Rue Morgue plot?,"db.movies.find({""title"":""Murders in the Rue Morgue""}, {""fullplot"":1})" what is the plot for the movie Civilization?,"db.movies.find({""title"": ""Civilization""}, {""plot"": 1})" the movie Stage Door starred who?,"db.movies.find({""title"": ""Stage Door""}, {""cast"": 1})" who starred in the film Battleship Potemkin?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""cast"": 1})" who wrote the film Scarface?,"db.movies.find({""title"": ""Scarface""}, {""writers"": 1})" How did the audience and critics receive The Invisible Man?,"db.movies.find({""title"":""The Invisible Man""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Was the movie Les vampires well received by audiences and critics?,"db.movies.find({""title"":""Les vampires""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Mayerling is written by this person?,"db.movies.find({""title"": ""Mayerling""}, {""writers"": 1})" who stars in the movie King Solomon's Mines?,"db.movies.find({""title"": ""King Solomon's Mines""}, {""cast"": 1})" What is the box office revenue of the movie One Hundred Men and a Girl ?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, { ""tomatoes.boxOffice"": 1})" who was the writer of the film Tabu: A Story of the South Seas?,"db.movies.find({""title"": ""Tabu: A Story of the South Seas""}, {""writers"": 1})" Can you tell me which films were helmed by Francois Truffaut?,"db.movies.find({""directors"": ""Francois Truffaut""},{""title"":1})" who is listed as director for Death Takes a Holiday?,"db.movies.find({""title"": ""Death Takes a Holiday""}, {""directors"": 1})" who wrote the film Three Little Pigs?,"db.movies.find({""title"": ""Three Little Pigs""}, {""writers"": 1})" What is the production company of the film Morocco?,"db.movies.find({""title"":""Morocco""}, {""tomatoes.production"":1})" What is the added duration of all movies directed by Quentin Tarantino?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Quentin Tarantino"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" who is the director that directed Viva Villa!?,"db.movies.find({""title"": ""Viva Villa!""}, {""directors"": 1})" What is the viewer rating for the movie Flesh and the Devil on Rotten Tomatoes?,"db.movies.find({""title"":""Flesh and the Devil""}, {""tomatoes.viewer.rating"":1})" who produced Lloyd's of London?,"db.movies.find({""title"":""Lloyd's of London""}, {""tomatoes.production"":1})" what is One Week about in details?,"db.movies.find({""title"": ""One Week""}, {""fullplot"": 1})" what was the genre of the film Stage Door?,"db.movies.find({""title"": ""Stage Door""}, {""genres"": 1})" Who are the main actors/actresses in the movie The Blood of a Poet?,"db.movies.find({""title"":""The Blood of a Poet""}, {""cast"":1})" What is the website associated with the movie A Day in the Country on Rotten Tomatoes?,"db.movies.find({""title"": ""A Day in the Country""}, {""tomatoes.website"": 1})" What is the language of the film The Wind?,"db.movies.find({""title"":""The Wind""}, {""languages"":1})" How many votes did the movie Scrooge receive on IMDB?,"db.movies.find({""title"": ""Scrooge""}, { ""imdb.votes"": 1})" what is the genre for the movie All Quiet on the Western Front?,"db.movies.find({""title"": ""All Quiet on the Western Front""}, {""genres"": 1})" Who are the main actors/actresses in the movie The Band Concert?,"db.movies.find({""title"":""The Band Concert""}, {""cast"":1})" How many wins did the movie Tol'able David receive?,"db.movies.find({""title"":""Tol'able David""}, {""awards.wins"":1})" what is the plot for Sherlock Jr.?,"db.movies.find({""title"": ""Sherlock Jr.""}, {""plot"": 1})" Roberta is written by this person?,"db.movies.find({""title"": ""Roberta""}, {""writers"": 1})" What is the running time of The Cameraman?,"db.movies.find({""title"":""The Cameraman""}, {""runtime"":1})" what was the release date of King Solomon's Mines?,"db.movies.find({""title"": ""King Solomon's Mines""}, {""released"": 1})" How many comments have been posted by users on the movie Dante's Inferno's page on the Mflix platform?,"db.movies.find({ ""title"": ""Dante's Inferno"" }, { ""num_mflix_comments"": 1 })" What languages are spoken in the movie Black Fury ?,"db.movies.find({""title"": ""Black Fury""}, { ""languages"": 1})" what was the release year of the film The Garden of Allah?,"db.movies.find({""title"": ""The Garden of Allah""}, {""year"": 1})" what type of film is Within Our Gates?,"db.movies.find({""title"": ""Within Our Gates""}, {""genres"": 1})" what sort of film is Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"": ""Broken Blossoms or The Yellow Man and the Girl""}, {""genres"": 1})" what is the plot for the movie Clash of the Wolves?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""plot"": 1})" In which countries was the movie Westfront 1918 produced?,"db.movies.find({""title"":""Westfront 1918""}, {""countries"":1})" When was the information about the movie The Spanish Earth last updated?,"db.movies.find({ ""title"": ""The Spanish Earth"" }, { ""lastupdated"": 1})" what type of movie is A Day in the Country?,"db.movies.find({""title"": ""A Day in the Country""}, {""genres"": 1})" who is the writer of City Streets?,"db.movies.find({""title"": ""City Streets""}, {""writers"": 1})" Who is the actor that appears the most in movies directed by Orson Welles?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Orson Welles"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the viewer rating for the movie The Great Train Robbery on Rotten Tomatoes?,"db.movies.find({""title"":""The Great Train Robbery""}, {""tomatoes.viewer.rating"":1})" what was the release year of the movie The Kid?,"db.movies.find({""title"": ""The Kid""}, {""year"": 1})" what was the release year of the movie Tarzan the Ape Man?,"db.movies.find({""title"": ""Tarzan the Ape Man""}, {""year"": 1})" who was One Week directed by?,"db.movies.find({""title"": ""One Week""}, {""directors"": 1})" How many movies were directed by Martin Scorsese?,"db.movies.countDocuments({""directors"":""Martin Scorsese""})" How many comments have been posted by users on the movie The Last of the Mohicans's page on the Mflix platform?,"db.movies.find({ ""title"": ""The Last of the Mohicans"" }, { ""num_mflix_comments"": 1 })" Has the movie Swing Time won any awards?,"db.movies.find({""title"":""Swing Time""}, {""awards.wins"":1})" what is the movie Wife! Be Like a Rose! imdb rating?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""imdb.rating"": 1})" How did the audience and critics receive The Private Life of Don Juan?,"db.movies.find({""title"":""The Private Life of Don Juan""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who wrote the film Stage Door?,"db.movies.find({""title"": ""Stage Door""}, {""writers"": 1})" what is Roberta imdb rating?,"db.movies.find({""title"": ""Roberta""}, {""imdb.rating"": 1})" who is the writer of the movie Anthony Adverse?,"db.movies.find({""title"": ""Anthony Adverse""}, {""writers"": 1})" what type of movie is The Ace of Hearts?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""genres"": 1})" 42nd Street was directed by who?,"db.movies.find({""title"": ""42nd Street""}, {""directors"": 1})" who's the director of He Who Gets Slapped?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""directors"": 1})" who was The Black Pirate directed by?,"db.movies.find({""title"": ""The Black Pirate""}, {""directors"": 1})" What are the names of all the actors who starred in the movie 'The Chechahcos'?,"db.movies.find({""title"": ""The Chechahcos""}, {""cast"": 1})" What is the language of the movie Captains Courageous?,"db.movies.find({""title"":""Captains Courageous""}, {""languages"":1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Dames ?,"db.movies.find({""title"":""Dames""}, {""tomatoes.viewer.meter"":1})" how has Popeye the Sailor Meets Sindbad the Sailor been recieved by critics and audience?,"db.movies.find({""title"":""Popeye the Sailor Meets Sindbad the Sailor""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who is the director for The Ace of Hearts?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""directors"": 1})" how many awards did the film The Big Trail win?,"db.movies.find({""title"":""The Big Trail""}, {""awards.wins"":1})" What is the text description of the movie Night Must Fall awards?,"db.movies.find({""title"":""Night Must Fall""}, {""awards.text"":1})" What is the plot summary of the movie The Emperor Jones ?,"db.movies.find({ ""title"": ""The Emperor Jones"" }, { ""plot"": 1})" How many award nominations did the movie receive The Story of a Cheat ?,"db.movies.find({ ""title"": ""The Story of a Cheat"" },{ ""awards.nominations"": 1 })" who wrote the film Hallelujah?,"db.movies.find({""title"": ""Hallelujah""}, {""writers"": 1})" Which films directed by Kenji Mizoguchi have the highest ratings?,"db.movies.find({""directors"": 'Kenji Mizoguchi', ""imdb.rating"": {""$gt"": 8.5}})" who is the writer of the movie Skippy?,"db.movies.find({""title"": ""Skippy""}, {""writers"": 1})" who is listed as director for Wings?,"db.movies.find({""title"": ""Wings""}, {""directors"": 1})" how many awards did Gold Diggers of 1933 win?,"db.movies.find({""title"":""Gold Diggers of 1933""}, {""awards.wins"":1})" How many votes did the movie Ruggles of Red Gap receive on IMDB?,"db.movies.find({""title"": ""Ruggles of Red Gap""}, { ""imdb.votes"": 1})" Who is the lead actress of the movie Fury ?,"db.movies.find({""title"": ""Fury""}, {""cast"":{""$slice"": 1},""title"":1})" What is the IMDb rating for the movie Berkeley Square ?,"db.movies.find({""title"":""Berkeley Square""}, {""imdb.rating"":1})" When was the movie Storm Over Asia released in theaters?,"db.movies.find({""title"": ""Storm Over Asia""}, {""released"": 1})" How many votes does the movie Tabu: A Story of the South Seas have on IMDb?,"db.movies.find({""title"":""Tabu: A Story of the South Seas""}, {""imdb.votes"":1})" What is the MongoDB document ID of the movie Pèpè le Moko?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""_id"": 1})" Can you provide a longer version of the movie The Great Ziegfeld plot?,"db.movies.find({""title"":""The Great Ziegfeld""}, {""fullplot"":1})" How many reviews have been submitted by critics for the movie The Last Command ?,"db.movies.find({""title"": ""The Last Command""}, {""tomatoes.critic.numReviews"": 1})" What is the audience rating of the movie Mary of Scotland ?,"db.movies.find({ ""title"": ""Mary of Scotland"" },{ ""tomatoes.viewer.rating"": 1 })" what type of movie is Cleopatra?,"db.movies.find({""title"": ""Cleopatra""}, {""genres"": 1})" which company produced the film The Life of Emile Zola?,"db.movies.find({""title"":""The Life of Emile Zola""}, {""tomatoes.production"":1})" what was the release year of the movie The Big Parade?,"db.movies.find({""title"": ""The Big Parade""}, {""year"": 1})" How many nominations did the movie Civilization receive?,"db.movies.find({""title"":""Civilization""}, {""awards.nominations"":1})" What is the production company behind the movie A Night at the Opera ?,"db.movies.find({""title"": ""A Night at the Opera""}, { ""tomatoes.production"": 1})" how has King of Jazz been recieved by critics and audience?,"db.movies.find({""title"":""King of Jazz""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is the movie The Devil Is a Woman about in details?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""fullplot"": 1})" What is the production company of the movie The Chechahcos?,"db.movies.find({""title"":""The Chechahcos""}, {""tomatoes.production"":1})" "College, is written by who?","db.movies.find({""title"": ""College""}, {""writers"": 1})" what is the plot for the film The Fall of the House of Usher?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""plot"": 1})" who was Twentieth Century directed by?,"db.movies.find({""title"": ""Twentieth Century""}, {""directors"": 1})" "what is the plot for the film Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""plot"": 1})" what genre is the film Lonesome?,"db.movies.find({""title"": ""Lonesome""}, {""genres"": 1})" How long is the runtime of the movie Come and Get It ?,"db.movies.find({""title"":""Come and Get It""}, {""runtime"":1})" what was the genre of the movie The Phantom of the Opera?,"db.movies.find({""title"": ""The Phantom of the Opera""}, {""genres"": 1})" What is the movie The Prisoner of Zenda about? Can you provide a brief summary?,"db.movies.find({""title"":""The Prisoner of Zenda""}, {""plot"":1})" who produced the film Smilin' Through?,"db.movies.find({""title"":""Smilin' Through""}, {""tomatoes.production"":1})" who wrote The Unknown?,"db.movies.find({""title"": ""The Unknown""}, {""writers"": 1})" Who are the writers of the movie The Docks of New York ?,"db.movies.find({""title"": ""The Docks of New York""}, { ""writers"": 1})" what genre is the movie One Hundred Men and a Girl?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""genres"": 1})" Who is the lead actor of the movie The Thin Man ?,"db.movies.find({""title"": ""The Thin Man""}, {""cast"":{""$slice"": 1},""title"":1})" How many award nominations did the movie receive Dekigokoro ?,"db.movies.find({ ""title"": ""Dekigokoro"" },{ ""awards.nominations"": 1 })" who stars in The Iron Horse?,"db.movies.find({""title"": ""The Iron Horse""}, {""cast"": 1})" who is the writer of the film The Divorcee?,"db.movies.find({""title"": ""The Divorcee""}, {""writers"": 1})" who starred in It's a Gift?,"db.movies.find({""title"": ""It's a Gift""}, {""cast"": 1})" who produced Elephant Boy?,"db.movies.find({""title"":""Elephant Boy""}, {""tomatoes.production"":1})" the movie Sunrise was directed by who?,"db.movies.find({""title"": ""Sunrise""}, {""directors"": 1})" who was the movie Mèdchen in Uniform written by?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""writers"": 1})" What is the language of the film Dante's Inferno?,"db.movies.find({""title"":""Dante's Inferno""}, {""languages"":1})" Who are the main actors/actresses in the movie Mèdchen in Uniform?,"db.movies.find({""title"":""Mèdchen in Uniform""}, {""cast"":1})" What is the Rotten Tomatoes meter rating for the movie The Gilded Lily ?,"db.movies.find({""title"":""The Gilded Lily""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What is the text description of the movie The Invisible Man awards?,"db.movies.find({""title"":""The Invisible Man""}, {""awards.text"":1})" what was the release date of the film Now or Never?,"db.movies.find({""title"": ""Now or Never""}, {""released"": 1})" who stars in The Prince and the Pauper?,"db.movies.find({""title"": ""The Prince and the Pauper""}, {""cast"": 1})" who wrote the screenplay for the movie San Francisco?,"db.movies.aggregate([ { ""$match"": { ""title"":""San Francisco""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who was the writer of the film Regeneration?,"db.movies.find({""title"": ""Regeneration""}, {""writers"": 1})" What is the name of the director and cast for the movie 'The Informer'?,"db.movies.find({""title"": ""The Informer""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" which company produced Eskimo?,"db.movies.find({""title"":""Eskimo""}, {""tomatoes.production"":1})" Can you share with me the film genres that were helmed by Coen Brothers?,"db.movies.distinct(""genres"", { ""directors"": ""Coen Brothers"" })" What type of media is The Freshman?,"db.movies.find({ ""title"": ""The Freshman"" }, { ""type"": 1})" who wrote the film Tol'able David?,"db.movies.find({""title"": ""Tol'able David""}, {""writers"": 1})" What is the audience rating of the movie Lost Horizon ?,"db.movies.find({ ""title"": ""Lost Horizon"" },{ ""tomatoes.viewer.rating"": 1 })" what kind of movie is Footlight Parade?,"db.movies.find({""title"": ""Footlight Parade""}, {""genres"": 1})" who stars in the movie The Ghost Goes West?,"db.movies.find({""title"": ""The Ghost Goes West""}, {""cast"": 1})" the film Gertie the Dinosaur starred which actors?,"db.movies.find({""title"": ""Gertie the Dinosaur""}, {""cast"": 1})" When was the information about the movie Anna Karenina last updated?,"db.movies.find({ ""title"": ""Anna Karenina"" }, { ""lastupdated"": 1})" How many reviews did the movie The Dark Angel receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Dark Angel""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" what is The Great Ziegfeld about?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""plot"": 1})" How many reviews have been submitted by critics for the movie The Man Who Could Work Miracles ?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""tomatoes.critic.numReviews"": 1})" What is the highest-rated movie directed by Jean Renoir on rotten tomatoes?,"db.movies.find({""directors"": ""Jean Renoir"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the runtime and rating for the movie 'Topaze'?,"db.movies.find({""title"": ""Topaze""}, {""runtime"": 1, ""rated"": 1})" who wrote the film Cavalcade?,"db.movies.find({""title"": ""Cavalcade""}, {""writers"": 1})" What is the audience rating of the movie It ?,"db.movies.find({ ""title"": ""It"" },{ ""tomatoes.viewer.rating"": 1 })" What is the plot summary of the movie A Damsel in Distress ?,"db.movies.find({ ""title"": ""A Damsel in Distress"" }, { ""plot"": 1})" How many reviews have been submitted by critics for the movie The Story of a Cheat?,"db.movies.find({ ""title"": ""The Story of a Cheat"" }, { ""tomatoes.critic.numReviews"": 1 })" When was the information about the movie Nosferatu last updated?,"db.movies.find({ ""title"": ""Nosferatu"" }, { ""lastupdated"": 1})" What is the Metacritic score of the movie Broadway Melody of 1936 ?,"db.movies.find({ ""title"": ""Broadway Melody of 1936"" }, { ""metacritic"": 1})" who produced the movie The Fall of the House of Usher?,"db.movies.find({""title"":""The Fall of the House of Usher""}, {""tomatoes.production"":1})" which company produced the film Curly Top?,"db.movies.find({""title"":""Curly Top""}, {""tomatoes.production"":1})" The Informer is a movie written by this person?,"db.movies.find({""title"": ""The Informer""}, {""writers"": 1})" What is the IMDB rating of the movie The Crowd Roars ?,"db.movies.find({""title"": ""The Crowd Roars""}, { ""imdb.rating"": 1})" what kind of film is Bad Girl?,"db.movies.find({""title"": ""Bad Girl""}, {""genres"": 1})" what is the genre for the film Scrooge?,"db.movies.find({""title"": ""Scrooge""}, {""genres"": 1})" How many audience reviews have been submitted for the movie Wings?,"db.movies.find({ ""title"": ""Wings"" }, { ""tomatoes.viewer.numReviews"": 1 })" What is the language of The Phantom of the Opera?,"db.movies.find({""title"":""The Phantom of the Opera""}, {""languages"":1})" What is the combined duration of all films that Quentin Tarantino directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Quentin Tarantino"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the rating of the movie Now or Never on IMDb?,"db.movies.find({""title"":""Now or Never""}, {""imdb.rating"":1})" How many wins did the movie Come and Get It receive?,"db.movies.find({""title"":""Come and Get It""}, {""awards.wins"":1})" How many audience reviews have been submitted for the movie In Old Chicago ?,"db.movies.find({ ""title"": ""In Old Chicago"" },{ ""tomatoes.viewer.numReviews"": 1 })" what was the release date of the film Theodora Goes Wild?,"db.movies.find({""title"": ""Theodora Goes Wild""}, {""released"": 1})" When was the movie Grass: A Nation's Battle for Life released?,"db.movies.find({""title"":""Grass: A Nation's Battle for Life""}, {""released"":1})" "Has the film The Green Pastures won any awards? If so, which ones?","db.movies.find({""title"":""The Green Pastures"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" the movie The Last of the Mohicans starred which actors?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""cast"": 1})" who stars in the movie The Phantom of the Opera?,"db.movies.find({""title"": ""The Phantom of the Opera""}, {""cast"": 1})" What is the production company of the movie A Woman of Paris: A Drama of Fate?,"db.movies.find({""title"":""A Woman of Paris: A Drama of Fate""}, {""tomatoes.production"":1})" who starred in the film Ben-Hur: A Tale of the Christ?,"db.movies.find({""title"": ""Ben-Hur: A Tale of the Christ""}, {""cast"": 1})" What is the IMDb ID for the movie Tsirk?,"db.movies.find({""title"":""Tsirk""}, {""imdb.id"":1})" which person directed Within Our Gates?,"db.movies.find({""title"": ""Within Our Gates""}, {""directors"": 1})" How many reviews have been submitted for the movie Shanghai Express on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Shanghai Express"" },{ ""tomatoes.viewer.numReviews"": 1 })" How many reviews have been submitted for the movie Dames on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Dames"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the title of the movie with the shortest duration that Steven Spielberg directed?,"db.movies.find({""directors"":""Steven Spielberg""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" Has the movie The Son of the Sheik won any awards?,"db.movies.find({""title"":""The Son of the Sheik""}, {""awards.wins"":1})" what was the release date of Camille?,"db.movies.find({""title"": ""Camille""}, {""released"": 1})" Who are the writers of the movie The Hurricane ?,"db.movies.find({""title"": ""The Hurricane""}, { ""writers"": 1})" what was the release date of the film Sherlock Jr.?,"db.movies.find({""title"": ""Sherlock Jr.""}, {""released"": 1})" "Dante's Inferno, is written by who?","db.movies.find({""title"": ""Dante's Inferno""}, {""writers"": 1})" How long is the movie These Three in minutes?,"db.movies.find({""title"":""These Three""}, {""runtime"":1})" What is the MPAA rating of the film The Son of Kong?,"db.movies.find({""title"":""The Son of Kong""}, {""rated"":1})" In what year was the movie Dames released ?,"db.movies.find({ ""title"": ""Dames"" }, { ""year"": 1})" what is The Jazz Singer about in details?,"db.movies.find({""title"": ""The Jazz Singer""}, {""fullplot"": 1})" who is the writer of the film This Is My Affair?,"db.movies.find({""title"": ""This Is My Affair""}, {""writers"": 1})" which person wrote the film Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"": ""Broken Blossoms or The Yellow Man and the Girl""}, {""writers"": 1})" What is the audience rating of the movie Tarzan and His Mate ?,"db.movies.find({ ""title"": ""Tarzan and His Mate"" },{ ""tomatoes.viewer.rating"": 1 })" What is the audience rating of the movie Black Legion ?,"db.movies.find({ ""title"": ""Black Legion"" },{ ""tomatoes.viewer.rating"": 1 })" Who are the actors that appear in the movie The Wind ?,"db.movies.find({ ""title"": ""The Wind"" },{ ""cast"": 1 })" who stars in Make Way for Tomorrow?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""cast"": 1})" How did the audience and critics receive the movie The Birth of a Nation?,"db.movies.find({""title"":""The Birth of a Nation""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who wrote the screenplay for Zoo in Budapest?,"db.movies.aggregate([ { ""$match"": { ""title"":""Zoo in Budapest""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What type of movie is Civilization ?,"db.movies.find({""title"":""Civilization""}, {""genres"":1})" How did the audience and critics receive the movie Gertie the Dinosaur?,"db.movies.find({""title"":""Gertie the Dinosaur""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the IMDb ID for the movie The Son of Kong?,"db.movies.find({""title"":""The Son of Kong""}, {""imdb.id"":1})" which person directed Gertie the Dinosaur?,"db.movies.find({""title"": ""Gertie the Dinosaur""}, {""directors"": 1})" what was the release year of the movie In the Land of the Head Hunters?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""year"": 1})" who are the actors in the film From Hand to Mouth?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""cast"": 1})" who stars in the film The Land Beyond the Sunset?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, {""cast"": 1})" "Has the film The Barretts of Wimpole Street won any awards? If so, which ones?","db.movies.find({""title"":""The Barretts of Wimpole Street"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who directed Murders in the Rue Morgue?,"db.movies.find({""title"": ""Murders in the Rue Morgue""}, {""directors"": 1})" What languages are spoken in the movie One Hundred Men and a Girl?,"db.movies.find({""title"":""One Hundred Men and a Girl""}, {""languages"":1})" Scarface is written by this person?,"db.movies.find({""title"": ""Scarface""}, {""writers"": 1})" What is the MongoDB document ID of the movie Man of Aran?,"db.movies.find({""title"": ""Man of Aran""}, {""_id"": 1})" the movie Three Ages starred which actors?,"db.movies.find({""title"": ""Three Ages""}, {""cast"": 1})" how many awards did the movie Children in the Wind win?,"db.movies.find({""title"":""Children in the Wind""}, {""awards.wins"":1})" what was the genre of the film The Gold Rush?,"db.movies.find({""title"": ""The Gold Rush""}, {""genres"": 1})" what was the release date of the movie Three Smart Girls?,"db.movies.find({""title"": ""Three Smart Girls""}, {""released"": 1})" In what year was the movie Bride of Frankenstein released ?,"db.movies.find({ ""title"": ""Bride of Frankenstein"" }, { ""year"": 1})" What is the language of the film Les vampires?,"db.movies.find({""title"":""Les vampires""}, {""languages"":1})" "How long, in total, are all the movies that David Lynch has directed?","db.movies.aggregate([{ ""$match"": { ""directors"": ""David Lynch"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the name of the director and cast for the movie 'Movie Crazy'?,"db.movies.find({""title"": ""Movie Crazy""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" who starred in M?,"db.movies.find({""title"": ""M""}, {""cast"": 1})" What is the production company behind the movie Payment Deferred ?,"db.movies.find({""title"": ""Payment Deferred""}, {""tomatoes.production"": 1})" who is the writer of the movie Cimarron?,"db.movies.find({""title"": ""Cimarron""}, {""writers"": 1})" How many reviews have been submitted for the movie The Awful Truth on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Awful Truth"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the Rotten Tomatoes meter rating for the movie Lonesome ?,"db.movies.find({""title"":""Lonesome""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" who is the author of Romeo and Juliet?,"db.movies.find({""title"": ""Romeo and Juliet""}, {""writers"": 1})" what is the genre for the movie A Midsummer Night's Dream?,"db.movies.find({""title"": ""A Midsummer Night's Dream""}, {""genres"": 1})" what genre is Swing Time?,"db.movies.find({""title"": ""Swing Time""}, {""genres"": 1})" who produced Battling Butler?,"db.movies.find({""title"":""Battling Butler""}, {""tomatoes.production"":1})" What is the critical reception of the movie Mr. Deeds Goes to Town?,"db.movies.find({""title"":""Mr. Deeds Goes to Town""}, {""tomatoes.critic"":1})" "Marked Woman, was written by who?","db.movies.find({""title"": ""Marked Woman""}, {""writers"": 1})" Can you tell me which films were helmed by Kenji Mizoguchi?,"db.movies.find({""directors"": ""Kenji Mizoguchi""},{""title"":1})" who is the writer of Wild Boys of the Road?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""writers"": 1})" What is the consensus among critics about the movie In the Land of the Head Hunters?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, { ""tomatoes.consensus"": 1})" What is the imdbID and genre of the movie 'M'?,"db.movies.find({""title"": ""M""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" What is the production company of the film The Life of Emile Zola?,"db.movies.find({""title"":""The Life of Emile Zola""}, {""tomatoes.production"":1})" How many wins did the movie Flesh and the Devil receive?,"db.movies.find({""title"":""Flesh and the Devil""}, {""awards.wins"":1})" When was the movie State Fair released?,"db.movies.find({""title"":""State Fair""}, {""released"":1})" what was the release date of Clash of the Wolves?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""released"": 1})" what is the film In Old Chicago about in details?,"db.movies.find({""title"": ""In Old Chicago""}, {""fullplot"": 1})" What is the plot summary of the movie The Saphead ?,"db.movies.find({ ""title"": ""The Saphead"" }, { ""plot"": 1})" What are the names of all the actors who starred in the movie 'Wild Oranges'?,"db.movies.find({""title"": ""Wild Oranges""}, {""cast"": 1})" How many nominations did the movie The Private Life of Henry VIII. receive?,"db.movies.find({""title"":""The Private Life of Henry VIII.""}, {""awards.nominations"":1})" the movie Battleship Potemkin starred which actors?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""cast"": 1})" what type of film is In the Land of the Head Hunters?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""genres"": 1})" which company produced The Sin of Madelon Claudet?,"db.movies.find({""title"":""The Sin of Madelon Claudet""}, {""tomatoes.production"":1})" who was Disraeli directed by?,"db.movies.find({""title"": ""Disraeli""}, {""directors"": 1})" When was the information last updated for the movie Curly Top ?,"db.movies.find({ ""title"": ""Curly Top"" },{ ""lastupdated"": 1 })" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Tarzan and His Mate ?,"db.movies.find({""title"":""Tarzan and His Mate""}, {""tomatoes.viewer.meter"":1})" What is the MPAA rating of Ella Cinders?,"db.movies.find({""title"":""Ella Cinders""}, {""rated"":1})" Can you provide more information about the IMDb rating for the movie Earth ?,"db.movies.find({""title"":""Earth""}, {""imdb"":1})" How long is the movie Snow White and the Seven Dwarfs in minutes?,"db.movies.find({""title"":""Snow White and the Seven Dwarfs""}, {""runtime"":1})" who acted in the film Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""cast"": 1})" What is the IMDb rating for the movie The New Gulliver?,"db.movies.find({""title"": ""The New Gulliver""}, {""imdb.rating"": 1})" what is the film The Thief of Bagdad about in details?,"db.movies.find({""title"": ""The Thief of Bagdad""}, {""fullplot"": 1})" What is the website associated with the movie Secret Agent on Rotten Tomatoes?,"db.movies.find({""title"": ""Secret Agent""}, {""tomatoes.website"": 1})" Can you provide a detailed summary of the movie Zoo in Budapest plot?,"db.movies.find({ ""title"": ""Zoo in Budapest"" }, { ""fullplot"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie Death Takes a Holiday?,"db.movies.find({""title"": ""Death Takes a Holiday""}, { ""tomatoes.lastUpdated"": 1})" what is Traffic in Souls description?,"db.movies.find({""title"": ""Traffic in Souls""}, {""plot"": 1})" what was the release date of the movie Battleship Potemkin?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""released"": 1})" Who is the director of the movie Asphalt?,"db.movies.find({""title"": ""Asphalt""}, { ""directors"": 1})" who wrote the screenplay for the film The Garden of Allah?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Garden of Allah""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Has the movie Napoleon won any awards?,"db.movies.find({""title"":""Napoleon""}, {""awards.wins"":1})" what is the movie Little Women description ?,"db.movies.find({""title"": ""Little Women""}, {""plot"": 1})" How many awards did the movie win The Red Head ?,"db.movies.find({ ""title"": ""The Red Head"" },{ ""awards.wins"": 1 })" what was the genre of the film Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"": ""Broken Blossoms or The Yellow Man and the Girl""}, {""genres"": 1})" When was the movie Duck Soup released?,"db.movies.find({""title"":""Duck Soup""}, {""released"":1})" What is the running time of the movie Dante's Inferno?,"db.movies.find({""title"":""Dante's Inferno""}, {""runtime"":1})" what is the film Swing Time description ?,"db.movies.find({""title"": ""Swing Time""}, {""plot"": 1})" what sort of film is 42nd Street?,"db.movies.find({""title"": ""42nd Street""}, {""genres"": 1})" Which films directed by Louis Malle have the highest ratings?,"db.movies.find({""directors"": 'Louis Malle', ""imdb.rating"": {""$gt"": 8.5}})" How does the movie Masquerade in Vienna rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Masquerade in Vienna"" },{ ""tomatoes.critic.meter"": 1 })" What are the genres associated with the movie The Chechahcos ?,"db.movies.find({ ""title"": ""The Chechahcos"" }, { ""genres"": 1})" who stars in The Pearls of the Crown?,"db.movies.find({""title"": ""The Pearls of the Crown""}, {""cast"": 1})" What is the ID of the movie Rembrandt on IMDB?,"db.movies.find({""title"": ""Rembrandt""}, {""imdb.id"": 1})" What is the box office revenue of the movie The Gay Divorcee ?,"db.movies.find({""title"": ""The Gay Divorcee""}, { ""tomatoes.boxOffice"": 1})" who was the film Man with a Movie Camera written by?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""writers"": 1})" What is the box office revenue of the movie Fury ?,"db.movies.find({""title"": ""Fury""}, { ""tomatoes.boxOffice"": 1})" Who are the main actors/actresses in the movie High and Dizzy?,"db.movies.find({""title"":""High and Dizzy""}, {""cast"":1})" what was the release year of Bride of Frankenstein?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""year"": 1})" who stars in The Count of Monte Cristo?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""cast"": 1})" What is the movie Eskimo rating?,"db.movies.find({""title"":""Eskimo""}, {""rated"":1})" who is the director that directed Earth?,"db.movies.find({""title"": ""Earth""}, {""directors"": 1})" Who are the main actors in Gold Diggers of 1935 ?,"db.movies.find({ ""title"": ""Gold Diggers of 1935"" }, { ""cast"": 1})" what year was the movie Mary of Scotland released?,"db.movies.find({""title"": ""Mary of Scotland""}, {""year"": 1})" who is the writer of the movie Roberta?,"db.movies.find({""title"": ""Roberta""}, {""writers"": 1})" how many awards did The New Gulliver win?,"db.movies.find({""title"":""The New Gulliver""}, {""awards.wins"":1})" what is the film The Charge of the Light Brigade imdb rating?,"db.movies.find({""title"": ""The Charge of the Light Brigade""}, {""imdb.rating"": 1})" What is the freshness score of the movie Wild Oranges on Rotten Tomatoes?,"db.movies.find({""title"": ""Wild Oranges""}, {""tomatoes.fresh"": 1})" who wrote For Heaven's Sake?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""writers"": 1})" Which of Ethan Coen's movies has the highest Rotten Tomatoes rating?,"db.movies.find({""directors"": ""Ethan Coen"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" In what language was the movie The Perils of Pauline released?,"db.movies.find({ ""title"": ""The Perils of Pauline"" }, { ""languages"": 1})" what is the plot for the film David Copperfield?,"db.movies.find({""title"": ""David Copperfield""}, {""plot"": 1})" what is the full plot for the movie Ben-Hur: A Tale of the Christ?,"db.movies.find({""title"": ""Ben-Hur: A Tale of the Christ""}, {""fullplot"": 1})" What is the website associated with the movie Ella Cinders on Rotten Tomatoes?,"db.movies.find({""title"": ""Ella Cinders""}, {""tomatoes.website"": 1})" How did the audience and critics receive the movie State Fair?,"db.movies.find({""title"":""State Fair""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the text description of the movie The Chechahcos awards?,"db.movies.find({""title"":""The Chechahcos""}, {""awards.text"":1})" Which film directed by Gus Van Sant has the highest rating on Rotten Tomatoes?,"db.movies.find({""directors"": ""Gus Van Sant"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" Who is the lead actor of the movie Anthony Adverse ?,"db.movies.find({""title"": ""Anthony Adverse""}, {""cast"":{""$slice"": 1},""title"":1})" Can you provide a detailed summary of the movie The Good Earth plot?,"db.movies.find({ ""title"": ""The Good Earth"" }, { ""fullplot"": 1})" what kind of movie is Broadway Melody of 1936?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""genres"": 1})" How did the audience and critics receive Toni?,"db.movies.find({""title"":""Toni""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the MPAA rating of the film Dodsworth?,"db.movies.find({""title"":""Dodsworth""}, {""rated"":1})" what sort of movie is The Prisoner of Shark Island?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""genres"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Emperor Jones""}, { ""tomatoes.production"": 1})" What is the MPAA rating of the movie The Prisoner of Shark Island?,"db.movies.find({""title"":""The Prisoner of Shark Island""}, {""rated"":1})" what is the movie Broken Lullaby about in details?,"db.movies.find({""title"": ""Broken Lullaby""}, {""fullplot"": 1})" who is listed as director for Metropolis?,"db.movies.find({""title"": ""Metropolis""}, {""directors"": 1})" what was the genre of the film Applause?,"db.movies.find({""title"": ""Applause""}, {""genres"": 1})" What is the imdbID and year of release for the movie with a title of 'Disraeli'?,"db.movies.find({""title"": ""Disraeli""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" Could you tell me the total runtime of all Francois Truffaut movies he has directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Francois Truffaut"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" the film The Good Earth starred who?,"db.movies.find({""title"": ""The Good Earth""}, {""cast"": 1})" Can you provide a longer version of the movie The Strong Man plot?,"db.movies.find({""title"":""The Strong Man""}, {""fullplot"":1})" How did the audience and critics receive the movie Imitation of Life?,"db.movies.find({""title"":""Imitation of Life""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who was The Public Enemy written by?,"db.movies.find({""title"": ""The Public Enemy""}, {""writers"": 1})" what kind of movie is Maria Chapdelaine?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""genres"": 1})" "What is the IMDb rating for the film Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""imdb.rating"": 1})" How many reviews did the movie Three Little Pigs receive on Rotten Tomatoes?,"db.movies.find({""title"":""Three Little Pigs""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" What is the IMDb rating for the movie Morocco ?,"db.movies.find({""title"":""Morocco""}, {""imdb.rating"":1})" "the film Cleopatra, was written by who?","db.movies.find({""title"": ""Cleopatra""}, {""writers"": 1})" How many wins did the movie Beau Geste receive?,"db.movies.find({""title"":""Beau Geste""}, {""awards.wins"":1})" What is the IMDb rating for Who Killed Cock Robin??,"db.movies.find({""title"": ""Who Killed Cock Robin?""}, {""imdb.rating"": 1})" what is the plot for the movie Robin Hood?,"db.movies.find({""title"": ""Robin Hood""}, {""plot"": 1})" Which movie genre does Martin Scorsese mainly specialize in as a director?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Martin Scorsese"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Can you provide a longer version of the movie Movie Crazy plot?,"db.movies.find({""title"":""Movie Crazy""}, {""fullplot"":1})" who was the film From Hand to Mouth written by?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""writers"": 1})" what is the film The Chechahcos about in details?,"db.movies.find({""title"": ""The Chechahcos""}, {""fullplot"": 1})" What is the rating of the movie The Power and the Glory according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Power and the Glory""}, {""tomatoes.viewer.rating"": 1})" who acted in the film Anthony Adverse?,"db.movies.find({""title"": ""Anthony Adverse""}, {""cast"": 1})" who starred in the film Pandora's Box?,"db.movies.find({""title"": ""Pandora's Box""}, {""cast"": 1})" What is the rating of the movie Tol'able David on IMDb?,"db.movies.find({""title"":""Tol'able David""}, {""imdb.rating"":1})" The Crowd Roars is a movie written by this person?,"db.movies.find({""title"": ""The Crowd Roars""}, {""writers"": 1})" Flash Gordon is a film written by this person?,"db.movies.find({""title"": ""Flash Gordon""}, {""writers"": 1})" "Who are the starring actors/actresses in the movie Laugh, Clown, Laugh?","db.movies.find({""title"":""Laugh, Clown, Laugh""}, {""cast"":1})" How many audience reviews have been submitted for the movie The Crowd?,"db.movies.find({ ""title"": ""The Crowd"" }, { ""tomatoes.viewer.numReviews"": 1 })" which company produced Romance?,"db.movies.find({""title"":""Romance""}, {""tomatoes.production"":1})" Can you provide a longer version of the movie Stage Door plot?,"db.movies.find({""title"":""Stage Door""}, {""fullplot"":1})" What is the consensus among critics about the movie Marked Woman ?,"db.movies.find({""title"": ""Marked Woman""}, {""tomatoes.consensus"": 1})" what was the release date of Zero for Conduct?,"db.movies.find({""title"": ""Zero for Conduct""}, {""released"": 1})" who starred in the movie Lonesome?,"db.movies.find({""title"": ""Lonesome""}, {""cast"": 1})" who wrote the film Lonesome?,"db.movies.find({""title"": ""Lonesome""}, {""writers"": 1})" How many reviews have been submitted by critics for the movie Eskimo ?,"db.movies.find({""title"": ""Eskimo""}, {""tomatoes.critic.numReviews"": 1})" who was the film Pandora's Box written by?,"db.movies.find({""title"": ""Pandora's Box""}, {""writers"": 1})" which person wrote the movie Rembrandt?,"db.movies.find({""title"": ""Rembrandt""}, {""writers"": 1})" What is the imdbID and genre of the movie 'Eskimo'?,"db.movies.find({""title"": ""Eskimo""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" who was the writer of the film Forbidden?,"db.movies.find({""title"": ""Forbidden""}, {""writers"": 1})" How many reviews have been submitted for the movie Broken Lullaby on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Broken Lullaby"" },{ ""tomatoes.viewer.numReviews"": 1 })" How many votes did the movie Secret Agent receive on IMDB?,"db.movies.find({""title"": ""Secret Agent""}, { ""imdb.votes"": 1})" Could you tell me which movie that Orson Welles directed has the longest runtime?,"db.movies.find({""directors"":""Orson Welles""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" how many awards did the movie Intolerance: Love's Struggle Throughout the Ages win?,"db.movies.find({""title"":""Intolerance: Love's Struggle Throughout the Ages""}, {""awards.wins"":1})" who is the writer of the film King Kong?,"db.movies.find({""title"": ""King Kong""}, {""writers"": 1})" How did the audience and critics receive the movie The Gold Rush?,"db.movies.find({""title"":""The Gold Rush""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what was the release date of the movie King of Jazz?,"db.movies.find({""title"": ""King of Jazz""}, {""released"": 1})" how many awards did the movie Scarface win?,"db.movies.find({""title"":""Scarface""}, {""awards.wins"":1})" What is the box office revenue of the movie Three Smart Girls ?,"db.movies.find({""title"": ""Three Smart Girls""}, { ""tomatoes.boxOffice"": 1})" "In James Cameron's directed movies, which actor has made the most appearances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""James Cameron"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" which person wrote the movie Pandora's Box?,"db.movies.find({""title"": ""Pandora's Box""}, {""writers"": 1})" How many award nominations did the movie receive Dante's Inferno ?,"db.movies.find({ ""title"": ""Dante's Inferno"" },{ ""awards.nominations"": 1 })" What is the Tomatometer score of the movie College ?,"db.movies.find({ ""title"": ""College"" },{ ""tomatoes.critic.meter"": 1 })" How many award nominations did the movie receive Queen Kelly ?,"db.movies.find({ ""title"": ""Queen Kelly"" },{ ""awards.nominations"": 1 })" What is the Rotten Tomatoes rating for Jean Renoir's highest-rated movie?,"db.movies.find({""directors"": ""Jean Renoir"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" what was the release date of the movie My Man Godfrey?,"db.movies.find({""title"": ""My Man Godfrey""}, {""released"": 1})" How many reviews have been submitted by critics for the movie The Lower Depths?,"db.movies.find({ ""title"": ""The Lower Depths"" }, { ""tomatoes.critic.numReviews"": 1 })" who is the writer of the movie Flying Down to Rio?,"db.movies.find({""title"": ""Flying Down to Rio""}, {""writers"": 1})" "the film Foolish Wives, was written by who?","db.movies.find({""title"": ""Foolish Wives""}, {""writers"": 1})" How many reviews have been submitted by critics for the movie The Barretts of Wimpole Street ?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""tomatoes.critic.numReviews"": 1})" who wrote the movie Tabu: A Story of the South Seas?,"db.movies.find({""title"": ""Tabu: A Story of the South Seas""}, {""writers"": 1})" What are the genres associated with the movie Comradeship ?,"db.movies.find({ ""title"": ""Comradeship"" }, { ""genres"": 1})" Who is the lead actor of the movie Les Misèrables ?,"db.movies.find({""title"": ""Les Misèrables""}, {""cast"":{""$slice"": 1},""title"":1})" who directed A Night at the Opera?,"db.movies.find({""title"": ""A Night at the Opera""}, {""directors"": 1})" What is the movie Four Sons rating?,"db.movies.find({""title"":""Four Sons""}, {""rated"":1})" In what language was the movie It Happened One Night released?,"db.movies.find({ ""title"": ""It Happened One Night"" }, { ""languages"": 1})" What is the full plot summary of the movie Chapayev ?,"db.movies.find({""title"": ""Chapayev""}, {""plot"": 1})" What are the names of the films that were directed by Orson Welles and released in the 1990s?,"db.movies.find({""directors"": 'Orson Welles', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What is the production company of the film Night Must Fall?,"db.movies.find({""title"":""Night Must Fall""}, {""tomatoes.production"":1})" What is the IMDb rating for the movie The Hurricane?,"db.movies.find({""title"": ""The Hurricane""}, {""imdb.rating"": 1})" What type of movie is Dishonored ?,"db.movies.find({""title"":""Dishonored""}, {""genres"":1})" How many reviews did the movie A Farewell to Arms receive on Rotten Tomatoes?,"db.movies.find({""title"":""A Farewell to Arms""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" what was the release date of Man of Aran?,"db.movies.find({""title"": ""Man of Aran""}, {""released"": 1})" what type of film is The Gay Divorcee?,"db.movies.find({""title"": ""The Gay Divorcee""}, {""genres"": 1})" who is the writer of the movie è Nous la Libertè?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""writers"": 1})" What is the audience rating of the movie Men Without Women ?,"db.movies.find({ ""title"": ""Men Without Women"" },{ ""tomatoes.viewer.rating"": 1 })" Can you give me a brief summary of the movie Disraeli plot?,"db.movies.find({""title"":""Disraeli""}, {""plot"":1})" "Lost Horizon, is written by who?","db.movies.find({""title"": ""Lost Horizon""}, {""writers"": 1})" what is the genre for the movie Imitation of Life?,"db.movies.find({""title"": ""Imitation of Life""}, {""genres"": 1})" Can you provide more information about the languages spoken in the movie College ?,"db.movies.find({""title"":""College""}, {""languages"":1})" How many films did Jean-Pierre Melville direct in each year they were released?,"db.movies.aggregate([{ $match: { ""directors"": ""Jean-Pierre Melville"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" what was the release year of the film A Farewell to Arms?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""year"": 1})" "the film One Hundred Men and a Girl, was written by who?","db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""writers"": 1})" What is the imdbID and year of release for the movie with a title of 'Sons of the Desert'?,"db.movies.find({""title"": ""Sons of the Desert""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" who acted in the movie The Sin of Madelon Claudet?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""cast"": 1})" What are the names of all the actors who starred in the movie 'Come and Get It'?,"db.movies.find({""title"": ""Come and Get It""}, {""cast"": 1})" "the movie Mary of Scotland, was written by who?","db.movies.find({""title"": ""Mary of Scotland""}, {""writers"": 1})" "In the 1990s, which movies were directed by Abbas Kiarostami and released?","db.movies.find({""directors"": 'Abbas Kiarostami', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" who starred in the movie The Unknown?,"db.movies.find({""title"": ""The Unknown""}, {""cast"": 1})" What are the names of all the actors who starred in the movie 'City Streets'?,"db.movies.find({""title"": ""City Streets""}, {""cast"": 1})" Could you tell me the exact number of films that have been directed by Orson Welles?,"db.movies.countDocuments({""directors"":""Orson Welles""})" Who is the lead actress of the movie Daughter of Shanghai ?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""cast"":{""$slice"": 1},""title"":1})" how many awards did The Prisoner of Shark Island win?,"db.movies.find({""title"":""The Prisoner of Shark Island""}, {""awards.wins"":1})" What was the release date for the movie Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"":""Broken Blossoms or The Yellow Man and the Girl""}, {""released"":1})" How many reviews have been submitted for the movie From Hand to Mouth on Rotten Tomatoes?,"db.movies.find({ ""title"": ""From Hand to Mouth"" },{ ""tomatoes.viewer.numReviews"": 1 })" who stars in the film Viva Villa!?,"db.movies.find({""title"": ""Viva Villa!""}, {""cast"": 1})" What type of movie is Naughty Marietta ?,"db.movies.find({""title"":""Naughty Marietta""}, {""genres"":1})" Which cinematic genres were directed by Jacques Rivette?,"db.movies.distinct(""genres"", { ""directors"": ""Jacques Rivette"" })" When was the movie The Blood of a Poet released?,"db.movies.find({""title"":""The Blood of a Poet""}, {""released"":1})" Can you tell me how many movies Martin Scorsese directed for each year they were released?,"db.movies.aggregate([{ $match: { ""directors"": ""Martin Scorsese"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" What is the running time of Chapayev?,"db.movies.find({""title"":""Chapayev""}, {""runtime"":1})" what is the genre for the film A Story of Floating Weeds?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""genres"": 1})" the film Upstream starred which actors?,"db.movies.find({""title"": ""Upstream""}, {""cast"": 1})" who produced the movie Forbidden?,"db.movies.find({""title"":""Forbidden""}, {""tomatoes.production"":1})" who starred in The Edge of the World?,"db.movies.find({""title"": ""The Edge of the World""}, {""cast"": 1})" How many nominations did the movie The Kid Brother receive?,"db.movies.find({""title"":""The Kid Brother""}, {""awards.nominations"":1})" what type of film is The Thin Man?,"db.movies.find({""title"": ""The Thin Man""}, {""genres"": 1})" the director of Final Accord was?,"db.movies.find({""title"": ""Final Accord""}, {""directors"": 1})" How many wins did the movie The Son of Kong receive?,"db.movies.find({""title"":""The Son of Kong""}, {""awards.wins"":1})" what is the plot for the movie Harvest?,"db.movies.find({""title"": ""Harvest""}, {""plot"": 1})" What is the language of the film Scrooge?,"db.movies.find({""title"":""Scrooge""}, {""languages"":1})" what genre is the movie The Barretts of Wimpole Street?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""genres"": 1})" who starred in Queen Kelly?,"db.movies.find({""title"": ""Queen Kelly""}, {""cast"": 1})" who stars in the movie Mayerling?,"db.movies.find({""title"": ""Mayerling""}, {""cast"": 1})" Can you provide a longer version of the movie David Golder plot?,"db.movies.find({""title"":""David Golder""}, {""fullplot"":1})" Who are the main actors in Show People ?,"db.movies.find({ ""title"": ""Show People"" }, { ""cast"": 1})" What is the MPAA rating of the movie Dames?,"db.movies.find({""title"":""Dames""}, {""rated"":1})" the director of Triumph of the Will was?,"db.movies.find({""title"": ""Triumph of the Will""}, {""directors"": 1})" who was the film The Blue Light written by?,"db.movies.find({""title"": ""The Blue Light""}, {""writers"": 1})" how many awards did Black Legion win?,"db.movies.find({""title"":""Black Legion""}, {""awards.wins"":1})" How many awards did the movie win Topaze ?,"db.movies.find({ ""title"": ""Topaze"" },{ ""awards.wins"": 1 })" What is the runtime and rating for the movie 'The Dark Angel'?,"db.movies.find({""title"": ""The Dark Angel""}, {""runtime"": 1, ""rated"": 1})" which person wrote A Night at the Opera?,"db.movies.find({""title"": ""A Night at the Opera""}, {""writers"": 1})" what is the film The Circus about?,"db.movies.find({""title"": ""The Circus""}, {""plot"": 1})" what genre is the film A Story of Floating Weeds?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""genres"": 1})" who produced the film Mèdchen in Uniform?,"db.movies.find({""title"":""Mèdchen in Uniform""}, {""tomatoes.production"":1})" What is the production company of the film The Freshman?,"db.movies.find({""title"":""The Freshman""}, {""tomatoes.production"":1})" What is the plot summary of the movie The Edge of the World ?,"db.movies.find({ ""title"": ""The Edge of the World"" }, { ""plot"": 1})" what is the genre of The Wind?,"db.movies.find({""title"": ""The Wind""}, {""genres"": 1})" What is the MPAA rating of Les Misèrables?,"db.movies.find({""title"":""Les Misèrables""}, {""rated"":1})" What languages are spoken in the movie Intolerance: Love's Struggle Throughout the Ages ?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, { ""languages"": 1})" How did the audience and critics receive Blacksmith Scene?,"db.movies.find({""title"":""Blacksmith Scene""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" "In Francis Ford Coppola's directed movies, which actor has made the most appearances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Francis Ford Coppola"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Which types of movies has Eric Rohmer directed?,"db.movies.distinct(""genres"", { ""directors"": ""Eric Rohmer"" })" what genre is the film Clash of the Wolves?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""genres"": 1})" What is the Tomatometer score of the movie Nosferatu ?,"db.movies.find({ ""title"": ""Nosferatu"" },{ ""tomatoes.critic.meter"": 1 })" What is the freshness score of the movie One Week on Rotten Tomatoes?,"db.movies.find({""title"": ""One Week""}, {""tomatoes.fresh"": 1})" what was the genre of Black Legion?,"db.movies.find({""title"": ""Black Legion""}, {""genres"": 1})" "the film Rembrandt, was written by who?","db.movies.find({""title"": ""Rembrandt""}, {""writers"": 1})" the director of Zoo in Budapest was?,"db.movies.find({""title"": ""Zoo in Budapest""}, {""directors"": 1})" What is the percentage of positive reviews among critics for the movie Death Takes a Holiday ?,"db.movies.find({ ""title"": ""Death Takes a Holiday"" },{ ""tomatoes.critic.meter"": 1 })" who was the writer of The Big House?,"db.movies.find({""title"": ""The Big House""}, {""writers"": 1})" who was the movie Tsirk written by?,"db.movies.find({""title"": ""Tsirk""}, {""writers"": 1})" What is the production company of the movie The Hurricane?,"db.movies.find({""title"":""The Hurricane""}, {""tomatoes.production"":1})" What is the IMDB rating of the movie Sisters of the Gion ?,"db.movies.find({""title"": ""Sisters of the Gion""}, { ""imdb.rating"": 1})" who are the actors in The Great Train Robbery?,"db.movies.find({""title"": ""The Great Train Robbery""}, {""cast"": 1})" What is the critical reception of the movie The 3 Penny Opera?,"db.movies.find({""title"":""The 3 Penny Opera""}, {""tomatoes.critic"":1})" Who are the main actors/actresses in the movie Regeneration?,"db.movies.find({""title"":""Regeneration""}, {""cast"":1})" what was the genre of The Public Enemy?,"db.movies.find({""title"": ""The Public Enemy""}, {""genres"": 1})" What is the name of the director and cast for the movie 'The Saphead'?,"db.movies.find({""title"": ""The Saphead""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the consensus among critics about the movie The 3 Penny Opera ?,"db.movies.find({""title"": ""The 3 Penny Opera""}, {""tomatoes.consensus"": 1})" the film Curly Top starred which actors?,"db.movies.find({""title"": ""Curly Top""}, {""cast"": 1})" "Battleship Potemkin, is written by who?","db.movies.find({""title"": ""Battleship Potemkin""}, {""writers"": 1})" What is the rating of the movie It Happened One Night on IMDb?,"db.movies.find({""title"":""It Happened One Night""}, {""imdb.rating"":1})" What is the IMDb rating for the movie Freaks ?,"db.movies.find({""title"":""Freaks""}, {""imdb.rating"":1})" what was the genre of Harvest?,"db.movies.find({""title"": ""Harvest""}, {""genres"": 1})" How many award nominations did the movie receive Wife! Be Like a Rose! ?,"db.movies.find({ ""title"": ""Wife! Be Like a Rose!"" },{ ""awards.nominations"": 1 })" When was the Tomatometer score and other Tomato-related information last updated for the movie Baby Face?,"db.movies.find({""title"": ""Baby Face""}, { ""tomatoes.lastUpdated"": 1})" How long is the runtime of the movie Trouble in Paradise ?,"db.movies.find({""title"":""Trouble in Paradise""}, {""runtime"":1})" What is the rating of the movie Les Misèrables according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Les Misèrables""}, {""tomatoes.viewer.rating"": 1})" "the movie The Invisible Man, was written by who?","db.movies.find({""title"": ""The Invisible Man""}, {""writers"": 1})" What is the movie Clash of the Wolves about? Can you provide a brief summary?,"db.movies.find({""title"":""Clash of the Wolves""}, {""plot"":1})" who was the writer of Bride of Frankenstein?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""writers"": 1})" what was the release date of the movie Final Accord?,"db.movies.find({""title"": ""Final Accord""}, {""released"": 1})" what kind of film is Safety Last!?,"db.movies.find({""title"": ""Safety Last!""}, {""genres"": 1})" What is the IMDb ID for the movie The Lost World?,"db.movies.find({""title"":""The Lost World""}, {""imdb.id"":1})" who stars in The Gay Divorcee?,"db.movies.find({""title"": ""The Gay Divorcee""}, {""cast"": 1})" who wrote the film Love Me Tonight?,"db.movies.find({""title"": ""Love Me Tonight""}, {""writers"": 1})" How did the audience and critics receive the movie Triumph of the Will?,"db.movies.find({""title"":""Triumph of the Will""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is the film Red Dust about in details?,"db.movies.find({""title"": ""Red Dust""}, {""fullplot"": 1})" Can you name the movie genres that Christopher Nolan has directed?,"db.movies.distinct(""genres"", { ""directors"": ""Christopher Nolan"" })" what genre is the movie Lady Windermere's Fan?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""genres"": 1})" What is the website associated with the movie Red Dust on Rotten Tomatoes?,"db.movies.find({""title"": ""Red Dust""}, {""tomatoes.website"": 1})" What is the typical rating for all Michelangelo Antonioni movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Michelangelo Antonioni""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What is the running time of the movie The Garden of Allah?,"db.movies.find({""title"":""The Garden of Allah""}, {""runtime"":1})" What is the production company of the film Battleship Potemkin?,"db.movies.find({""title"":""Battleship Potemkin""}, {""tomatoes.production"":1})" What are the highest-rated Sci-Fi in the database?,"db.movies.find({""genres"": ""Sci-Fi""}).sort({""imdb.rating"": -1}).limit(10)" How many reviews have been submitted by critics for the movie Street Angel ?,"db.movies.find({""title"": ""Street Angel""}, {""tomatoes.critic.numReviews"": 1})" Who are the actors that appear in the movie My Man Godfrey ?,"db.movies.find({ ""title"": ""My Man Godfrey"" },{ ""cast"": 1 })" Zoo in Budapest is a movie written by this person?,"db.movies.find({""title"": ""Zoo in Budapest""}, {""writers"": 1})" what is the film The Spanish Earth about in details?,"db.movies.find({""title"": ""The Spanish Earth""}, {""fullplot"": 1})" Who is the lead actress of the movie Earth ?,"db.movies.find({""title"": ""Earth""}, {""cast"":{""$slice"": 1},""title"":1})" who was the movie The World Moves On written by?,"db.movies.find({""title"": ""The World Moves On""}, {""writers"": 1})" How many audience reviews have been submitted for the movie Queen Christina ?,"db.movies.find({ ""title"": ""Queen Christina"" },{ ""tomatoes.viewer.numReviews"": 1 })" "Kid Galahad, was written by who?","db.movies.find({""title"": ""Kid Galahad""}, {""writers"": 1})" who wrote the movie Becky Sharp?,"db.movies.find({""title"": ""Becky Sharp""}, {""writers"": 1})" what was the genre of the movie Little Women?,"db.movies.find({""title"": ""Little Women""}, {""genres"": 1})" what type of movie is Robin Hood?,"db.movies.find({""title"": ""Robin Hood""}, {""genres"": 1})" What is the imdbID and year of release for the movie with a title of 'The Iron Horse'?,"db.movies.find({""title"": ""The Iron Horse""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" How long is the movie The Kid in minutes?,"db.movies.find({""title"":""The Kid""}, {""runtime"":1})" What is the Rotten Tomatoes meter rating for the movie The Unknown ?,"db.movies.find({""title"":""The Unknown""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What languages are spoken in the movie Tsirk?,"db.movies.find({""title"":""Tsirk""}, {""languages"":1})" how has Footlight Parade been recieved by critics and audience?,"db.movies.find({""title"":""Footlight Parade""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who wrote the screenplay for the movie Lady Windermere's Fan?,"db.movies.aggregate([ { ""$match"": { ""title"":""Lady Windermere's Fan""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" How many comments have been posted by users on the movie Within Our Gates's page on the Mflix platform?,"db.movies.find({ ""title"": ""Within Our Gates"" }, { ""num_mflix_comments"": 1 })" What is the full plot summary of the movie The Red Head ?,"db.movies.find({""title"": ""The Red Head""}, {""plot"": 1})" What is the website associated with the movie Les Misèrables on Rotten Tomatoes?,"db.movies.find({""title"": ""Les Misèrables""}, {""tomatoes.website"": 1})" what was the genre of Dishonored?,"db.movies.find({""title"": ""Dishonored""}, {""genres"": 1})" who is the writer of From Hand to Mouth?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""writers"": 1})" What is the IMDb rating for the film The Emperor Jones?,"db.movies.find({""title"": ""The Emperor Jones""}, {""imdb.rating"": 1})" who was the writer of the film Curly Top?,"db.movies.find({""title"": ""Curly Top""}, {""writers"": 1})" Which cinematic genres were directed by Francis Ford Coppola?,"db.movies.distinct(""genres"", { ""directors"": ""Francis Ford Coppola"" })" How many audience reviews have been submitted for the movie The Count of Monte Cristo ?,"db.movies.find({ ""title"": ""The Count of Monte Cristo"" },{ ""tomatoes.viewer.numReviews"": 1 })" which person directed Nosferatu?,"db.movies.find({""title"": ""Nosferatu""}, {""directors"": 1})" What is the IMDb rating for The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""imdb.rating"": 1})" what was the genre of the movie Lenin in October?,"db.movies.find({""title"": ""Lenin in October""}, {""genres"": 1})" what is the film The 3 Penny Opera imdb rating?,"db.movies.find({""title"": ""The 3 Penny Opera""}, {""imdb.rating"": 1})" What is the running time of the film College?,"db.movies.find({""title"":""College""}, {""runtime"":1})" What is the language of the film Camille?,"db.movies.find({""title"":""Camille""}, {""languages"":1})" "the movie The Devil Is a Woman, was written by who?","db.movies.find({""title"": ""The Devil Is a Woman""}, {""writers"": 1})" who wrote the screenplay for The Blood of a Poet?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Blood of a Poet""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" what kind of film is Dr. Jekyll and Mr. Hyde?,"db.movies.find({""title"": ""Dr. Jekyll and Mr. Hyde""}, {""genres"": 1})" what was the release year of the movie From Hand to Mouth?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""year"": 1})" what's the main genre of the movies directed by Stanley Kubrick ?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Stanley Kubrick"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the MPAA rating of the movie The Great Ziegfeld?,"db.movies.find({""title"":""The Great Ziegfeld""}, {""rated"":1})" What is the Rotten Tomatoes meter rating for the movie Nosferatu ?,"db.movies.find({""title"":""Nosferatu""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" Who is the lead actor of the movie King Kong ?,"db.movies.find({""title"": ""King Kong""}, {""cast"":{""$slice"": 1},""title"":1})" What is the mean rating of all the Jacques Rivette films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Jacques Rivette""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" In what year was the movie Black Legion released?,"db.movies.find({""title"":""Black Legion""}, {""year"":1})" What is the consensus among critics about the movie One Night of Love?,"db.movies.find({""title"": ""One Night of Love""}, { ""tomatoes.consensus"": 1})" what sort of movie is Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""genres"": 1})" who produced the film Mayerling?,"db.movies.find({""title"":""Mayerling""}, {""tomatoes.production"":1})" What is the running time of the movie Flesh and the Devil?,"db.movies.find({""title"":""Flesh and the Devil""}, {""runtime"":1})" what is Storm Over Asia about in details?,"db.movies.find({""title"": ""Storm Over Asia""}, {""fullplot"": 1})" What is the running time of The Trail of the Lonesome Pine?,"db.movies.find({""title"":""The Trail of the Lonesome Pine""}, {""runtime"":1})" what is the full plot for Fury?,"db.movies.find({""title"": ""Fury""}, {""fullplot"": 1})" the film In the Land of the Head Hunters starred who?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""cast"": 1})" what is the genre for the movie The Green Pastures?,"db.movies.find({""title"": ""The Green Pastures""}, {""genres"": 1})" who acted in the film The Barretts of Wimpole Street?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""cast"": 1})" who stars in the movie Children in the Wind?,"db.movies.find({""title"": ""Children in the Wind""}, {""cast"": 1})" what type of movie is The Trail of the Lonesome Pine?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""genres"": 1})" who produced the movie Beau Geste?,"db.movies.find({""title"":""Beau Geste""}, {""tomatoes.production"":1})" How many reviews did the movie Now or Never receive on Rotten Tomatoes?,"db.movies.find({""title"":""Now or Never""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Bad Girl""}, { ""tomatoes.production"": 1})" What is the plot summary of the movie China Seas ?,"db.movies.find({ ""title"": ""China Seas"" }, { ""plot"": 1})" What is the ID of the movie Carnival in Flanders on IMDB?,"db.movies.find({""title"": ""Carnival in Flanders""}, {""imdb.id"": 1})" What is the audience rating of the movie Becky Sharp ?,"db.movies.find({ ""title"": ""Becky Sharp"" },{ ""tomatoes.viewer.rating"": 1 })" "In Roberto Rossellini's directed movies, which actor has made the most appearances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Roberto Rossellini"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Grand Hotel is a film written by this person?,"db.movies.find({""title"": ""Grand Hotel""}, {""writers"": 1})" what is the film Storm Over Asia about in details?,"db.movies.find({""title"": ""Storm Over Asia""}, {""fullplot"": 1})" What is the freshness score of the movie Foolish Wives on Rotten Tomatoes?,"db.movies.find({""title"": ""Foolish Wives""}, {""tomatoes.fresh"": 1})" In which countries was the movie The Kid produced?,"db.movies.find({""title"":""The Kid""}, {""countries"":1})" what sort of film is Black Fury?,"db.movies.find({""title"": ""Black Fury""}, {""genres"": 1})" who wrote the screenplay for The Chechahcos?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Chechahcos""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the production company behind the movie Traffic in Souls ?,"db.movies.find({""title"": ""Traffic in Souls""}, { ""tomatoes.production"": 1})" What is the box office revenue of the movie The Gold Rush ?,"db.movies.find({""title"": ""The Gold Rush""}, { ""tomatoes.boxOffice"": 1})" How many movies were directed by Ethan Coen?,"db.movies.countDocuments({""directors"":""Ethan Coen""})" what sort of movie is A Woman of Paris: A Drama of Fate?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, {""genres"": 1})" What is the Rotten Tomatoes meter rating for the movie Folies Bergère de Paris ?,"db.movies.find({""title"":""Folies Bergère de Paris""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" can you describe the plot of The Kid?,"db.movies.find({""title"": ""The Kid""}, {""plot"": 1})" who wrote the screenplay for the film Gertie the Dinosaur?,"db.movies.aggregate([ { ""$match"": { ""title"":""Gertie the Dinosaur""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" how many awards did the film Greed win?,"db.movies.find({""title"":""Greed""}, {""awards.wins"":1})" who was The Gay Divorcee directed by?,"db.movies.find({""title"": ""The Gay Divorcee""}, {""directors"": 1})" what is the plot for The Invisible Ray?,"db.movies.find({""title"": ""The Invisible Ray""}, {""plot"": 1})" What is the percentage of positive reviews among critics for the movie The Son of the Sheik ?,"db.movies.find({ ""title"": ""The Son of the Sheik"" },{ ""tomatoes.critic.meter"": 1 })" who was the writer of the movie Blacksmith Scene?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""writers"": 1})" What is the ID of the movie Folies Bergère de Paris on IMDB?,"db.movies.find({""title"": ""Folies Bergère de Paris""}, {""imdb.id"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Trouble in Paradise?,"db.movies.find({""title"": ""Trouble in Paradise""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" "In Ethan Coen's directed movies, which actor has made the most appearances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Ethan Coen"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" When was the movie Dekigokoro released?,"db.movies.find({""title"":""Dekigokoro""}, {""released"":1})" What is the full plot summary of the movie Anna Karenina ?,"db.movies.find({""title"": ""Anna Karenina""}, {""plot"": 1})" What is the IMDb rating for the movie The Pearls of the Crown ?,"db.movies.find({""title"":""The Pearls of the Crown""}, {""imdb.rating"":1})" who is the writer of the film A Woman of Paris: A Drama of Fate?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, {""writers"": 1})" who is the writer of the movie Theodora Goes Wild?,"db.movies.find({""title"": ""Theodora Goes Wild""}, {""writers"": 1})" who was The Docks of New York written by?,"db.movies.find({""title"": ""The Docks of New York""}, {""writers"": 1})" can you describe the plot of Children in the Wind?,"db.movies.find({""title"": ""Children in the Wind""}, {""plot"": 1})" what genre is the movie Napoleon?,"db.movies.find({""title"": ""Napoleon""}, {""genres"": 1})" Who are the actors in the movie Gertie the Dinosaur?,"db.movies.find({""title"":""Gertie the Dinosaur""}, {""cast"":1})" When was the movie The New Gulliver released in theaters?,"db.movies.find({""title"": ""The New Gulliver""}, {""released"": 1})" "Has The Immigrant won any awards? If so, which ones?","db.movies.find({""title"":""The Immigrant"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what genre is Asphalt?,"db.movies.find({""title"": ""Asphalt""}, {""genres"": 1})" What is the IMDb rating for the movie The Trail of the Lonesome Pine ?,"db.movies.find({""title"":""The Trail of the Lonesome Pine""}, {""imdb.rating"":1})" who stars in the film Beau Geste?,"db.movies.find({""title"": ""Beau Geste""}, {""cast"": 1})" Can you provide a detailed summary of the movie Captains Courageous plot?,"db.movies.find({ ""title"": ""Captains Courageous"" }, { ""fullplot"": 1})" who stars in the movie Applause?,"db.movies.find({""title"": ""Applause""}, {""cast"": 1})" Was the movie The Music Box well received by audiences and critics?,"db.movies.find({""title"":""The Music Box""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the IMDb ID for the movie The 3 Penny Opera?,"db.movies.find({""title"":""The 3 Penny Opera""}, {""imdb.id"":1})" How many audience reviews have been submitted for the movie The Son of the Sheik ?,"db.movies.find({ ""title"": ""The Son of the Sheik"" },{ ""tomatoes.viewer.numReviews"": 1 })" "Has the film Topaze won any awards? If so, which ones?","db.movies.find({""title"":""Topaze"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What type of movie is Viva Villa! ?,"db.movies.find({""title"":""Viva Villa!""}, {""genres"":1})" What is the website associated with the movie A Corner in Wheat on Rotten Tomatoes?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""tomatoes.website"": 1})" who was the writer of the film The Pearls of the Crown?,"db.movies.find({""title"": ""The Pearls of the Crown""}, {""writers"": 1})" What languages are spoken in the movie Civilization ?,"db.movies.find({""title"": ""Civilization""}, { ""languages"": 1})" can you describe the plot of Our Hospitality?,"db.movies.find({""title"": ""Our Hospitality""}, {""plot"": 1})" What is the production company of Four Sons?,"db.movies.find({""title"":""Four Sons""}, {""tomatoes.production"":1})" who is listed as director for The Strong Man?,"db.movies.find({""title"": ""The Strong Man""}, {""directors"": 1})" Who are the main actors/actresses in the movie Three Little Pigs?,"db.movies.find({""title"":""Three Little Pigs""}, {""cast"":1})" In what year was the movie Queen Kelly released?,"db.movies.find({""title"":""Queen Kelly""}, {""year"":1})" What is the production company behind the movie The Devil to Pay! ?,"db.movies.find({""title"": ""The Devil to Pay!""}, { ""tomatoes.production"": 1})" what was the genre of the film Imitation of Life?,"db.movies.find({""title"": ""Imitation of Life""}, {""genres"": 1})" What is the rating of the movie Flash Gordon ?,"db.movies.find({ ""title"": ""Flash Gordon"" }, { ""rated"": 1})" How did the audience and critics receive the film Storm Over Asia?,"db.movies.find({""title"":""Storm Over Asia""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" the film Three Ages starred who?,"db.movies.find({""title"": ""Three Ages""}, {""cast"": 1})" In what year was the movie Movie Crazy released?,"db.movies.find({""title"":""Movie Crazy""}, {""year"":1})" What is the IMDb rating for Steamboat Willie?,"db.movies.find({""title"": ""Steamboat Willie""}, {""imdb.rating"": 1})" who produced He Who Gets Slapped?,"db.movies.find({""title"":""He Who Gets Slapped""}, {""tomatoes.production"":1})" who acted in the movie Flying Down to Rio?,"db.movies.find({""title"": ""Flying Down to Rio""}, {""cast"": 1})" how has Street Angel been recieved by critics and audience?,"db.movies.find({""title"":""Street Angel""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who is the writer of the film The Ghost Goes West?,"db.movies.find({""title"": ""The Ghost Goes West""}, {""writers"": 1})" Can you inform me of the Claude Chabrol movie with the shortest duration?,"db.movies.find({""directors"":""Claude Chabrol""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" "Has the movie Metropolis won any awards? If so, which ones?","db.movies.find({""title"":""Metropolis"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What was the release date for the movie Three Little Pigs?,"db.movies.find({""title"":""Three Little Pigs""}, {""released"":1})" What languages are spoken in the movie Tarzan the Ape Man?,"db.movies.find({""title"":""Tarzan the Ape Man""}, {""languages"":1})" what type of movie is Foolish Wives?,"db.movies.find({""title"": ""Foolish Wives""}, {""genres"": 1})" the film Nosferatu was directed by who?,"db.movies.find({""title"": ""Nosferatu""}, {""directors"": 1})" what is the full plot for The World Moves On?,"db.movies.find({""title"": ""The World Moves On""}, {""fullplot"": 1})" Who is the lead actress of the movie Tsirk ?,"db.movies.find({""title"": ""Tsirk""}, {""cast"":{""$slice"": 1},""title"":1})" who is the director of Dekigokoro?,"db.movies.find({""title"": ""Dekigokoro""}, {""directors"": 1})" "Has He Who Gets Slapped won any awards? If so, which ones?","db.movies.find({""title"":""He Who Gets Slapped"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" Can you provide more information about the IMDb rating for the movie Swedenhielms Family ?,"db.movies.find({""title"":""Swedenhielms Family""}, {""imdb"":1})" what is The Ace of Hearts about?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""plot"": 1})" What is the movie The Immigrant about? Can you provide a brief summary?,"db.movies.find({""title"":""The Immigrant""}, {""plot"":1})" City Lights is written by this person?,"db.movies.find({""title"": ""City Lights""}, {""writers"": 1})" What are the genres this movie Upstream belongs to?,"db.movies.find({""title"":""Upstream""}, {""genres"":1})" who starred in the movie Curly Top?,"db.movies.find({""title"": ""Curly Top""}, {""cast"": 1})" what year was the movie La Grande Illusion released?,"db.movies.find({""title"": ""La Grande Illusion""}, {""year"": 1})" who is the author of The Trail of the Lonesome Pine?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""writers"": 1})" Can you provide more information about the languages spoken in the movie Queen Christina ?,"db.movies.find({""title"":""Queen Christina""}, {""languages"":1})" Can you tell me how many movies Jean Renoir directed for each year they were released?,"db.movies.aggregate([{ $match: { ""directors"": ""Jean Renoir"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" what is the plot for the movie Kid Galahad?,"db.movies.find({""title"": ""Kid Galahad""}, {""plot"": 1})" who wrote the screenplay for Dishonored?,"db.movies.aggregate([ { ""$match"": { ""title"":""Dishonored""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" When was the movie Dante's Inferno released?,"db.movies.find({""title"":""Dante's Inferno""}, {""released"":1})" "the film My Man Godfrey, was written by who?","db.movies.find({""title"": ""My Man Godfrey""}, {""writers"": 1})" What is the MPAA rating of the film Roberta?,"db.movies.find({""title"":""Roberta""}, {""rated"":1})" How long is the runtime of the movie They Won't Forget ?,"db.movies.find({""title"":""They Won't Forget""}, {""runtime"":1})" who was the film The Jazz Singer written by?,"db.movies.find({""title"": ""The Jazz Singer""}, {""writers"": 1})" who was Maria Chapdelaine written by?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""writers"": 1})" What is the website associated with the movie Battling Butler on Rotten Tomatoes?,"db.movies.find({""title"": ""Battling Butler""}, {""tomatoes.website"": 1})" the movie Dishonored starred which actors?,"db.movies.find({""title"": ""Dishonored""}, {""cast"": 1})" What is the box office revenue of the movie The Iron Horse ?,"db.movies.find({""title"": ""The Iron Horse""}, { ""tomatoes.boxOffice"": 1})" how many awards did the film Becky Sharp win?,"db.movies.find({""title"":""Becky Sharp""}, {""awards.wins"":1})" Can you provide a detailed summary of the movie Dr. Jekyll and Mr. Hyde plot?,"db.movies.find({ ""title"": ""Dr. Jekyll and Mr. Hyde"" }, { ""fullplot"": 1})" what is the film The Chechahcos description ?,"db.movies.find({""title"": ""The Chechahcos""}, {""plot"": 1})" What are the highest-rated movies directed by Jean-Luc Godard?,"db.movies.find({""directors"": 'Jean-Luc Godard', ""imdb.rating"": {""$gt"": 8.5}})" who stars in the film One Week?,"db.movies.find({""title"": ""One Week""}, {""cast"": 1})" what is the genre for the film Gold Diggers of 1933?,"db.movies.find({""title"": ""Gold Diggers of 1933""}, {""genres"": 1})" What is the meter score of the movie The Docks of New York according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Docks of New York""}, {""tomatoes.viewer.meter"": 1})" the movie Bride of Frankenstein starred which actors?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""cast"": 1})" what was the genre of the film Masquerade in Vienna?,"db.movies.find({""title"": ""Masquerade in Vienna""}, {""genres"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Steamboat Bill, Jr.""}, { ""tomatoes.production"": 1})" What type of media is The Lost World?,"db.movies.find({ ""title"": ""The Lost World"" }, { ""type"": 1})" Could you tell me the main category of movies that Wes Anderson directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Wes Anderson"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the combined duration of all films that Spike Lee directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Spike Lee"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" which person wrote the film Stage Door?,"db.movies.find({""title"": ""Stage Door""}, {""writers"": 1})" what genre is Men Without Women?,"db.movies.find({""title"": ""Men Without Women""}, {""genres"": 1})" Who are the actors in the movie Daughter of Shanghai?,"db.movies.find({""title"":""Daughter of Shanghai""}, {""cast"":1})" What is the average score assigned to all Coen Brothers movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Coen Brothers""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" the film La Grande Illusion was directed by who?,"db.movies.find({""title"": ""La Grande Illusion""}, {""directors"": 1})" Freaks is a movie written by this person?,"db.movies.find({""title"": ""Freaks""}, {""writers"": 1})" what type of film is The Ace of Hearts?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""genres"": 1})" Who are the main actors in Where Are My Children? ?,"db.movies.find({ ""title"": ""Where Are My Children?"" }, { ""cast"": 1})" What is the viewer rating for the movie A Midsummer Night's Dream on Rotten Tomatoes?,"db.movies.find({""title"":""A Midsummer Night's Dream""}, {""tomatoes.viewer.rating"":1})" What is the name of the Spike Lee-directed movie with the briefest runtime?,"db.movies.find({""directors"":""Spike Lee""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" who wrote the screenplay for the film Flying Down to Rio?,"db.movies.aggregate([ { ""$match"": { ""title"":""Flying Down to Rio""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" the movie The World Moves On was directed by who?,"db.movies.find({""title"": ""The World Moves On""}, {""directors"": 1})" What is the Metacritic score of the movie Forbidden ?,"db.movies.find({ ""title"": ""Forbidden"" }, { ""metacritic"": 1})" who wrote the screenplay for the film Dames?,"db.movies.aggregate([ { ""$match"": { ""title"":""Dames""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the imdbID and genre of the movie 'The Immigrant'?,"db.movies.find({""title"": ""The Immigrant""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" who acted in the movie Mary of Scotland?,"db.movies.find({""title"": ""Mary of Scotland""}, {""cast"": 1})" who wrote the screenplay for the movie Flash Gordon?,"db.movies.aggregate([ { ""$match"": { ""title"":""Flash Gordon""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" How did the audience and critics receive I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"":""I Am a Fugitive from a Chain Gang""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the movie Nosferatu rating?,"db.movies.find({""title"":""Nosferatu""}, {""rated"":1})" how many awards did Roberta win?,"db.movies.find({""title"":""Roberta""}, {""awards.wins"":1})" what kind of movie is The 39 Steps?,"db.movies.find({""title"": ""The 39 Steps""}, {""genres"": 1})" What is the IMDb rating for the film Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""imdb.rating"": 1})" What is the IMDb rating for Broken Lullaby?,"db.movies.find({""title"": ""Broken Lullaby""}, {""imdb.rating"": 1})" what is Moscow Laughs about?,"db.movies.find({""title"": ""Moscow Laughs""}, {""plot"": 1})" Has the movie Battling Butler won any awards?,"db.movies.find({""title"":""Battling Butler""}, {""awards.wins"":1})" How many reviews have been submitted for the movie Swedenhielms Family on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Swedenhielms Family"" },{ ""tomatoes.viewer.numReviews"": 1 })" who wrote the screenplay for the film Swedenhielms Family?,"db.movies.aggregate([ { ""$match"": { ""title"":""Swedenhielms Family""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" How did the audience and critics receive the film San Francisco?,"db.movies.find({""title"":""San Francisco""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the ID of the movie Payment Deferred on IMDB?,"db.movies.find({""title"": ""Payment Deferred""}, {""imdb.id"": 1})" What is the language of the film My Man Godfrey?,"db.movies.find({""title"":""My Man Godfrey""}, {""languages"":1})" What is the running time of Asphalt?,"db.movies.find({""title"":""Asphalt""}, {""runtime"":1})" Who is the director of the movie Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, { ""directors"": 1})" what is the genre of Men Without Women?,"db.movies.find({""title"": ""Men Without Women""}, {""genres"": 1})" Could you tell me the main category of movies that Woody Allen directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Woody Allen"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the principal film genre that Jacques Rivette focuses on in his directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Jacques Rivette"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what was the release date of Storm Over Asia?,"db.movies.find({""title"": ""Storm Over Asia""}, {""released"": 1})" When was the movie Forbidden released?,"db.movies.find({""title"":""Forbidden""}, {""released"":1})" what sort of film is The Crusades?,"db.movies.find({""title"": ""The Crusades""}, {""genres"": 1})" Can you provide more information about the IMDb rating for the movie The Black Pirate ?,"db.movies.find({""title"":""The Black Pirate""}, {""imdb"":1})" What is the highest-rated movie directed by Joel Coen on rotten tomatoes?,"db.movies.find({""directors"": ""Joel Coen"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" which person wrote Three Ages?,"db.movies.find({""title"": ""Three Ages""}, {""writers"": 1})" "On Rotten Tomatoes, what is the top-rated film directed by Martin Scorsese?","db.movies.find({""directors"": ""Martin Scorsese"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" what was the release year of the movie Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""year"": 1})" What is the production company of Men Without Women?,"db.movies.find({""title"":""Men Without Women""}, {""tomatoes.production"":1})" the movie Secret Agent was directed by who?,"db.movies.find({""title"": ""Secret Agent""}, {""directors"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie The Blood of a Poet?,"db.movies.find({""title"": ""The Blood of a Poet""}, { ""tomatoes.lastUpdated"": 1})" what genre of movie is Carnival in Flanders?,"db.movies.find({""title"": ""Carnival in Flanders""}, {""genres"": 1})" what genre of movie is The Devil to Pay!?,"db.movies.find({""title"": ""The Devil to Pay!""}, {""genres"": 1})" What is the IMDB rating of the movie They Won't Forget ?,"db.movies.find({""title"": ""They Won't Forget""}, { ""imdb.rating"": 1})" "Can you provide more information about the IMDb rating for the movie Laugh, Clown, Laugh ?","db.movies.find({""title"":""Laugh, Clown, Laugh""}, {""imdb"":1})" Can you provide a longer version of the movie The Cheat plot?,"db.movies.find({""title"":""The Cheat""}, {""fullplot"":1})" What languages are spoken in the movie Baby Face?,"db.movies.find({""title"":""Baby Face""}, {""languages"":1})" which person directed L'opèra de quat'sous?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, {""directors"": 1})" Could you inform me of the movies that Ingmar Bergman directed?,"db.movies.find({""directors"": ""Ingmar Bergman""},{""title"":1})" what type of movie is Black Legion?,"db.movies.find({""title"": ""Black Legion""}, {""genres"": 1})" who are the actors in A Story of Floating Weeds?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""cast"": 1})" what sort of film is Morocco?,"db.movies.find({""title"": ""Morocco""}, {""genres"": 1})" which company produced the movie Street Angel?,"db.movies.find({""title"":""Street Angel""}, {""tomatoes.production"":1})" The Kid Brother was directed by who?,"db.movies.find({""title"": ""The Kid Brother""}, {""directors"": 1})" Who is the director of the movie Ella Cinders?,"db.movies.find({""title"": ""Ella Cinders""}, { ""directors"": 1})" Who is the lead actor of the movie Tol'able David ?,"db.movies.find({""title"": ""Tol'able David""}, {""cast"":{""$slice"": 1},""title"":1})" who wrote the screenplay for the movie The Green Pastures?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Green Pastures""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" In which genre do the movies directed by Martin Scorsese mainly fall under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Martin Scorsese"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what is the genre for the film The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""genres"": 1})" Can you share with me the names of the top-rated movies directed by Francois Truffaut?,"db.movies.find({""directors"": 'Francois Truffaut', ""imdb.rating"": {""$gt"": 8.5}})" Can you give me a brief summary of the movie The Guardsman plot?,"db.movies.find({""title"":""The Guardsman""}, {""plot"":1})" what was the release year of the movie State Fair?,"db.movies.find({""title"": ""State Fair""}, {""year"": 1})" what is the movie The Count of Monte Cristo about in details?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""fullplot"": 1})" What is the typical rating for all Christopher Nolan movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Christopher Nolan""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What type of movie is Metropolis ?,"db.movies.find({""title"":""Metropolis""}, {""genres"":1})" Can you provide more information about the Rotten Tomatoes rating for the movie The Story of a Cheat?,"db.movies.find({""title"": ""The Story of a Cheat""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" the movie Romeo and Juliet starred which actors?,"db.movies.find({""title"": ""Romeo and Juliet""}, {""cast"": 1})" Mèdchen in Uniform is a film written by this person?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""writers"": 1})" who starred in the film Forbidden?,"db.movies.find({""title"": ""Forbidden""}, {""cast"": 1})" What was the release date for the movie The Front Page?,"db.movies.find({""title"":""The Front Page""}, {""released"":1})" What is the MPAA rating of the movie I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"":""I Am a Fugitive from a Chain Gang""}, {""rated"":1})" the film Three Ages was directed by who?,"db.movies.find({""title"": ""Three Ages""}, {""directors"": 1})" What is the language of the film In Old Arizona?,"db.movies.find({""title"":""In Old Arizona""}, {""languages"":1})" What is the dominant genre of Alfred Hitchcock's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Alfred Hitchcock"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what sort of movie is The Black Cat?,"db.movies.find({""title"": ""The Black Cat""}, {""genres"": 1})" What is the rating of the movie Flesh and the Devil on IMDb?,"db.movies.find({""title"":""Flesh and the Devil""}, {""imdb.rating"":1})" What is the name of the director and cast for the movie 'China Seas'?,"db.movies.find({""title"": ""China Seas""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" who was the film The Song of Night written by?,"db.movies.find({""title"": ""The Song of Night""}, {""writers"": 1})" In which genre do the movies directed by Akira Kurosawa mainly fall under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Akira Kurosawa"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" "the movie The Immigrant, was written by who?","db.movies.find({""title"": ""The Immigrant""}, {""writers"": 1})" what genre is the film Scarface?,"db.movies.find({""title"": ""Scarface""}, {""genres"": 1})" who stars in All Quiet on the Western Front?,"db.movies.find({""title"": ""All Quiet on the Western Front""}, {""cast"": 1})" what was the release date of the film The Poor Little Rich Girl?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""released"": 1})" What type of movie is Captains Courageous ?,"db.movies.find({""title"":""Captains Courageous""}, {""genres"":1})" who starred in the movie A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""cast"": 1})" What is the audience rating of the movie Nosferatu ?,"db.movies.find({ ""title"": ""Nosferatu"" },{ ""tomatoes.viewer.rating"": 1 })" who wrote the movie Forbidden?,"db.movies.find({""title"": ""Forbidden""}, {""writers"": 1})" What is the name of the Kenji Mizoguchi-directed movie with the briefest runtime?,"db.movies.find({""directors"":""Kenji Mizoguchi""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" who is the author of The Thin Man?,"db.movies.find({""title"": ""The Thin Man""}, {""writers"": 1})" What is the production company behind the movie The Navigator ?,"db.movies.find({""title"": ""The Navigator""}, { ""tomatoes.production"": 1})" the film Metropolis was directed by who?,"db.movies.find({""title"": ""Metropolis""}, {""directors"": 1})" what is the full plot for the movie The Big Trail?,"db.movies.find({""title"": ""The Big Trail""}, {""fullplot"": 1})" What is the production company of the movie The Spanish Earth?,"db.movies.find({""title"":""The Spanish Earth""}, {""tomatoes.production"":1})" can you describe the plot of The Wind?,"db.movies.find({""title"": ""The Wind""}, {""plot"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Zero for Conduct?,"db.movies.find({""title"": ""Zero for Conduct""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" What is the website associated with the movie Nosferatu on Rotten Tomatoes?,"db.movies.find({""title"": ""Nosferatu""}, {""tomatoes.website"": 1})" what year was the movie Secret Agent released?,"db.movies.find({""title"": ""Secret Agent""}, {""year"": 1})" "What is the runtime of the movie Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics ?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, { ""runtime"": 1})" who wrote the screenplay for the film Snow White and the Seven Dwarfs?,"db.movies.aggregate([ { ""$match"": { ""title"":""Snow White and the Seven Dwarfs""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" How many votes did the movie The Unknown receive on IMDB?,"db.movies.find({""title"": ""The Unknown""}, { ""imdb.votes"": 1})" who wrote the screenplay for The Prince and the Pauper?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Prince and the Pauper""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the language of the film The Land Beyond the Sunset?,"db.movies.find({""title"":""The Land Beyond the Sunset""}, {""languages"":1})" How many viewer reviews did the movie The Crowd Roars receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Crowd Roars""}, {""tomatoes.viewer.numReviews"":1})" Can you provide more information about the languages spoken in the movie Les Misèrables ?,"db.movies.find({""title"":""Les Misèrables""}, {""languages"":1})" how many awards did the movie Where Are My Children? win?,"db.movies.find({""title"":""Where Are My Children?""}, {""awards.wins"":1})" what is the film Nosferatu about?,"db.movies.find({""title"": ""Nosferatu""}, {""plot"": 1})" How many award nominations did the movie receive For Heaven's Sake ?,"db.movies.find({ ""title"": ""For Heaven's Sake"" },{ ""awards.nominations"": 1 })" What is the ID of the movie A Night at the Opera on IMDB?,"db.movies.find({""title"": ""A Night at the Opera""}, {""imdb.id"": 1})" what is the movie Berkeley Square about in details?,"db.movies.find({""title"": ""Berkeley Square""}, {""fullplot"": 1})" What is the complete length of all movies directed by Oliver Stone?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Oliver Stone"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the freshness score of the movie Folies Bergère de Paris on Rotten Tomatoes?,"db.movies.find({""title"": ""Folies Bergère de Paris""}, {""tomatoes.fresh"": 1})" How many viewer reviews did the movie Twentieth Century receive on Rotten Tomatoes?,"db.movies.find({""title"":""Twentieth Century""}, {""tomatoes.viewer.numReviews"":1})" What is the Metacritic score of the movie The Passion of Joan of Arc ?,"db.movies.find({ ""title"": ""The Passion of Joan of Arc"" }, { ""metacritic"": 1})" What is the meter score of the movie The Awful Truth according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Awful Truth""}, {""tomatoes.viewer.meter"": 1})" what is the genre for the movie Grand Hotel?,"db.movies.find({""title"": ""Grand Hotel""}, {""genres"": 1})" who is the director of Traffic in Souls?,"db.movies.find({""title"": ""Traffic in Souls""}, {""directors"": 1})" How long is the movie The Trail of the Lonesome Pine in minutes?,"db.movies.find({""title"":""The Trail of the Lonesome Pine""}, {""runtime"":1})" "the movie King of Jazz, was written by who?","db.movies.find({""title"": ""King of Jazz""}, {""writers"": 1})" How many comments have been posted by users on the movie Men Without Women's page on the Mflix platform?,"db.movies.find({ ""title"": ""Men Without Women"" }, { ""num_mflix_comments"": 1 })" How did the audience and critics receive the film Duck Soup?,"db.movies.find({""title"":""Duck Soup""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is the genre of Lenin in October?,"db.movies.find({""title"": ""Lenin in October""}, {""genres"": 1})" Who are the main actors/actresses in the movie Cavalcade?,"db.movies.find({""title"":""Cavalcade""}, {""cast"":1})" what sort of movie is She?,"db.movies.find({""title"": ""She""}, {""genres"": 1})" which person wrote Four Sons?,"db.movies.find({""title"": ""Four Sons""}, {""writers"": 1})" Who are the actors in the movie Romeo and Juliet?,"db.movies.find({""title"":""Romeo and Juliet""}, {""cast"":1})" what is the genre of The Song of Night?,"db.movies.find({""title"": ""The Song of Night""}, {""genres"": 1})" What is the box office revenue of the movie Street Angel in dollars?,"db.movies.find({""title"": ""Street Angel""}, {""tomatoes.boxOffice"": 1})" What is the consensus among critics about the movie The Man Who Could Work Miracles?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, { ""tomatoes.consensus"": 1})" What is the box office revenue for the movie 'Flesh and the Devil'?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""tomatoes.boxOffice"": 1})" What is the critical reception of the movie White Shadows?,"db.movies.find({""title"":""White Shadows""}, {""tomatoes.critic"":1})" what year was Westfront 1918 released?,"db.movies.find({""title"": ""Westfront 1918""}, {""year"": 1})" how many awards did The Song of Night win?,"db.movies.find({""title"":""The Song of Night""}, {""awards.wins"":1})" who starred in the film The Champ?,"db.movies.find({""title"": ""The Champ""}, {""cast"": 1})" what is the film Imitation of Life about?,"db.movies.find({""title"": ""Imitation of Life""}, {""plot"": 1})" what is the full plot for the film Peter Pan?,"db.movies.find({""title"": ""Peter Pan""}, {""fullplot"": 1})" who directed the movie Trouble in Paradise?,"db.movies.find({""title"": ""Trouble in Paradise""}, {""directors"": 1})" who wrote the film The Chechahcos?,"db.movies.find({""title"": ""The Chechahcos""}, {""writers"": 1})" who wrote Harvest?,"db.movies.find({""title"": ""Harvest""}, {""writers"": 1})" How many award nominations did the movie receive Intolerance: Love's Struggle Throughout the Ages ?,"db.movies.find({ ""title"": ""Intolerance: Love's Struggle Throughout the Ages"" },{ ""awards.nominations"": 1 })" which person wrote the movie Anthony Adverse?,"db.movies.find({""title"": ""Anthony Adverse""}, {""writers"": 1})" who starred in Toni?,"db.movies.find({""title"": ""Toni""}, {""cast"": 1})" What is the IMDb ID for the movie Trouble in Paradise?,"db.movies.find({""title"":""Trouble in Paradise""}, {""imdb.id"":1})" What is the cumulative duration of all the films that Sergei Eisenstein directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Sergei Eisenstein"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the viewer rating for the movie The Son of the Sheik on Rotten Tomatoes?,"db.movies.find({""title"":""The Son of the Sheik""}, {""tomatoes.viewer.rating"":1})" Which of Joel Coen's movies has the highest Rotten Tomatoes rating?,"db.movies.find({""directors"": ""Joel Coen"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" who was the writer of A Night at the Opera?,"db.movies.find({""title"": ""A Night at the Opera""}, {""writers"": 1})" What is the running time of Payment Deferred?,"db.movies.find({""title"":""Payment Deferred""}, {""runtime"":1})" How long is the movie Anna Karenina in minutes?,"db.movies.find({""title"":""Anna Karenina""}, {""runtime"":1})" What type of media is Frankenstein?,"db.movies.find({ ""title"": ""Frankenstein"" }, { ""type"": 1})" In what language was the movie Lloyd's of London released?,"db.movies.find({ ""title"": ""Lloyd's of London"" }, { ""languages"": 1})" What is the consensus among critics about the movie Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, { ""tomatoes.consensus"": 1})" what is the plot for the movie The Divine Lady?,"db.movies.find({""title"": ""The Divine Lady""}, {""plot"": 1})" Who are the actors in the movie Under the Roofs of Paris?,"db.movies.find({""title"":""Under the Roofs of Paris""}, {""cast"":1})" what year was the movie Hallelujah released?,"db.movies.find({""title"": ""Hallelujah""}, {""year"": 1})" Can you provide me with a list of Woody Allen-directed movies with the highest ratings?,"db.movies.find({""directors"": 'Woody Allen', ""imdb.rating"": {""$gt"": 8.5}})" What is the MPAA rating of the movie The New Gulliver?,"db.movies.find({""title"":""The New Gulliver""}, {""rated"":1})" who wrote the screenplay for Trouble in Paradise?,"db.movies.aggregate([ { ""$match"": { ""title"":""Trouble in Paradise""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" How did the audience and critics receive Zoo in Budapest?,"db.movies.find({""title"":""Zoo in Budapest""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" "Roberta, is written by who?","db.movies.find({""title"": ""Roberta""}, {""writers"": 1})" Who is the lead actor of the movie Queen Christina ?,"db.movies.find({""title"": ""Queen Christina""}, {""cast"":{""$slice"": 1},""title"":1})" "Mèdchen in Uniform, was written by who?","db.movies.find({""title"": ""Mèdchen in Uniform""}, {""writers"": 1})" who stars in the film Tarzan and His Mate?,"db.movies.find({""title"": ""Tarzan and His Mate""}, {""cast"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie The Robber Symphony?,"db.movies.find({""title"": ""The Robber Symphony""}, { ""tomatoes.lastUpdated"": 1})" Which of Oliver Stone's movies has the highest Rotten Tomatoes rating?,"db.movies.find({""directors"": ""Oliver Stone"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" Can you provide more information about the IMDb rating for the movie Man with a Movie Camera ?,"db.movies.find({""title"":""Man with a Movie Camera""}, {""imdb"":1})" who was A Woman of Paris: A Drama of Fate directed by?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, {""directors"": 1})" "In Gus Van Sant's directed movies, which actor has made the most appearances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Gus Van Sant"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" How many reviews did the movie The Unknown receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Unknown""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" Masquerade in Vienna is a film written by this person?,"db.movies.find({""title"": ""Masquerade in Vienna""}, {""writers"": 1})" What is the IMDb rating for the movie The Black Cat ?,"db.movies.find({""title"":""The Black Cat""}, {""imdb.rating"":1})" How does the movie Applause rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Applause"" },{ ""tomatoes.critic.meter"": 1 })" What is the Metacritic score of the movie Bride of Frankenstein ?,"db.movies.find({ ""title"": ""Bride of Frankenstein"" }, { ""metacritic"": 1})" What is the box office revenue for the movie 'The Hunchback of Notre Dame'?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, {""tomatoes.boxOffice"": 1})" What is the language of the movie San Francisco?,"db.movies.find({""title"":""San Francisco""}, {""languages"":1})" who are the actors in Who Killed Cock Robin??,"db.movies.find({""title"": ""Who Killed Cock Robin?""}, {""cast"": 1})" who is the writer of the film One Week?,"db.movies.find({""title"": ""One Week""}, {""writers"": 1})" What is the MPAA rating of the film Modern Times?,"db.movies.find({""title"":""Modern Times""}, {""rated"":1})" Can you give me a brief summary of the movie Lost Horizon plot?,"db.movies.find({""title"":""Lost Horizon""}, {""plot"":1})" what type of film is The Emperor Jones?,"db.movies.find({""title"": ""The Emperor Jones""}, {""genres"": 1})" What is the Metacritic score of the movie The Gold Rush ?,"db.movies.find({ ""title"": ""The Gold Rush"" }, { ""metacritic"": 1})" who directed the movie Viva Villa!?,"db.movies.find({""title"": ""Viva Villa!""}, {""directors"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie My Man Godfrey ?,"db.movies.find({""title"":""My Man Godfrey""}, {""tomatoes.viewer.meter"":1})" What is the audience rating of the movie The Garden of Allah ?,"db.movies.find({ ""title"": ""The Garden of Allah"" },{ ""tomatoes.viewer.rating"": 1 })" The Gilded Lily is a film written by this person?,"db.movies.find({""title"": ""The Gilded Lily""}, {""writers"": 1})" When was the movie The Trail of the Lonesome Pine released in theaters?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""released"": 1})" What is the running time of the film Night Must Fall?,"db.movies.find({""title"":""Night Must Fall""}, {""runtime"":1})" "the film College, was written by who?","db.movies.find({""title"": ""College""}, {""writers"": 1})" what kind of film is Little Miss Marker?,"db.movies.find({""title"": ""Little Miss Marker""}, {""genres"": 1})" who was Cavalcade directed by?,"db.movies.find({""title"": ""Cavalcade""}, {""directors"": 1})" How many awards did the movie win The Gay Divorcee ?,"db.movies.find({ ""title"": ""The Gay Divorcee"" },{ ""awards.wins"": 1 })" who wrote Hell's Hinges?,"db.movies.find({""title"": ""Hell's Hinges""}, {""writers"": 1})" What are the genres associated with the movie The Land Beyond the Sunset ?,"db.movies.find({ ""title"": ""The Land Beyond the Sunset"" }, { ""genres"": 1})" who produced the movie A Farewell to Arms?,"db.movies.find({""title"":""A Farewell to Arms""}, {""tomatoes.production"":1})" how many awards did the film The Divorcee win?,"db.movies.find({""title"":""The Divorcee""}, {""awards.wins"":1})" what was the release year of the movie Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""year"": 1})" who's the director of Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, {""directors"": 1})" "Has the film Fury won any awards? If so, which ones?","db.movies.find({""title"":""Fury"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" Can you provide a longer version of the movie Trouble in Paradise plot?,"db.movies.find({""title"":""Trouble in Paradise""}, {""fullplot"":1})" What languages are spoken in the movie The Land Beyond the Sunset?,"db.movies.find({""title"":""The Land Beyond the Sunset""}, {""languages"":1})" How many comments have been posted by users on the movie Everybody's Woman's page on the Mflix platform?,"db.movies.find({ ""title"": ""Everybody's Woman"" }, { ""num_mflix_comments"": 1 })" What is the audience rating of the movie Daughter of Shanghai ?,"db.movies.find({ ""title"": ""Daughter of Shanghai"" },{ ""tomatoes.viewer.rating"": 1 })" What is the rating of the movie The Big House according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Big House""}, {""tomatoes.viewer.rating"": 1})" What is the IMDb ID for the movie Tol'able David?,"db.movies.find({""title"":""Tol'able David""}, {""imdb.id"":1})" who is the director for Romance?,"db.movies.find({""title"": ""Romance""}, {""directors"": 1})" what is the movie Kid Galahad imdb rating?,"db.movies.find({""title"": ""Kid Galahad""}, {""imdb.rating"": 1})" who was the writer of the film The Informer?,"db.movies.find({""title"": ""The Informer""}, {""writers"": 1})" Who is the lead actor of the movie The Story of Louis Pasteur ?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""cast"":{""$slice"": 1},""title"":1})" which company produced the movie The Good Earth?,"db.movies.find({""title"":""The Good Earth""}, {""tomatoes.production"":1})" What type of movie is Broadway Melody of 1936 ?,"db.movies.find({""title"":""Broadway Melody of 1936""}, {""genres"":1})" How many audience reviews have been submitted for the movie The Garden of Allah?,"db.movies.find({ ""title"": ""The Garden of Allah"" }, { ""tomatoes.viewer.numReviews"": 1 })" who is listed as director for Three Little Pigs?,"db.movies.find({""title"": ""Three Little Pigs""}, {""directors"": 1})" What type of media is Dodsworth?,"db.movies.find({ ""title"": ""Dodsworth"" }, { ""type"": 1})" "who stars in Steamboat Bill, Jr.?","db.movies.find({""title"": ""Steamboat Bill, Jr.""}, {""cast"": 1})" which person wrote the movie The Beloved Vagabond?,"db.movies.find({""title"": ""The Beloved Vagabond""}, {""writers"": 1})" What is the rating of the movie She Done Him Wrong on IMDb?,"db.movies.find({""title"":""She Done Him Wrong""}, {""imdb.rating"":1})" How many award nominations did the movie receive The Big Trail ?,"db.movies.find({ ""title"": ""The Big Trail"" },{ ""awards.nominations"": 1 })" what was the release year of The Charge of the Light Brigade?,"db.movies.find({""title"": ""The Charge of the Light Brigade""}, {""year"": 1})" Who are the actors in the movie The Story of a Cheat?,"db.movies.find({""title"":""The Story of a Cheat""}, {""cast"":1})" What type of movie is Triumph of the Will ?,"db.movies.find({""title"":""Triumph of the Will""}, {""genres"":1})" what was the release year of the film Sisters of the Gion?,"db.movies.find({""title"": ""Sisters of the Gion""}, {""year"": 1})" who is listed as director for A Corner in Wheat?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""directors"": 1})" How did the audience and critics receive the film Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"":""Intolerance: Love's Struggle Throughout the Ages""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the production company behind the movie Peter Pan ?,"db.movies.find({""title"": ""Peter Pan""}, {""tomatoes.production"": 1})" What is the combined duration of all films that Roberto Rossellini directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Roberto Rossellini"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" Who is the lead actor of the movie Street Angel ?,"db.movies.find({""title"": ""Street Angel""}, {""cast"":{""$slice"": 1},""title"":1})" How many wins did the movie A Star Is Born receive?,"db.movies.find({""title"":""A Star Is Born""}, {""awards.wins"":1})" who is the director of Clash of the Wolves?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""directors"": 1})" How many reviews have been submitted for the movie Dracula on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Dracula"" },{ ""tomatoes.viewer.numReviews"": 1 })" who acted in the movie Zoo in Budapest?,"db.movies.find({""title"": ""Zoo in Budapest""}, {""cast"": 1})" What is the audience rating of the movie The Poor Little Rich Girl ?,"db.movies.find({ ""title"": ""The Poor Little Rich Girl"" },{ ""tomatoes.viewer.rating"": 1 })" What is the critical reception of the movie The Divorcee?,"db.movies.find({""title"":""The Divorcee""}, {""tomatoes.critic"":1})" What is the runtime and rating for the movie 'Becky Sharp'?,"db.movies.find({""title"": ""Becky Sharp""}, {""runtime"": 1, ""rated"": 1})" What is the average rating of movies with the genre 'Action'?,"db.movies.aggregate([{""$match"": {""genres"": ""Action""}}, {""$group"": { ""_id"": ""null"", ""avgRating"": {""$avg"": ""$imdb.rating"":}}}])" the movie Pandora's Box was directed by who?,"db.movies.find({""title"": ""Pandora's Box""}, {""directors"": 1})" How many reviews have been submitted by critics for the movie She Done Him Wrong?,"db.movies.find({ ""title"": ""She Done Him Wrong"" }, { ""tomatoes.critic.numReviews"": 1 })" What type of movie is In the Land of the Head Hunters ?,"db.movies.find({""title"":""In the Land of the Head Hunters""}, {""genres"":1})" What is the production company behind the movie Eskimo ?,"db.movies.find({""title"": ""Eskimo""}, {""tomatoes.production"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Tarzan and His Mate""}, { ""tomatoes.production"": 1})" who directed A Story of Floating Weeds?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""directors"": 1})" How many nominations did the movie Flying Down to Rio receive?,"db.movies.find({""title"":""Flying Down to Rio""}, {""awards.nominations"":1})" "The Dark Angel, is written by who?","db.movies.find({""title"": ""The Dark Angel""}, {""writers"": 1})" Can you provide me with a list of Roberto Rossellini-directed movies with the highest ratings?,"db.movies.find({""directors"": 'Roberto Rossellini', ""imdb.rating"": {""$gt"": 8.5}})" what is the full plot for In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, {""fullplot"": 1})" What is the ID of the movie Napoleon on IMDB?,"db.movies.find({""title"": ""Napoleon""}, {""imdb.id"": 1})" what year was the movie The Son of Kong released?,"db.movies.find({""title"": ""The Son of Kong""}, {""year"": 1})" What is the rating of the movie The Count of Monte Cristo according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""tomatoes.viewer.rating"": 1})" what sort of film is Anthony Adverse?,"db.movies.find({""title"": ""Anthony Adverse""}, {""genres"": 1})" How many reviews have been submitted by critics for the movie The Hunchback of Notre Dame?,"db.movies.find({ ""title"": ""The Hunchback of Notre Dame"" }, { ""tomatoes.critic.numReviews"": 1 })" what is the movie The Prince and the Pauper description ?,"db.movies.find({""title"": ""The Prince and the Pauper""}, {""plot"": 1})" what is the genre for the movie The Big House?,"db.movies.find({""title"": ""The Big House""}, {""genres"": 1})" who is the director of One Hundred Men and a Girl?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""directors"": 1})" In what year was the movie Bad Girl released?,"db.movies.find({""title"":""Bad Girl""}, {""year"":1})" who's the director of Applause?,"db.movies.find({""title"": ""Applause""}, {""directors"": 1})" Can you provide a detailed summary of the movie The Private Life of Don Juan plot?,"db.movies.find({ ""title"": ""The Private Life of Don Juan"" }, { ""fullplot"": 1})" What is the movie The Poor Little Rich Girl about? Can you provide a brief summary?,"db.movies.find({""title"":""The Poor Little Rich Girl""}, {""plot"":1})" What is the movie The Broadway Melody rating?,"db.movies.find({""title"":""The Broadway Melody""}, {""rated"":1})" What is the production company behind the movie The Italian ?,"db.movies.find({""title"": ""The Italian""}, {""tomatoes.production"": 1})" How many awards did the movie win The Lower Depths ?,"db.movies.find({ ""title"": ""The Lower Depths"" },{ ""awards.wins"": 1 })" What type of movie is From Hand to Mouth ?,"db.movies.find({""title"":""From Hand to Mouth""}, {""genres"":1})" the movie The Great Train Robbery starred which actors?,"db.movies.find({""title"": ""The Great Train Robbery""}, {""cast"": 1})" What is the production company of the movie Little Miss Marker?,"db.movies.find({""title"":""Little Miss Marker""}, {""tomatoes.production"":1})" What is the website associated with the movie A Star Is Born on Rotten Tomatoes?,"db.movies.find({""title"": ""A Star Is Born""}, {""tomatoes.website"": 1})" What is the percentage of positive reviews among critics for the movie Man of Aran ?,"db.movies.find({ ""title"": ""Man of Aran"" },{ ""tomatoes.critic.meter"": 1 })" what kind of film is The Barretts of Wimpole Street?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""genres"": 1})" How long is the runtime of the movie The Blood of a Poet ?,"db.movies.find({""title"":""The Blood of a Poet""}, {""runtime"":1})" What is the prevailing movie genre in Yasujiro Ozu's directed films?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Yasujiro Ozu"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" the movie Bad Girl starred which actors?,"db.movies.find({""title"": ""Bad Girl""}, {""cast"": 1})" What is the name of the director and cast for the movie 'Wild Oranges'?,"db.movies.find({""title"": ""Wild Oranges""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" "Has the movie Scarface won any awards? If so, which ones?","db.movies.find({""title"":""Scarface"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the name of the director and cast for the movie 'The 39 Steps'?,"db.movies.find({""title"": ""The 39 Steps""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" How many reviews have been submitted by critics for the movie Cimarron ?,"db.movies.find({""title"": ""Cimarron""}, {""tomatoes.critic.numReviews"": 1})" What is the full plot summary of the movie One Hundred Men and a Girl ?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""plot"": 1})" What is the language of the movie Blacksmith Scene?,"db.movies.find({""title"":""Blacksmith Scene""}, {""languages"":1})" What is the standard rating of Martin Scorsese movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Martin Scorsese""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What is the percentage of positive reviews among critics for the movie Pèpè le Moko ?,"db.movies.find({ ""title"": ""Pèpè le Moko"" },{ ""tomatoes.critic.meter"": 1 })" How many comments have been posted by users on the movie Make Way for Tomorrow's page on the Mflix platform?,"db.movies.find({ ""title"": ""Make Way for Tomorrow"" }, { ""num_mflix_comments"": 1 })" what genre of movie is A Free Soul?,"db.movies.find({""title"": ""A Free Soul""}, {""genres"": 1})" How many votes did the movie The Charge of the Light Brigade receive on IMDB?,"db.movies.find({""title"": ""The Charge of the Light Brigade""}, { ""imdb.votes"": 1})" What is the production company of the movie College?,"db.movies.find({""title"":""College""}, {""tomatoes.production"":1})" what genre is the movie Show People?,"db.movies.find({""title"": ""Show People""}, {""genres"": 1})" who was In Old Arizona directed by?,"db.movies.find({""title"": ""In Old Arizona""}, {""directors"": 1})" what year was Come and Get It released?,"db.movies.find({""title"": ""Come and Get It""}, {""year"": 1})" How many reviews have been submitted by critics for the movie The World Moves On ?,"db.movies.find({""title"": ""The World Moves On""}, {""tomatoes.critic.numReviews"": 1})" what is Curly Top about?,"db.movies.find({""title"": ""Curly Top""}, {""plot"": 1})" who wrote the screenplay for In Old Arizona?,"db.movies.aggregate([ { ""$match"": { ""title"":""In Old Arizona""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the production company of Steamboat Willie?,"db.movies.find({""title"":""Steamboat Willie""}, {""tomatoes.production"":1})" What is the name of the director and cast for the movie 'Anna Karenina'?,"db.movies.find({""title"": ""Anna Karenina""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" "What is the meter score of the movie Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics according to viewers on Rotten Tomatoes?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""tomatoes.viewer.meter"": 1})" What type of media is Becky Sharp?,"db.movies.find({ ""title"": ""Becky Sharp"" }, { ""type"": 1})" what is the film The Awful Truth about in details?,"db.movies.find({""title"": ""The Awful Truth""}, {""fullplot"": 1})" Can you provide a detailed summary of the movie Shanghai Express plot?,"db.movies.find({ ""title"": ""Shanghai Express"" }, { ""fullplot"": 1})" What is the language of the movie Applause?,"db.movies.find({""title"":""Applause""}, {""languages"":1})" what type of movie is The Black Pirate?,"db.movies.find({""title"": ""The Black Pirate""}, {""genres"": 1})" what was the release date of Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""released"": 1})" How many movies has Spike Lee directed in total?,"db.movies.countDocuments({""directors"":""Spike Lee""})" who acted in the movie Ella Cinders?,"db.movies.find({""title"": ""Ella Cinders""}, {""cast"": 1})" what is the movie Popeye the Sailor Meets Sindbad the Sailor imdb rating?,"db.movies.find({""title"": ""Popeye the Sailor Meets Sindbad the Sailor""}, {""imdb.rating"": 1})" which actor appeared in most of the movies directed by Yasujiro Ozu?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Yasujiro Ozu"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what was the release year of the film State Fair?,"db.movies.find({""title"": ""State Fair""}, {""year"": 1})" what is the genre for the movie Regeneration?,"db.movies.find({""title"": ""Regeneration""}, {""genres"": 1})" What is the box office revenue of the movie The Lost Patrol ?,"db.movies.find({""title"": ""The Lost Patrol""}, { ""tomatoes.boxOffice"": 1})" which company produced Black Fury?,"db.movies.find({""title"":""Black Fury""}, {""tomatoes.production"":1})" What is the ID of the movie The Cameraman on IMDB?,"db.movies.find({""title"": ""The Cameraman""}, {""imdb.id"": 1})" who was the writer of the movie Bride of Frankenstein?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""writers"": 1})" What is the name of the director and cast for the movie 'Dishonored'?,"db.movies.find({""title"": ""Dishonored""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" When was the information last updated for the movie The Song of Night ?,"db.movies.find({ ""title"": ""The Song of Night"" },{ ""lastupdated"": 1 })" what genre is the movie The Trail of the Lonesome Pine?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""genres"": 1})" What is the most common genre of movies that Alfred Hitchcock directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Alfred Hitchcock"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who acted in the movie Grand Hotel?,"db.movies.find({""title"": ""Grand Hotel""}, {""cast"": 1})" how many awards did the movie The Kid win?,"db.movies.find({""title"":""The Kid""}, {""awards.wins"":1})" Who is the actor that appears the most in movies directed by Jacques Rivette?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Jacques Rivette"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" When was the information last updated for the movie Comradeship ?,"db.movies.find({ ""title"": ""Comradeship"" },{ ""lastupdated"": 1 })" What languages are spoken in the movie Lady Windermere's Fan?,"db.movies.find({""title"":""Lady Windermere's Fan""}, {""languages"":1})" what was the release year of the movie La Grande Illusion?,"db.movies.find({""title"": ""La Grande Illusion""}, {""year"": 1})" What are the countries associated with the movie Viva Villa! ?,"db.movies.find({""title"": ""Viva Villa!""}, {""countries"": 1})" What is the consensus among critics about the movie Pandora's Box ?,"db.movies.find({""title"": ""Pandora's Box""}, {""tomatoes.consensus"": 1})" who acted in the movie Safety Last!?,"db.movies.find({""title"": ""Safety Last!""}, {""cast"": 1})" The Last of the Mohicans is a film written by this person?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""writers"": 1})" who are the actors in the movie Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"": ""Broken Blossoms or The Yellow Man and the Girl""}, {""cast"": 1})" what is the film The Informer about?,"db.movies.find({""title"": ""The Informer""}, {""plot"": 1})" Who is the lead actor of the movie Asphalt ?,"db.movies.find({""title"": ""Asphalt""}, {""cast"":{""$slice"": 1},""title"":1})" What was the release date for the movie The Land Beyond the Sunset?,"db.movies.find({""title"":""The Land Beyond the Sunset""}, {""released"":1})" what is è Nous la Libertè about in details?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""fullplot"": 1})" the director of Within Our Gates was?,"db.movies.find({""title"": ""Within Our Gates""}, {""directors"": 1})" How many awards did the movie win The Ghost Goes West ?,"db.movies.find({ ""title"": ""The Ghost Goes West"" },{ ""awards.wins"": 1 })" What is the imdbID and year of release for the movie with a title of 'They Won't Forget'?,"db.movies.find({""title"": ""They Won't Forget""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" Has the movie Traffic in Souls won any awards?,"db.movies.find({""title"":""Traffic in Souls""}, {""awards.wins"":1})" what is the movie The Barretts of Wimpole Street imdb rating?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""imdb.rating"": 1})" Who are the main actors in Dr. Jekyll and Mr. Hyde ?,"db.movies.find({ ""title"": ""Dr. Jekyll and Mr. Hyde"" }, { ""cast"": 1})" What is the production company of the film King of Jazz?,"db.movies.find({""title"":""King of Jazz""}, {""tomatoes.production"":1})" What is the imdbID and genre of the movie 'These Three'?,"db.movies.find({""title"": ""These Three""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" what is the film Lady Windermere's Fan description ?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""plot"": 1})" Who are the writers of the movie Scarface ?,"db.movies.find({""title"": ""Scarface""}, { ""writers"": 1})" What is the audience rating of the movie Folies Bergère de Paris ?,"db.movies.find({ ""title"": ""Folies Bergère de Paris"" },{ ""tomatoes.viewer.rating"": 1 })" Can you provide a detailed summary of the movie The Prince and the Pauper plot?,"db.movies.find({ ""title"": ""The Prince and the Pauper"" }, { ""fullplot"": 1})" how many awards did the movie The Fall of the House of Usher win?,"db.movies.find({""title"":""The Fall of the House of Usher""}, {""awards.wins"":1})" what is the genre for the movie Top Hat?,"db.movies.find({""title"": ""Top Hat""}, {""genres"": 1})" who produced the film L'opèra de quat'sous?,"db.movies.find({""title"":""L'opèra de quat'sous""}, {""tomatoes.production"":1})" "Trouble in Paradise, is written by who?","db.movies.find({""title"": ""Trouble in Paradise""}, {""writers"": 1})" When was the information last updated for the movie Captains Courageous ?,"db.movies.find({ ""title"": ""Captains Courageous"" },{ ""lastupdated"": 1 })" What is the MPAA rating of the movie The Son of Kong?,"db.movies.find({""title"":""The Son of Kong""}, {""rated"":1})" what is the film The Son of Kong description ?,"db.movies.find({""title"": ""The Son of Kong""}, {""plot"": 1})" How many reviews have been submitted for the movie Marked Woman on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Marked Woman"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the running time of the film The Phantom of the Opera?,"db.movies.find({""title"":""The Phantom of the Opera""}, {""runtime"":1})" what was the release year of the film Salomè?,"db.movies.find({""title"": ""Salomè""}, {""year"": 1})" what is the full plot for the film The Story of a Cheat?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""fullplot"": 1})" "Among all the actors who have appeared in Francis Ford Coppola's movies, who has appeared the most times?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Francis Ford Coppola"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What are the genres this movie The Mummy belongs to?,"db.movies.find({""title"":""The Mummy""}, {""genres"":1})" How many reviews have been submitted by critics for the movie Footlight Parade?,"db.movies.find({ ""title"": ""Footlight Parade"" }, { ""tomatoes.critic.numReviews"": 1 })" In what year was the movie Triumph of the Will released?,"db.movies.find({""title"":""Triumph of the Will""}, {""year"":1})" Can you give me a brief summary of the movie Mayerling plot?,"db.movies.find({""title"":""Mayerling""}, {""plot"":1})" who stars in the movie Blacksmith Scene?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""cast"": 1})" Can you provide me with a list of Joel Coen-directed movies with the highest ratings?,"db.movies.find({""directors"": 'Joel Coen', ""imdb.rating"": {""$gt"": 8.5}})" who wrote the screenplay for the film The Devil Is a Woman?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Devil Is a Woman""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" how many awards did the movie Frankenstein win?,"db.movies.find({""title"":""Frankenstein""}, {""awards.wins"":1})" which company produced the movie The Fall of the House of Usher?,"db.movies.find({""title"":""The Fall of the House of Usher""}, {""tomatoes.production"":1})" What is the box office revenue of the movie Les Misèrables ?,"db.movies.find({""title"": ""Les Misèrables""}, { ""tomatoes.boxOffice"": 1})" What is the text description of the movie Folies Bergère de Paris awards?,"db.movies.find({""title"":""Folies Bergère de Paris""}, {""awards.text"":1})" In which countries was the movie Le grand jeu produced?,"db.movies.find({""title"":""Le grand jeu""}, {""countries"":1})" who starred in Scarface?,"db.movies.find({""title"": ""Scarface""}, {""cast"": 1})" what was the genre of the film The Blue Bird?,"db.movies.find({""title"": ""The Blue Bird""}, {""genres"": 1})" what was the release date of the film The Dark Angel?,"db.movies.find({""title"": ""The Dark Angel""}, {""released"": 1})" what is the movie The Red Head about?,"db.movies.find({""title"": ""The Red Head""}, {""plot"": 1})" who are the actors in One Night of Love?,"db.movies.find({""title"": ""One Night of Love""}, {""cast"": 1})" What is the MPAA rating of the movie Flesh and the Devil?,"db.movies.find({""title"":""Flesh and the Devil""}, {""rated"":1})" "Has the film Storm Over Asia won any awards? If so, which ones?","db.movies.find({""title"":""Storm Over Asia"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" How many wins did the movie In the Land of the Head Hunters receive?,"db.movies.find({""title"":""In the Land of the Head Hunters""}, {""awards.wins"":1})" In which genre do the movies directed by Coen Brothers mainly fall under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Coen Brothers"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What movie directed by Roberto Rossellini has the best Rotten Tomatoes score?,"db.movies.find({""directors"": ""Roberto Rossellini"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" what is the movie Show Boat description ?,"db.movies.find({""title"": ""Show Boat""}, {""plot"": 1})" what genre is Roberta?,"db.movies.find({""title"": ""Roberta""}, {""genres"": 1})" how many awards did the film Grand Hotel win?,"db.movies.find({""title"":""Grand Hotel""}, {""awards.wins"":1})" Can you give me a brief summary of the movie Black Fury plot?,"db.movies.find({""title"":""Black Fury""}, {""plot"":1})" what is the full plot for the movie The Trail of the Lonesome Pine?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""fullplot"": 1})" What is the movie Within Our Gates rating?,"db.movies.find({""title"":""Within Our Gates""}, {""rated"":1})" who was Zero for Conduct directed by?,"db.movies.find({""title"": ""Zero for Conduct""}, {""directors"": 1})" what is the film A Woman of Paris: A Drama of Fate about?,"db.movies.find({""title"": ""A Woman of Paris: A Drama of Fate""}, {""plot"": 1})" How long is the runtime of the movie The Chechahcos ?,"db.movies.find({""title"":""The Chechahcos""}, {""runtime"":1})" what is the film Love Me Tonight about in details?,"db.movies.find({""title"": ""Love Me Tonight""}, {""fullplot"": 1})" Can you give me a brief summary of the movie Traffic in Souls plot?,"db.movies.find({""title"":""Traffic in Souls""}, {""plot"":1})" who produced the movie The Great Ziegfeld?,"db.movies.find({""title"":""The Great Ziegfeld""}, {""tomatoes.production"":1})" "Has the movie Tarzan and His Mate won any awards? If so, which ones?","db.movies.find({""title"":""Tarzan and His Mate"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who wrote the screenplay for Romeo and Juliet?,"db.movies.aggregate([ { ""$match"": { ""title"":""Romeo and Juliet""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" In which genre do the movies directed by David Lynch mainly fall under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""David Lynch"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Can you share with me the names of the top-rated movies directed by Clint Eastwood?,"db.movies.find({""directors"": 'Clint Eastwood', ""imdb.rating"": {""$gt"": 8.5}})" what is the full plot for The Prisoner of Shark Island?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""fullplot"": 1})" what was the release date of the movie Wild Oranges?,"db.movies.find({""title"": ""Wild Oranges""}, {""released"": 1})" who was Dante's Inferno directed by?,"db.movies.find({""title"": ""Dante's Inferno""}, {""directors"": 1})" Who are the main actors in Morocco ?,"db.movies.find({ ""title"": ""Morocco"" }, { ""cast"": 1})" What is the combined duration of all films that Robert Bresson directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Robert Bresson"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" King Kong was directed by who?,"db.movies.find({""title"": ""King Kong""}, {""directors"": 1})" what is Elephant Boy about?,"db.movies.find({""title"": ""Elephant Boy""}, {""plot"": 1})" What is the text representation of the awards won and nominations received by the movie Theodora Goes Wild?,"db.movies.find({""title"": ""Theodora Goes Wild""}, { ""awards.text"": 1})" Was the movie Kid Galahad well received by audiences and critics?,"db.movies.find({""title"":""Kid Galahad""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the IMDB rating of the movie Frankenstein ?,"db.movies.find({""title"": ""Frankenstein""}, { ""imdb.rating"": 1})" In what year was the movie Gold Diggers of 1935 released ?,"db.movies.find({ ""title"": ""Gold Diggers of 1935"" }, { ""year"": 1})" who is the director of Wonder Bar?,"db.movies.find({""title"": ""Wonder Bar""}, {""directors"": 1})" what is the full plot for the film The Last of the Mohicans?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""fullplot"": 1})" What is the Tomatometer score of the movie Lonesome ?,"db.movies.find({ ""title"": ""Lonesome"" },{ ""tomatoes.critic.meter"": 1 })" What is the Rotten Tomatoes meter rating for the movie Lost Horizon ?,"db.movies.find({""title"":""Lost Horizon""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What is the movie Our Hospitality rating?,"db.movies.find({""title"":""Our Hospitality""}, {""rated"":1})" What is the text representation of the awards won and nominations received by the movie The Public Enemy?,"db.movies.find({""title"": ""The Public Enemy""}, { ""awards.text"": 1})" What is the rating of the movie The Hunchback of Notre Dame ?,"db.movies.find({ ""title"": ""The Hunchback of Notre Dame"" }, { ""rated"": 1})" Everybody's Woman is a film written by this person?,"db.movies.find({""title"": ""Everybody's Woman""}, {""writers"": 1})" what is the movie Bad Girl about?,"db.movies.find({""title"": ""Bad Girl""}, {""plot"": 1})" what was the release date of the movie The Music Box?,"db.movies.find({""title"": ""The Music Box""}, {""released"": 1})" Who are the actors that appear in the movie The Emperor Jones ?,"db.movies.find({ ""title"": ""The Emperor Jones"" },{ ""cast"": 1 })" who is the writer of the movie The Wedding Night?,"db.movies.find({""title"": ""The Wedding Night""}, {""writers"": 1})" what year was Swing Time released?,"db.movies.find({""title"": ""Swing Time""}, {""year"": 1})" What type of media is Gold Diggers of 1935?,"db.movies.find({ ""title"": ""Gold Diggers of 1935"" }, { ""type"": 1})" Who are the actors that appear in the movie Topaze ?,"db.movies.find({ ""title"": ""Topaze"" },{ ""cast"": 1 })" What is the language of the film Shanghai Express?,"db.movies.find({""title"":""Shanghai Express""}, {""languages"":1})" who is the writer of the movie Zero for Conduct?,"db.movies.find({""title"": ""Zero for Conduct""}, {""writers"": 1})" Who is the director of the movie Westfront 1918?,"db.movies.find({""title"": ""Westfront 1918""}, { ""directors"": 1})" What is the meter score of the movie Toni according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Toni""}, {""tomatoes.viewer.meter"": 1})" Who are the starring actors/actresses in the movie Zero for Conduct?,"db.movies.find({""title"":""Zero for Conduct""}, {""cast"":1})" who wrote the screenplay for the film Show Boat?,"db.movies.aggregate([ { ""$match"": { ""title"":""Show Boat""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the meter score of the movie A Midsummer Night's Dream according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""A Midsummer Night's Dream""}, {""tomatoes.viewer.meter"": 1})" What is the rating of the movie Man with a Movie Camera according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""tomatoes.viewer.rating"": 1})" what is the film Queen Kelly imdb rating?,"db.movies.find({""title"": ""Queen Kelly""}, {""imdb.rating"": 1})" which company produced the film White Shadows?,"db.movies.find({""title"":""White Shadows""}, {""tomatoes.production"":1})" What is the audience rating of the movie My Man Godfrey ?,"db.movies.find({ ""title"": ""My Man Godfrey"" },{ ""tomatoes.viewer.rating"": 1 })" which company produced the movie Safety Last!?,"db.movies.find({""title"":""Safety Last!""}, {""tomatoes.production"":1})" who was Footlight Parade written by?,"db.movies.find({""title"": ""Footlight Parade""}, {""writers"": 1})" who was the film The Big Trail written by?,"db.movies.find({""title"": ""The Big Trail""}, {""writers"": 1})" What is the Tomatometer score of the movie It ?,"db.movies.find({ ""title"": ""It"" },{ ""tomatoes.critic.meter"": 1 })" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie A Farewell to Arms ?,"db.movies.find({""title"":""A Farewell to Arms""}, {""tomatoes.viewer.meter"":1})" What is the runtime and rating for the movie 'The Crowd Roars'?,"db.movies.find({""title"": ""The Crowd Roars""}, {""runtime"": 1, ""rated"": 1})" what year was the movie The Lower Depths released?,"db.movies.find({""title"": ""The Lower Depths""}, {""year"": 1})" Who are the main actors in The Barretts of Wimpole Street ?,"db.movies.find({ ""title"": ""The Barretts of Wimpole Street"" }, { ""cast"": 1})" who are the actors in the movie Swedenhielms Family?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""cast"": 1})" What is the imdbID and genre of the movie 'David Copperfield'?,"db.movies.find({""title"": ""David Copperfield""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" What is the critical reception of the movie The Thief of Bagdad?,"db.movies.find({""title"":""The Thief of Bagdad""}, {""tomatoes.critic"":1})" Who is the lead actor of the movie Clash of the Wolves ?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""cast"":{""$slice"": 1},""title"":1})" which company produced the movie The New Gulliver?,"db.movies.find({""title"":""The New Gulliver""}, {""tomatoes.production"":1})" who stars in Anthony Adverse?,"db.movies.find({""title"": ""Anthony Adverse""}, {""cast"": 1})" What languages are spoken in the movie Toni?,"db.movies.find({""title"":""Toni""}, {""languages"":1})" How many reviews did the movie The Hurricane receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Hurricane""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" what is the movie The Last Command about in details?,"db.movies.find({""title"": ""The Last Command""}, {""fullplot"": 1})" how has Final Accord been recieved by critics and audience?,"db.movies.find({""title"":""Final Accord""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the movie The Last Command rating?,"db.movies.find({""title"":""The Last Command""}, {""rated"":1})" What are the genres this movie The Gilded Lily belongs to?,"db.movies.find({""title"":""The Gilded Lily""}, {""genres"":1})" Who is the lead actor of the movie Stage Door ?,"db.movies.find({""title"": ""Stage Door""}, {""cast"":{""$slice"": 1},""title"":1})" What is the runtime and rating for the movie 'China Seas'?,"db.movies.find({""title"": ""China Seas""}, {""runtime"": 1, ""rated"": 1})" who was the writer of the film Roberta?,"db.movies.find({""title"": ""Roberta""}, {""writers"": 1})" what is the film The Lost Patrol imdb rating?,"db.movies.find({""title"": ""The Lost Patrol""}, {""imdb.rating"": 1})" who are the actors in the film Harvest?,"db.movies.find({""title"": ""Harvest""}, {""cast"": 1})" "the movie The Perils of Pauline, was written by who?","db.movies.find({""title"": ""The Perils of Pauline""}, {""writers"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie The Hunchback of Notre Dame?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, { ""tomatoes.lastUpdated"": 1})" "Has the film Go West won any awards? If so, which ones?","db.movies.find({""title"":""Go West"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who was the writer of the movie The Invisible Man?,"db.movies.find({""title"": ""The Invisible Man""}, {""writers"": 1})" what was the release year of the film The Big Parade?,"db.movies.find({""title"": ""The Big Parade""}, {""year"": 1})" What is the percentage of positive reviews among critics for the movie A Midsummer Night's Dream ?,"db.movies.find({ ""title"": ""A Midsummer Night's Dream"" },{ ""tomatoes.critic.meter"": 1 })" what is the plot for the movie Westfront 1918?,"db.movies.find({""title"": ""Westfront 1918""}, {""plot"": 1})" the director of The Saphead was?,"db.movies.find({""title"": ""The Saphead""}, {""directors"": 1})" "which company produced the film I Was Born, But...?","db.movies.find({""title"":""I Was Born, But...""}, {""tomatoes.production"":1})" How many audience reviews have been submitted for the movie Camille?,"db.movies.find({ ""title"": ""Camille"" }, { ""tomatoes.viewer.numReviews"": 1 })" Who holds the record for the most appearances in movies directed by Joel Coen?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Joel Coen"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what is Marked Woman imdb rating?,"db.movies.find({""title"": ""Marked Woman""}, {""imdb.rating"": 1})" What is the name of the Stanley Kubrick-directed movie with the least runtime?,"db.movies.find({""directors"":""Stanley Kubrick""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" What is the IMDb rating for the movie Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""imdb.rating"": 1})" who is the writer of A Free Soul?,"db.movies.find({""title"": ""A Free Soul""}, {""writers"": 1})" What is the MPAA rating of Baby Face?,"db.movies.find({""title"":""Baby Face""}, {""rated"":1})" Who is the lead actress of the movie Under the Roofs of Paris ?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""cast"":{""$slice"": 1},""title"":1})" Was the movie Hell's Hinges well received by audiences and critics?,"db.movies.find({""title"":""Hell's Hinges""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Can you tell me the total count of films that Ingmar Bergman has directed?,"db.movies.countDocuments({""directors"":""Ingmar Bergman""})" Can you give me a brief summary of the movie Baby Face plot?,"db.movies.find({""title"":""Baby Face""}, {""plot"":1})" What is the production company of the film Tabu: A Story of the South Seas?,"db.movies.find({""title"":""Tabu: A Story of the South Seas""}, {""tomatoes.production"":1})" Has the movie A Midsummer Night's Dream won any awards?,"db.movies.find({""title"":""A Midsummer Night's Dream""}, {""awards.wins"":1})" How did the audience and critics receive Tarzan the Ape Man?,"db.movies.find({""title"":""Tarzan the Ape Man""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who directed Sunrise?,"db.movies.find({""title"": ""Sunrise""}, {""directors"": 1})" who starred in the movie Baby Face?,"db.movies.find({""title"": ""Baby Face""}, {""cast"": 1})" What is the production company behind the movie The Crusades ?,"db.movies.find({""title"": ""The Crusades""}, { ""tomatoes.production"": 1})" who directed It's a Gift?,"db.movies.find({""title"": ""It's a Gift""}, {""directors"": 1})" In what year was the movie Viva Villa! released?,"db.movies.find({""title"":""Viva Villa!""}, {""year"":1})" how many awards did the film Romance win?,"db.movies.find({""title"":""Romance""}, {""awards.wins"":1})" How long is the movie Chapayev in minutes?,"db.movies.find({""title"":""Chapayev""}, {""runtime"":1})" What is the imdbID and year of release for the movie with a title of 'Triumph of the Will'?,"db.movies.find({""title"": ""Triumph of the Will""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" what genre is the film The Docks of New York?,"db.movies.find({""title"": ""The Docks of New York""}, {""genres"": 1})" How many award nominations did the movie receive The Edge of the World ?,"db.movies.find({ ""title"": ""The Edge of the World"" },{ ""awards.nominations"": 1 })" What is the text representation of the awards won and nominations received by the movie The Jazz Singer?,"db.movies.find({""title"": ""The Jazz Singer""}, { ""awards.text"": 1})" What is the production company behind the movie Alice Adams ?,"db.movies.find({""title"": ""Alice Adams""}, { ""tomatoes.production"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie The Wedding March?,"db.movies.find({""title"": ""The Wedding March""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" what genre is the movie The Private Life of Henry VIII.?,"db.movies.find({""title"": ""The Private Life of Henry VIII.""}, {""genres"": 1})" who wrote the screenplay for the film The Song of Night?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Song of Night""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the IMDb ID for the movie The Prisoner of Shark Island?,"db.movies.find({""title"":""The Prisoner of Shark Island""}, {""imdb.id"":1})" "Has Curly Top won any awards? If so, which ones?","db.movies.find({""title"":""Curly Top"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" how many awards did The Divorcee win?,"db.movies.find({""title"":""The Divorcee""}, {""awards.wins"":1})" What is the MPAA rating of the film Bad Girl?,"db.movies.find({""title"":""Bad Girl""}, {""rated"":1})" How many nominations did the movie Mr. Deeds Goes to Town receive?,"db.movies.find({""title"":""Mr. Deeds Goes to Town""}, {""awards.nominations"":1})" who is the author of The Song of Night?,"db.movies.find({""title"": ""The Song of Night""}, {""writers"": 1})" who was the writer of the movie The Story of a Cheat?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""writers"": 1})" What is the critical reception of the movie A Woman of Paris: A Drama of Fate?,"db.movies.find({""title"":""A Woman of Paris: A Drama of Fate""}, {""tomatoes.critic"":1})" who directed the movie The Blue Bird?,"db.movies.find({""title"": ""The Blue Bird""}, {""directors"": 1})" What is the movie Lloyd's of London about? Can you provide a brief summary?,"db.movies.find({""title"":""Lloyd's of London""}, {""plot"":1})" What is the rating of the movie Fury on IMDb?,"db.movies.find({""title"":""Fury""}, {""imdb.rating"":1})" What is the language of the movie The Gay Divorcee?,"db.movies.find({""title"":""The Gay Divorcee""}, {""languages"":1})" the director of Two Seconds was?,"db.movies.find({""title"": ""Two Seconds""}, {""directors"": 1})" The Champ was directed by who?,"db.movies.find({""title"": ""The Champ""}, {""directors"": 1})" who produced the movie Steamboat Willie?,"db.movies.find({""title"":""Steamboat Willie""}, {""tomatoes.production"":1})" What languages are spoken in the movie The Wedding March ?,"db.movies.find({""title"": ""The Wedding March""}, { ""languages"": 1})" "What is the production company of I Was Born, But...?","db.movies.find({""title"":""I Was Born, But...""}, {""tomatoes.production"":1})" what type of movie is Kid Galahad?,"db.movies.find({""title"": ""Kid Galahad""}, {""genres"": 1})" In what year was the movie A Corner in Wheat released ?,"db.movies.find({ ""title"": ""A Corner in Wheat"" }, { ""year"": 1})" the film Wild Boys of the Road starred which actors?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""cast"": 1})" What is the Rotten Tomatoes meter rating for the movie 7th Heaven ?,"db.movies.find({""title"":""7th Heaven""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" who was The Awful Truth written by?,"db.movies.find({""title"": ""The Awful Truth""}, {""writers"": 1})" What is the MongoDB document ID of the movie The Big House?,"db.movies.find({""title"": ""The Big House""}, {""_id"": 1})" the movie Snow White and the Seven Dwarfs starred which actors?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""cast"": 1})" Can you provide more information about the IMDb rating for the movie 42nd Street ?,"db.movies.find({""title"":""42nd Street""}, {""imdb"":1})" What languages are spoken in the movie Little Miss Marker?,"db.movies.find({""title"":""Little Miss Marker""}, {""languages"":1})" What is the Tomatometer score of the movie The Music Box ?,"db.movies.find({ ""title"": ""The Music Box"" },{ ""tomatoes.critic.meter"": 1 })" What is the production company of He Who Gets Slapped?,"db.movies.find({""title"":""He Who Gets Slapped""}, {""tomatoes.production"":1})" What is the IMDB rating of the movie Forbidden ?,"db.movies.find({""title"": ""Forbidden""}, { ""imdb.rating"": 1})" who is the director of Death Takes a Holiday?,"db.movies.find({""title"": ""Death Takes a Holiday""}, {""directors"": 1})" what is the plot for the movie Sherlock Jr.?,"db.movies.find({""title"": ""Sherlock Jr.""}, {""plot"": 1})" Who are the actors in the movie The Land Beyond the Sunset?,"db.movies.find({""title"":""The Land Beyond the Sunset""}, {""cast"":1})" What is the IMDb rating for the film The Four Horsemen of the Apocalypse?,"db.movies.find({""title"": ""The Four Horsemen of the Apocalypse""}, {""imdb.rating"": 1})" what is the film Cleopatra about in details?,"db.movies.find({""title"": ""Cleopatra""}, {""fullplot"": 1})" How does the movie The Broadway Melody rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Broadway Melody"" },{ ""tomatoes.critic.meter"": 1 })" What are the countries associated with the movie The Devil to Pay! ?,"db.movies.find({""title"": ""The Devil to Pay!""}, {""countries"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Show Boat ?,"db.movies.find({""title"":""Show Boat""}, {""tomatoes.viewer.meter"":1})" What is the audience rating of the movie The Trail of the Lonesome Pine ?,"db.movies.find({ ""title"": ""The Trail of the Lonesome Pine"" },{ ""tomatoes.viewer.rating"": 1 })" What is the box office revenue for the movie 'Dracula'?,"db.movies.find({""title"": ""Dracula""}, {""tomatoes.boxOffice"": 1})" who directed the film Traffic in Souls?,"db.movies.find({""title"": ""Traffic in Souls""}, {""directors"": 1})" who starred in the film The Beloved Vagabond?,"db.movies.find({""title"": ""The Beloved Vagabond""}, {""cast"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie The Broadway Melody?,"db.movies.find({""title"": ""The Broadway Melody""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" who starred in Broadway Bill?,"db.movies.find({""title"": ""Broadway Bill""}, {""cast"": 1})" What is the audience rating of the movie Gertie the Dinosaur ?,"db.movies.find({ ""title"": ""Gertie the Dinosaur"" },{ ""tomatoes.viewer.rating"": 1 })" In what language was the movie The Big Trail released?,"db.movies.find({ ""title"": ""The Big Trail"" }, { ""languages"": 1})" which company produced the film The Black Pirate?,"db.movies.find({""title"":""The Black Pirate""}, {""tomatoes.production"":1})" What is the text representation of the awards won and nominations received by the movie Little Caesar?,"db.movies.find({""title"": ""Little Caesar""}, { ""awards.text"": 1})" Which movies did Yasujiro Ozu direct?,"db.movies.find({""directors"": ""Yasujiro Ozu""},{""title"":1})" What is the MPAA rating of A Night at the Opera?,"db.movies.find({""title"":""A Night at the Opera""}, {""rated"":1})" What is the freshness score of the movie Two Seconds on Rotten Tomatoes?,"db.movies.find({""title"": ""Two Seconds""}, {""tomatoes.fresh"": 1})" what is the plot for the movie Little Women?,"db.movies.find({""title"": ""Little Women""}, {""plot"": 1})" "It, is written by who?","db.movies.find({""title"": ""It""}, {""writers"": 1})" the movie The Divorcee was directed by who?,"db.movies.find({""title"": ""The Divorcee""}, {""directors"": 1})" How many reviews have been submitted for the movie Popeye the Sailor Meets Sindbad the Sailor on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Popeye the Sailor Meets Sindbad the Sailor"" },{ ""tomatoes.viewer.numReviews"": 1 })" who wrote The Beloved Vagabond?,"db.movies.find({""title"": ""The Beloved Vagabond""}, {""writers"": 1})" "the movie Bride of Frankenstein, was written by who?","db.movies.find({""title"": ""Bride of Frankenstein""}, {""writers"": 1})" who wrote the film He Who Gets Slapped?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""writers"": 1})" When was the information about the movie Cops last updated?,"db.movies.find({ ""title"": ""Cops"" }, { ""lastupdated"": 1})" "What is the Metacritic score of the movie I Was Born, But... ?","db.movies.find({ ""title"": ""I Was Born, But..."" }, { ""metacritic"": 1})" What is the imdbID and genre of the movie 'The Docks of New York'?,"db.movies.find({""title"": ""The Docks of New York""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" who's the director of The Front Page?,"db.movies.find({""title"": ""The Front Page""}, {""directors"": 1})" How many votes does the movie Mutiny on the Bounty have on IMDb?,"db.movies.find({""title"":""Mutiny on the Bounty""}, {""imdb.votes"":1})" what kind of film is Tarzan and His Mate?,"db.movies.find({""title"": ""Tarzan and His Mate""}, {""genres"": 1})" who is the director of Going Hollywood?,"db.movies.find({""title"": ""Going Hollywood""}, {""directors"": 1})" What is the box office revenue of the movie Queen Christina ?,"db.movies.find({""title"": ""Queen Christina""}, { ""tomatoes.boxOffice"": 1})" Daughter of Shanghai is a film written by this person?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""writers"": 1})" what sort of film is Daughter of Shanghai?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""genres"": 1})" who is the director of Cimarron?,"db.movies.find({""title"": ""Cimarron""}, {""directors"": 1})" When was the information last updated for the movie Gertie the Dinosaur ?,"db.movies.find({ ""title"": ""Gertie the Dinosaur"" },{ ""lastupdated"": 1 })" who produced Smilin' Through?,"db.movies.find({""title"":""Smilin' Through""}, {""tomatoes.production"":1})" What is the MPAA rating of Dodsworth?,"db.movies.find({""title"":""Dodsworth""}, {""rated"":1})" who is the writer of the movie Chapayev?,"db.movies.find({""title"": ""Chapayev""}, {""writers"": 1})" what is the film The Circus description ?,"db.movies.find({""title"": ""The Circus""}, {""plot"": 1})" What is the website associated with the movie Footlight Parade on Rotten Tomatoes?,"db.movies.find({""title"": ""Footlight Parade""}, {""tomatoes.website"": 1})" what is the film The Guardsman imdb rating?,"db.movies.find({""title"": ""The Guardsman""}, {""imdb.rating"": 1})" who starred in the film David Copperfield?,"db.movies.find({""title"": ""David Copperfield""}, {""cast"": 1})" what is the genre of The Band Concert?,"db.movies.find({""title"": ""The Band Concert""}, {""genres"": 1})" what is Wings about?,"db.movies.find({""title"": ""Wings""}, {""plot"": 1})" How many reviews did the movie One Hundred Men and a Girl receive on Rotten Tomatoes?,"db.movies.find({""title"":""One Hundred Men and a Girl""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" who produced the film Tol'able David?,"db.movies.find({""title"":""Tol'able David""}, {""tomatoes.production"":1})" What is the freshness score of the movie The Freshman on Rotten Tomatoes?,"db.movies.find({""title"": ""The Freshman""}, {""tomatoes.fresh"": 1})" What was the release date for the movie King of Jazz?,"db.movies.find({""title"":""King of Jazz""}, {""released"":1})" what is the genre for the film The Man Who Could Work Miracles?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""genres"": 1})" Which film directed by Jean-Pierre Melville has the highest rating on Rotten Tomatoes?,"db.movies.find({""directors"": ""Jean-Pierre Melville"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" How long is the runtime of the movie Alice Adams ?,"db.movies.find({""title"":""Alice Adams""}, {""runtime"":1})" What type of media is Within Our Gates?,"db.movies.find({ ""title"": ""Within Our Gates"" }, { ""type"": 1})" How many reviews have been submitted for the movie Berkeley Square on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Berkeley Square"" },{ ""tomatoes.viewer.numReviews"": 1 })" How many comments have been posted by users on the movie The Life of Emile Zola's page on the Mflix platform?,"db.movies.find({ ""title"": ""The Life of Emile Zola"" }, { ""num_mflix_comments"": 1 })" "the film The Lost World, was written by who?","db.movies.find({""title"": ""The Lost World""}, {""writers"": 1})" When was the information last updated for the movie The Hurricane ?,"db.movies.find({ ""title"": ""The Hurricane"" },{ ""lastupdated"": 1 })" who was the writer of the movie The Dark Angel?,"db.movies.find({""title"": ""The Dark Angel""}, {""writers"": 1})" Was the movie Scarface well received by audiences?,"db.movies.find({""title"":""Scarface""}, {""tomatoes.viewer"":1})" which company produced the film Beau Geste?,"db.movies.find({""title"":""Beau Geste""}, {""tomatoes.production"":1})" What is the language of The Lost Patrol?,"db.movies.find({""title"":""The Lost Patrol""}, {""languages"":1})" which actor appeared in most of the movies directed by Spike Lee?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Spike Lee"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" which person wrote Men Without Women?,"db.movies.find({""title"": ""Men Without Women""}, {""writers"": 1})" What is the added duration of all movies directed by Clint Eastwood?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Clint Eastwood"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the movie The Dark Angel rating?,"db.movies.find({""title"":""The Dark Angel""}, {""rated"":1})" What is the IMDb rating for the movie Nanook of the North?,"db.movies.find({""title"": ""Nanook of the North""}, {""imdb.rating"": 1})" In what year was the movie I Am a Fugitive from a Chain Gang released?,"db.movies.find({""title"":""I Am a Fugitive from a Chain Gang""}, {""year"":1})" In what language was the movie Safety Last! released?,"db.movies.find({ ""title"": ""Safety Last!"" }, { ""languages"": 1})" When was the movie The Mummy released?,"db.movies.find({""title"":""The Mummy""}, {""released"":1})" what is Two Seconds about in details?,"db.movies.find({""title"": ""Two Seconds""}, {""fullplot"": 1})" What is the box office revenue of the movie Asphalt in dollars?,"db.movies.find({""title"": ""Asphalt""}, {""tomatoes.boxOffice"": 1})" what was the release date of the movie The Hurricane?,"db.movies.find({""title"": ""The Hurricane""}, {""released"": 1})" "In Joel Coen's directed movies, which actor has made the most appearances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Joel Coen"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who starred in the movie Shall We Dance?,"db.movies.find({""title"": ""Shall We Dance""}, {""cast"": 1})" What's the title of the shortest Roman Polanski-directed movie?,"db.movies.find({""directors"":""Roman Polanski""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" Can you give me a brief summary of the movie The Docks of New York plot?,"db.movies.find({""title"":""The Docks of New York""}, {""plot"":1})" What is the typical rating for all Darren Aronofsky movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Darren Aronofsky""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What is the meter score of the movie The Song of Night according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Song of Night""}, {""tomatoes.viewer.meter"": 1})" The Blue Bird was directed by who?,"db.movies.find({""title"": ""The Blue Bird""}, {""directors"": 1})" What is the production company of the movie The Son of the Sheik?,"db.movies.find({""title"":""The Son of the Sheik""}, {""tomatoes.production"":1})" Could you tell me the typical rating of Pedro Almodovar movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Pedro Almodovar""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What languages are spoken in the movie Night Must Fall ?,"db.movies.find({""title"": ""Night Must Fall""}, { ""languages"": 1})" In which countries was the movie The Champ produced?,"db.movies.find({""title"":""The Champ""}, {""countries"":1})" what is the plot for Cleopatra?,"db.movies.find({""title"": ""Cleopatra""}, {""plot"": 1})" what is Dracula about in details?,"db.movies.find({""title"": ""Dracula""}, {""fullplot"": 1})" who was the writer of City Streets?,"db.movies.find({""title"": ""City Streets""}, {""writers"": 1})" What is the MPAA rating of the film The Spanish Earth?,"db.movies.find({""title"":""The Spanish Earth""}, {""rated"":1})" What is the production company behind the movie City Streets ?,"db.movies.find({""title"": ""City Streets""}, { ""tomatoes.production"": 1})" What type of movie is Sherlock Jr. ?,"db.movies.find({""title"":""Sherlock Jr.""}, {""genres"":1})" who are the actors in Foolish Wives?,"db.movies.find({""title"": ""Foolish Wives""}, {""cast"": 1})" Can you provide a longer version of the movie Payment Deferred plot?,"db.movies.find({""title"":""Payment Deferred""}, {""fullplot"":1})" what is Civilization description?,"db.movies.find({""title"": ""Civilization""}, {""plot"": 1})" Can you tell me which movie that Jacques Rivette directed has the shortest running time?,"db.movies.find({""directors"":""Jacques Rivette""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" What is the language of the film In the Land of the Head Hunters?,"db.movies.find({""title"":""In the Land of the Head Hunters""}, {""languages"":1})" What is the viewer rating for the movie Follow the Fleet on Rotten Tomatoes?,"db.movies.find({""title"":""Follow the Fleet""}, {""tomatoes.viewer.rating"":1})" What is the plot summary of the movie The Divine Lady ?,"db.movies.find({ ""title"": ""The Divine Lady"" }, { ""plot"": 1})" What is the ID of the movie The Crusades on IMDB?,"db.movies.find({""title"": ""The Crusades""}, {""imdb.id"": 1})" who was the writer of the film A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""writers"": 1})" How many wins did the movie Dodsworth receive?,"db.movies.find({""title"":""Dodsworth""}, {""awards.wins"":1})" who directed Blacksmith Scene?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""directors"": 1})" what type of film is Pèpè le Moko?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""genres"": 1})" What is the audience rating of the movie The Black Pirate ?,"db.movies.find({ ""title"": ""The Black Pirate"" },{ ""tomatoes.viewer.rating"": 1 })" who directed The Invisible Ray?,"db.movies.find({""title"": ""The Invisible Ray""}, {""directors"": 1})" the film Carnival in Flanders was directed by who?,"db.movies.find({""title"": ""Carnival in Flanders""}, {""directors"": 1})" What languages are spoken in the movie The Trail of the Lonesome Pine?,"db.movies.find({""title"":""The Trail of the Lonesome Pine""}, {""languages"":1})" What is the running time of Tabu: A Story of the South Seas?,"db.movies.find({""title"":""Tabu: A Story of the South Seas""}, {""runtime"":1})" what is the film Curly Top imdb rating?,"db.movies.find({""title"": ""Curly Top""}, {""imdb.rating"": 1})" Was the movie The Public Enemy well received by audiences?,"db.movies.find({""title"":""The Public Enemy""}, {""tomatoes.viewer"":1})" what is the genre for the film The Hunchback of Notre Dame?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, {""genres"": 1})" who directed Camille?,"db.movies.find({""title"": ""Camille""}, {""directors"": 1})" what genre is The Big Trail?,"db.movies.find({""title"": ""The Big Trail""}, {""genres"": 1})" What is the language of The Perils of Pauline?,"db.movies.find({""title"":""The Perils of Pauline""}, {""languages"":1})" When was the Tomatometer score and other Tomato-related information last updated for the movie Wife! Be Like a Rose!?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, { ""tomatoes.lastUpdated"": 1})" What is the Metacritic score of the movie Make Way for Tomorrow ?,"db.movies.find({ ""title"": ""Make Way for Tomorrow"" }, { ""metacritic"": 1})" who wrote Earth?,"db.movies.find({""title"": ""Earth""}, {""writers"": 1})" who wrote the screenplay for the film The Robber Symphony?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Robber Symphony""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" How many reviews did the movie Lost Horizon receive on Rotten Tomatoes?,"db.movies.find({""title"":""Lost Horizon""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" How many reviews have been submitted for the movie The Crusades on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Crusades"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the language of the movie Wild Boys of the Road?,"db.movies.find({""title"":""Wild Boys of the Road""}, {""languages"":1})" what genre is The Great Train Robbery?,"db.movies.find({""title"": ""The Great Train Robbery""}, {""genres"": 1})" What is the IMDb rating for Lost Horizon?,"db.movies.find({""title"": ""Lost Horizon""}, {""imdb.rating"": 1})" which person directed Flesh and the Devil?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""directors"": 1})" What is the highest-ranking Ingmar Bergman-directed film on Rotten Tomatoes?,"db.movies.find({""directors"": ""Ingmar Bergman"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the IMDb rating for Anthony Adverse?,"db.movies.find({""title"": ""Anthony Adverse""}, {""imdb.rating"": 1})" what is the plot for the film Death Takes a Holiday?,"db.movies.find({""title"": ""Death Takes a Holiday""}, {""plot"": 1})" When was the information about the movie The Guardsman last updated?,"db.movies.find({ ""title"": ""The Guardsman"" }, { ""lastupdated"": 1})" whats the total runtime of all the movies directed by Jean-Pierre Melville ?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Jean-Pierre Melville"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" what type of movie is Queen Christina?,"db.movies.find({""title"": ""Queen Christina""}, {""genres"": 1})" what is the full plot for the movie The Poor Little Rich Girl?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""fullplot"": 1})" who directed the movie A Star Is Born?,"db.movies.find({""title"": ""A Star Is Born""}, {""directors"": 1})" Has the movie Robin Hood won any awards?,"db.movies.find({""title"":""Robin Hood""}, {""awards.wins"":1})" When was the Tomatometer score and other Tomato-related information last updated for the movie Under the Roofs of Paris?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, { ""tomatoes.lastUpdated"": 1})" What is the consensus among critics about the movie Imitation of Life ?,"db.movies.find({""title"": ""Imitation of Life""}, {""tomatoes.consensus"": 1})" who's the director of The Hurricane?,"db.movies.find({""title"": ""The Hurricane""}, {""directors"": 1})" what is the full plot for the movie The Ghost Goes West?,"db.movies.find({""title"": ""The Ghost Goes West""}, {""fullplot"": 1})" who is the director that directed The Good Earth?,"db.movies.find({""title"": ""The Good Earth""}, {""directors"": 1})" which company produced Flesh and the Devil?,"db.movies.find({""title"":""Flesh and the Devil""}, {""tomatoes.production"":1})" What is the running time of the film Disraeli?,"db.movies.find({""title"":""Disraeli""}, {""runtime"":1})" What is the language of the film The Navigator?,"db.movies.find({""title"":""The Navigator""}, {""languages"":1})" How many reviews have been submitted by critics for the movie For Heaven's Sake ?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""tomatoes.critic.numReviews"": 1})" who are the actors in the film I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, {""cast"": 1})" what is Little Miss Marker about?,"db.movies.find({""title"": ""Little Miss Marker""}, {""plot"": 1})" What are the genres associated with the movie Swedenhielms Family ?,"db.movies.find({ ""title"": ""Swedenhielms Family"" }, { ""genres"": 1})" How did the audience and critics receive the movie The Man Who Knew Too Much?,"db.movies.find({""title"":""The Man Who Knew Too Much""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the box office revenue of the movie The Ace of Hearts in dollars?,"db.movies.find({""title"": ""The Ace of Hearts""}, {""tomatoes.boxOffice"": 1})" who wrote The Poor Little Rich Girl?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""writers"": 1})" How many audience reviews have been submitted for the movie The Red Head?,"db.movies.find({ ""title"": ""The Red Head"" }, { ""tomatoes.viewer.numReviews"": 1 })" How many comments have been posted by users on the movie In Old Arizona's page on the Mflix platform?,"db.movies.find({ ""title"": ""In Old Arizona"" }, { ""num_mflix_comments"": 1 })" What is the production company of The Devil Is a Woman?,"db.movies.find({""title"":""The Devil Is a Woman""}, {""tomatoes.production"":1})" who starred in the movie Flesh and the Devil?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""cast"": 1})" who wrote the screenplay for Asphalt?,"db.movies.aggregate([ { ""$match"": { ""title"":""Asphalt""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Can you give me a brief summary of the movie Skippy plot?,"db.movies.find({""title"":""Skippy""}, {""plot"":1})" What is the production company of the film The Big House?,"db.movies.find({""title"":""The Big House""}, {""tomatoes.production"":1})" When was the movie Hallelujah released in theaters?,"db.movies.find({""title"": ""Hallelujah""}, {""released"": 1})" "the movie Laugh, Clown, Laugh was directed by who?","db.movies.find({""title"": ""Laugh, Clown, Laugh""}, {""directors"": 1})" who stars in The Divine Lady?,"db.movies.find({""title"": ""The Divine Lady""}, {""cast"": 1})" what is the genre for the movie Pandora's Box?,"db.movies.find({""title"": ""Pandora's Box""}, {""genres"": 1})" who wrote the screenplay for the movie Dishonored?,"db.movies.aggregate([ { ""$match"": { ""title"":""Dishonored""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" what kind of movie is The Crowd Roars?,"db.movies.find({""title"": ""The Crowd Roars""}, {""genres"": 1})" How many wins did the movie Broadway Melody of 1936 receive?,"db.movies.find({""title"":""Broadway Melody of 1936""}, {""awards.wins"":1})" who was Trouble in Paradise directed by?,"db.movies.find({""title"": ""Trouble in Paradise""}, {""directors"": 1})" When was the information last updated for the movie Popeye the Sailor Meets Sindbad the Sailor ?,"db.movies.find({ ""title"": ""Popeye the Sailor Meets Sindbad the Sailor"" },{ ""lastupdated"": 1 })" who produced Safety Last!?,"db.movies.find({""title"":""Safety Last!""}, {""tomatoes.production"":1})" What is the name of the director and cast for the movie 'The Prisoner of Zenda'?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" what is the plot for the movie The Guardsman?,"db.movies.find({""title"": ""The Guardsman""}, {""plot"": 1})" Was the movie White Shadows well received by audiences?,"db.movies.find({""title"":""White Shadows""}, {""tomatoes.viewer"":1})" What is the text representation of the awards won and nominations received by the movie The Emperor Jones?,"db.movies.find({""title"": ""The Emperor Jones""}, { ""awards.text"": 1})" who wrote the screenplay for the film Scrooge?,"db.movies.aggregate([ { ""$match"": { ""title"":""Scrooge""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" what kind of movie is Battleship Potemkin?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""genres"": 1})" "The Barretts of Wimpole Street, was written by who?","db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""writers"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Wild and Woolly?,"db.movies.find({""title"": ""Wild and Woolly""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" the movie Wild and Woolly starred which actors?,"db.movies.find({""title"": ""Wild and Woolly""}, {""cast"": 1})" What is the runtime and rating for the movie 'The Divine Lady'?,"db.movies.find({""title"": ""The Divine Lady""}, {""runtime"": 1, ""rated"": 1})" Could you tell me the total runtime of all Luchino Visconti movies he has directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Luchino Visconti"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the IMDb ID for the movie The Gay Divorcee?,"db.movies.find({""title"":""The Gay Divorcee""}, {""imdb.id"":1})" What is the audience rating of the movie Sanders of the River ?,"db.movies.find({ ""title"": ""Sanders of the River"" },{ ""tomatoes.viewer.rating"": 1 })" What is the runtime and rating for the movie 'Moscow Laughs'?,"db.movies.find({""title"": ""Moscow Laughs""}, {""runtime"": 1, ""rated"": 1})" What is the IMDb rating for the film Le grand jeu?,"db.movies.find({""title"": ""Le grand jeu""}, {""imdb.rating"": 1})" who wrote the screenplay for Wife! Be Like a Rose!?,"db.movies.aggregate([ { ""$match"": { ""title"":""Wife! Be Like a Rose!""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the box office revenue of the movie In Old Chicago ?,"db.movies.find({""title"": ""In Old Chicago""}, { ""tomatoes.boxOffice"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Mèdchen in Uniform?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" what is The Kid Brother imdb rating?,"db.movies.find({""title"": ""The Kid Brother""}, {""imdb.rating"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Life of Emile Zola""}, { ""tomatoes.production"": 1})" How many viewer reviews did the movie The Black Cat receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Black Cat""}, {""tomatoes.viewer.numReviews"":1})" how has 7th Heaven been recieved by critics and audience?,"db.movies.find({""title"":""7th Heaven""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what sort of movie is Les vampires?,"db.movies.find({""title"": ""Les vampires""}, {""genres"": 1})" what was the release date of Lost Horizon?,"db.movies.find({""title"": ""Lost Horizon""}, {""released"": 1})" What is the meter score of the movie Broadway Bill according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Broadway Bill""}, {""tomatoes.viewer.meter"": 1})" What is the movie The Wedding March about? Can you provide a brief summary?,"db.movies.find({""title"":""The Wedding March""}, {""plot"":1})" which person wrote the movie A Corner in Wheat?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""writers"": 1})" who are the actors in the film The Iron Horse?,"db.movies.find({""title"": ""The Iron Horse""}, {""cast"": 1})" what was the release year of From Hand to Mouth?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""year"": 1})" Mèdchen in Uniform is a movie written by this person?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""writers"": 1})" What is the name of the movie that Michelangelo Antonioni directed that has the longest duration?,"db.movies.find({""directors"":""Michelangelo Antonioni""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" the film Dekigokoro starred which actors?,"db.movies.find({""title"": ""Dekigokoro""}, {""cast"": 1})" what type of movie is Traffic in Souls?,"db.movies.find({""title"": ""Traffic in Souls""}, {""genres"": 1})" What is the language of the film The Passion of Joan of Arc?,"db.movies.find({""title"":""The Passion of Joan of Arc""}, {""languages"":1})" What is the consensus among critics about the movie Dodsworth ?,"db.movies.find({""title"": ""Dodsworth""}, {""tomatoes.consensus"": 1})" Could you tell me the main category of movies that Pedro Almodovar directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Pedro Almodovar"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" "the film Daughter of Shanghai, was written by who?","db.movies.find({""title"": ""Daughter of Shanghai""}, {""writers"": 1})" who is the writer of Flying Down to Rio?,"db.movies.find({""title"": ""Flying Down to Rio""}, {""writers"": 1})" What is the highest-rated movie directed by Jacques Rivette on rotten tomatoes?,"db.movies.find({""directors"": ""Jacques Rivette"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" what is the movie Earth about in details?,"db.movies.find({""title"": ""Earth""}, {""fullplot"": 1})" Could you share with me the titles of the films that Louis Malle directed?,"db.movies.find({""directors"": ""Louis Malle""},{""title"":1})" who is the director for Earth?,"db.movies.find({""title"": ""Earth""}, {""directors"": 1})" "Has the film Shanghai Express won any awards? If so, which ones?","db.movies.find({""title"":""Shanghai Express"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what sort of movie is A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""genres"": 1})" who was the writer of the movie Three Little Pigs?,"db.movies.find({""title"": ""Three Little Pigs""}, {""writers"": 1})" who was City Streets directed by?,"db.movies.find({""title"": ""City Streets""}, {""directors"": 1})" What was the release date for the movie Gold Diggers of 1935?,"db.movies.find({""title"":""Gold Diggers of 1935""}, {""released"":1})" who stars in the movie They Won't Forget?,"db.movies.find({""title"": ""They Won't Forget""}, {""cast"": 1})" which person wrote the movie Skippy?,"db.movies.find({""title"": ""Skippy""}, {""writers"": 1})" which person directed The Wedding Night?,"db.movies.find({""title"": ""The Wedding Night""}, {""directors"": 1})" What is the language of the film Dekigokoro?,"db.movies.find({""title"":""Dekigokoro""}, {""languages"":1})" Can you tell me which film genres Roman Polanski has directed?,"db.movies.distinct(""genres"", { ""directors"": ""Roman Polanski"" })" who stars in the film The Circus?,"db.movies.find({""title"": ""The Circus""}, {""cast"": 1})" who produced the movie Flash Gordon?,"db.movies.find({""title"":""Flash Gordon""}, {""tomatoes.production"":1})" What is the movie The Ghost Goes West about? Can you provide a brief summary?,"db.movies.find({""title"":""The Ghost Goes West""}, {""plot"":1})" who is the writer of the movie The Black Pirate?,"db.movies.find({""title"": ""The Black Pirate""}, {""writers"": 1})" what genre is the movie Mr. Deeds Goes to Town?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""genres"": 1})" Could you tell me the typical rating of Orson Welles movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Orson Welles""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" who wrote A Free Soul?,"db.movies.find({""title"": ""A Free Soul""}, {""writers"": 1})" what is the movie Battleship Potemkin imdb rating?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""imdb.rating"": 1})" Which of Roman Polanski's directed films has the briefest duration?,"db.movies.find({""directors"":""Roman Polanski""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" what year was Battleship Potemkin released?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""year"": 1})" who is the writer of Chapayev?,"db.movies.find({""title"": ""Chapayev""}, {""writers"": 1})" Who are the main actors/actresses in the movie He Who Gets Slapped?,"db.movies.find({""title"":""He Who Gets Slapped""}, {""cast"":1})" Was the movie Chapayev well received by audiences and critics?,"db.movies.find({""title"":""Chapayev""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is the movie Anna Karenina about in details?,"db.movies.find({""title"": ""Anna Karenina""}, {""fullplot"": 1})" who is the director that directed Naughty Marietta?,"db.movies.find({""title"": ""Naughty Marietta""}, {""directors"": 1})" How many comments have been posted by users on the movie Going Hollywood's page on the Mflix platform?,"db.movies.find({ ""title"": ""Going Hollywood"" }, { ""num_mflix_comments"": 1 })" What is the running time of the movie The Docks of New York?,"db.movies.find({""title"":""The Docks of New York""}, {""runtime"":1})" who is listed as director for One Week?,"db.movies.find({""title"": ""One Week""}, {""directors"": 1})" How long is the movie Children in the Wind in minutes?,"db.movies.find({""title"":""Children in the Wind""}, {""runtime"":1})" "the movie The Fall of the House of Usher, was written by who?","db.movies.find({""title"": ""The Fall of the House of Usher""}, {""writers"": 1})" who wrote the screenplay for the film Dr. Jekyll and Mr. Hyde?,"db.movies.aggregate([ { ""$match"": { ""title"":""Dr. Jekyll and Mr. Hyde""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Who is the lead actress of the movie For Heaven's Sake ?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""cast"":{""$slice"": 1},""title"":1})" what is the plot for The Saphead?,"db.movies.find({""title"": ""The Saphead""}, {""plot"": 1})" who acted in the film The Emperor Jones?,"db.movies.find({""title"": ""The Emperor Jones""}, {""cast"": 1})" who is the writer of the movie High and Dizzy?,"db.movies.find({""title"": ""High and Dizzy""}, {""writers"": 1})" In what year was the movie Little Women released?,"db.movies.find({""title"":""Little Women""}, {""year"":1})" What is the language of Moscow Laughs?,"db.movies.find({""title"":""Moscow Laughs""}, {""languages"":1})" What languages are spoken in the movie This Is My Affair ?,"db.movies.find({""title"": ""This Is My Affair""}, { ""languages"": 1})" who was the film He Who Gets Slapped written by?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""writers"": 1})" which person wrote the film Camille?,"db.movies.find({""title"": ""Camille""}, {""writers"": 1})" What is the running time of the film Dracula?,"db.movies.find({""title"":""Dracula""}, {""runtime"":1})" who is the director that directed The Phantom of the Opera?,"db.movies.find({""title"": ""The Phantom of the Opera""}, {""directors"": 1})" what was the release year of Foolish Wives?,"db.movies.find({""title"": ""Foolish Wives""}, {""year"": 1})" which person directed The Son of Kong?,"db.movies.find({""title"": ""The Son of Kong""}, {""directors"": 1})" what was the release year of the movie Les vampires?,"db.movies.find({""title"": ""Les vampires""}, {""year"": 1})" what kind of film is Metropolis?,"db.movies.find({""title"": ""Metropolis""}, {""genres"": 1})" who is the writer of the movie Swedenhielms Family?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""writers"": 1})" the film White Shadows was directed by who?,"db.movies.find({""title"": ""White Shadows""}, {""directors"": 1})" what genre of film is The Gay Divorcee?,"db.movies.find({""title"": ""The Gay Divorcee""}, {""genres"": 1})" Carnival in Flanders is written by this person?,"db.movies.find({""title"": ""Carnival in Flanders""}, {""writers"": 1})" What are the names of all the actors who starred in the movie 'The Devil to Pay!'?,"db.movies.find({""title"": ""The Devil to Pay!""}, {""cast"": 1})" who is the writer of Robin Hood?,"db.movies.find({""title"": ""Robin Hood""}, {""writers"": 1})" Can you provide more information about the IMDb rating for the movie Lloyd's of London ?,"db.movies.find({""title"":""Lloyd's of London""}, {""imdb"":1})" what is Anthony Adverse about in details?,"db.movies.find({""title"": ""Anthony Adverse""}, {""fullplot"": 1})" Can you tell me which David Lynch movie has the longest length?,"db.movies.find({""directors"":""David Lynch""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" How many reviews did the movie Forbidden receive on Rotten Tomatoes?,"db.movies.find({""title"":""Forbidden""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" who stars in the film Under the Roofs of Paris?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""cast"": 1})" what is The Sin of Madelon Claudet about?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""plot"": 1})" who is the writer of è Nous la Libertè?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""writers"": 1})" Who are the starring actors/actresses in the movie Little Miss Marker?,"db.movies.find({""title"":""Little Miss Marker""}, {""cast"":1})" How many comments have been posted by users on the movie Greed's page on the Mflix platform?,"db.movies.find({ ""title"": ""Greed"" }, { ""num_mflix_comments"": 1 })" who are the actors in Tarzan and His Mate?,"db.movies.find({""title"": ""Tarzan and His Mate""}, {""cast"": 1})" Was the movie Tarzan and His Mate well received by audiences?,"db.movies.find({""title"":""Tarzan and His Mate""}, {""tomatoes.viewer"":1})" What is the box office revenue of the movie Going Hollywood in dollars?,"db.movies.find({""title"": ""Going Hollywood""}, {""tomatoes.boxOffice"": 1})" Popeye the Sailor Meets Sindbad the Sailor was directed by who?,"db.movies.find({""title"": ""Popeye the Sailor Meets Sindbad the Sailor""}, {""directors"": 1})" What is the production company behind the movie Death Takes a Holiday ?,"db.movies.find({""title"": ""Death Takes a Holiday""}, {""tomatoes.production"": 1})" How many awards did the movie win The Kid Brother ?,"db.movies.find({ ""title"": ""The Kid Brother"" },{ ""awards.wins"": 1 })" who was the film Elephant Boy written by?,"db.movies.find({""title"": ""Elephant Boy""}, {""writers"": 1})" "Has the movie The Black Cat won any awards? If so, which ones?","db.movies.find({""title"":""The Black Cat"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" How does the movie Curly Top rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Curly Top"" },{ ""tomatoes.critic.meter"": 1 })" "What is the production company of the film Laugh, Clown, Laugh?","db.movies.find({""title"":""Laugh, Clown, Laugh""}, {""tomatoes.production"":1})" Which films did Quentin Tarantino direct in the 1990s?,"db.movies.find({""directors"": 'Quentin Tarantino', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What is the IMDb rating for the film A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""imdb.rating"": 1})" In which genre do the movies directed by Francois Truffaut mainly fall under?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Francois Truffaut"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" which company produced the film Dante's Inferno?,"db.movies.find({""title"":""Dante's Inferno""}, {""tomatoes.production"":1})" who wrote the film Sanders of the River?,"db.movies.find({""title"": ""Sanders of the River""}, {""writers"": 1})" What are the names of the films that were directed by Alfred Hitchcock and released in the 1990s?,"db.movies.find({""directors"": 'Alfred Hitchcock', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" which person wrote The Big Trail?,"db.movies.find({""title"": ""The Big Trail""}, {""writers"": 1})" which company produced Masquerade in Vienna?,"db.movies.find({""title"":""Masquerade in Vienna""}, {""tomatoes.production"":1})" Can you provide more information about the IMDb rating for the movie The Beloved Vagabond ?,"db.movies.find({""title"":""The Beloved Vagabond""}, {""imdb"":1})" What is the IMDb ID for the movie M?,"db.movies.find({""title"":""M""}, {""imdb.id"":1})" "Has Battling Butler won any awards? If so, which ones?","db.movies.find({""title"":""Battling Butler"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what is the genre for the movie The Ghost Goes West?,"db.movies.find({""title"": ""The Ghost Goes West""}, {""genres"": 1})" the film The Prisoner of Zenda starred who?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""cast"": 1})" What is the production company behind the movie Movie Crazy ?,"db.movies.find({""title"": ""Movie Crazy""}, { ""tomatoes.production"": 1})" What is the audience rating of the movie Carnival in Flanders ?,"db.movies.find({ ""title"": ""Carnival in Flanders"" },{ ""tomatoes.viewer.rating"": 1 })" what year was Theodora Goes Wild released?,"db.movies.find({""title"": ""Theodora Goes Wild""}, {""year"": 1})" what is the full plot for the film The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""fullplot"": 1})" who wrote the film Viva Villa!?,"db.movies.find({""title"": ""Viva Villa!""}, {""writers"": 1})" what is the full plot for the film The Emperor Jones?,"db.movies.find({""title"": ""The Emperor Jones""}, {""fullplot"": 1})" who was the writer of the movie Pèpè le Moko?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""writers"": 1})" What is the rating of the movie A Midsummer Night's Dream ?,"db.movies.find({ ""title"": ""A Midsummer Night's Dream"" }, { ""rated"": 1})" what is The Four Horsemen of the Apocalypse about?,"db.movies.find({""title"": ""The Four Horsemen of the Apocalypse""}, {""plot"": 1})" Who are the main actors/actresses in the movie Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"":""Intolerance: Love's Struggle Throughout the Ages""}, {""cast"":1})" Who are the main actors/actresses in the movie The Great Ziegfeld?,"db.movies.find({""title"":""The Great Ziegfeld""}, {""cast"":1})" Which of Coen Brothers's directed films has the lengthiest duration?,"db.movies.find({""directors"":""Coen Brothers""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" what genre of film is Three Smart Girls?,"db.movies.find({""title"": ""Three Smart Girls""}, {""genres"": 1})" What is the movie He Who Gets Slapped about? Can you provide a brief summary?,"db.movies.find({""title"":""He Who Gets Slapped""}, {""plot"":1})" who is listed as director for Westfront 1918?,"db.movies.find({""title"": ""Westfront 1918""}, {""directors"": 1})" What is the production company of the movie Mary of Scotland?,"db.movies.find({""title"":""Mary of Scotland""}, {""tomatoes.production"":1})" What is the plot summary of the movie Man of Aran ?,"db.movies.find({ ""title"": ""Man of Aran"" }, { ""plot"": 1})" Can you provide a longer version of the movie Pèpè le Moko plot?,"db.movies.find({""title"":""Pèpè le Moko""}, {""fullplot"":1})" What are the genres this movie Cleopatra belongs to?,"db.movies.find({""title"":""Cleopatra""}, {""genres"":1})" who stars in Cleopatra?,"db.movies.find({""title"": ""Cleopatra""}, {""cast"": 1})" What is the percentage of positive reviews among critics for the movie The Pearls of the Crown ?,"db.movies.find({ ""title"": ""The Pearls of the Crown"" },{ ""tomatoes.critic.meter"": 1 })" who is the director of The Barretts of Wimpole Street?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""directors"": 1})" What is the viewer rating for the movie 42nd Street on Rotten Tomatoes?,"db.movies.find({""title"":""42nd Street""}, {""tomatoes.viewer.rating"":1})" What is the mean rating of all the Ridley Scott films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Ridley Scott""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What are the genres associated with the movie Zoo in Budapest ?,"db.movies.find({ ""title"": ""Zoo in Budapest"" }, { ""genres"": 1})" the movie Triumph of the Will starred which actors?,"db.movies.find({""title"": ""Triumph of the Will""}, {""cast"": 1})" How did the audience and critics receive the film Viva Villa!?,"db.movies.find({""title"":""Viva Villa!""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who wrote the screenplay for the movie The Black Cat?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Black Cat""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" When was the information last updated for the movie The Kid Brother ?,"db.movies.find({ ""title"": ""The Kid Brother"" },{ ""lastupdated"": 1 })" what is the genre for the movie Show Boat?,"db.movies.find({""title"": ""Show Boat""}, {""genres"": 1})" what was the genre of the movie San Francisco?,"db.movies.find({""title"": ""San Francisco""}, {""genres"": 1})" What is the IMDb rating for the movie The Lost World ?,"db.movies.find({""title"":""The Lost World""}, {""imdb.rating"":1})" who directed China Seas?,"db.movies.find({""title"": ""China Seas""}, {""directors"": 1})" who was the writer of the movie The World Moves On?,"db.movies.find({""title"": ""The World Moves On""}, {""writers"": 1})" what sort of film is The Public Enemy?,"db.movies.find({""title"": ""The Public Enemy""}, {""genres"": 1})" how has Folies Bergère de Paris been recieved by critics and audience?,"db.movies.find({""title"":""Folies Bergère de Paris""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who was the movie King Solomon's Mines written by?,"db.movies.find({""title"": ""King Solomon's Mines""}, {""writers"": 1})" what is the plot for the movie It's a Gift?,"db.movies.find({""title"": ""It's a Gift""}, {""plot"": 1})" "Has Wild and Woolly won any awards? If so, which ones?","db.movies.find({""title"":""Wild and Woolly"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what genre is the film Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""genres"": 1})" what is the genre for the movie Wonder Bar?,"db.movies.find({""title"": ""Wonder Bar""}, {""genres"": 1})" What is the sum of the runtimes of all the films directed by Akira Kurosawa?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Akira Kurosawa"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the Tomatometer score of the movie Steamboat Willie ?,"db.movies.find({ ""title"": ""Steamboat Willie"" },{ ""tomatoes.critic.meter"": 1 })" Can you tell me which films were helmed by Luchino Visconti?,"db.movies.find({""directors"": ""Luchino Visconti""},{""title"":1})" What is the language of the film Flying Down to Rio?,"db.movies.find({""title"":""Flying Down to Rio""}, {""languages"":1})" who is listed as director for Swedenhielms Family?,"db.movies.find({""title"": ""Swedenhielms Family""}, {""directors"": 1})" How many audience reviews have been submitted for the movie The Crowd Roars ?,"db.movies.find({ ""title"": ""The Crowd Roars"" },{ ""tomatoes.viewer.numReviews"": 1 })" What is the box office revenue of the movie Maria Chapdelaine in dollars?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""tomatoes.boxOffice"": 1})" What is the rating of the movie Payment Deferred ?,"db.movies.find({ ""title"": ""Payment Deferred"" }, { ""rated"": 1})" When was the information last updated for the movie Come and Get It ?,"db.movies.find({ ""title"": ""Come and Get It"" },{ ""lastupdated"": 1 })" Which motion pictures were directed by Ethan Coen?,"db.movies.find({""directors"": ""Ethan Coen""},{""title"":1})" What is the movie The Kid about? Can you provide a brief summary?,"db.movies.find({""title"":""The Kid""}, {""plot"":1})" What is the MPAA rating of the movie It?,"db.movies.find({""title"":""It""}, {""rated"":1})" who is the director of A Day in the Country?,"db.movies.find({""title"": ""A Day in the Country""}, {""directors"": 1})" who is the director that directed Disraeli?,"db.movies.find({""title"": ""Disraeli""}, {""directors"": 1})" who stars in Dante's Inferno?,"db.movies.find({""title"": ""Dante's Inferno""}, {""cast"": 1})" Secret Agent is a movie written by this person?,"db.movies.find({""title"": ""Secret Agent""}, {""writers"": 1})" What is the runtime and rating for the movie 'The Birth of a Nation'?,"db.movies.find({""title"": ""The Birth of a Nation""}, {""runtime"": 1, ""rated"": 1})" Who are the actors in the movie Toni?,"db.movies.find({""title"":""Toni""}, {""cast"":1})" what was the genre of the movie One Week?,"db.movies.find({""title"": ""One Week""}, {""genres"": 1})" who are the actors in Wonder Bar?,"db.movies.find({""title"": ""Wonder Bar""}, {""cast"": 1})" What is the plot summary of the movie Trouble in Paradise ?,"db.movies.find({ ""title"": ""Trouble in Paradise"" }, { ""plot"": 1})" what is Top Hat about?,"db.movies.find({""title"": ""Top Hat""}, {""plot"": 1})" what type of film is The Cameraman?,"db.movies.find({""title"": ""The Cameraman""}, {""genres"": 1})" What is the MPAA rating of Three Smart Girls?,"db.movies.find({""title"":""Three Smart Girls""}, {""rated"":1})" When was the movie 42nd Street released in theaters?,"db.movies.find({""title"": ""42nd Street""}, {""released"": 1})" What is the overall length of all movies that Jean-Luc Godard has directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Jean-Luc Godard"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the rating of the movie Ruggles of Red Gap on IMDb?,"db.movies.find({""title"":""Ruggles of Red Gap""}, {""imdb.rating"":1})" who is the director that directed Dames?,"db.movies.find({""title"": ""Dames""}, {""directors"": 1})" What is the runtime of the movie Where Are My Children? ?,"db.movies.find({""title"": ""Where Are My Children?""}, { ""runtime"": 1})" What is the Tomatometer score of the movie The Hurricane ?,"db.movies.find({ ""title"": ""The Hurricane"" },{ ""tomatoes.critic.meter"": 1 })" How many comments have been posted by users on the movie Applause's page on the Mflix platform?,"db.movies.find({ ""title"": ""Applause"" }, { ""num_mflix_comments"": 1 })" What is the rating of the movie White Shadows ?,"db.movies.find({ ""title"": ""White Shadows"" }, { ""rated"": 1})" What is the production company behind the movie The Wind ?,"db.movies.find({""title"": ""The Wind""}, { ""tomatoes.production"": 1})" "Has Fury won any awards? If so, which ones?","db.movies.find({""title"":""Fury"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who starred in This Is My Affair?,"db.movies.find({""title"": ""This Is My Affair""}, {""cast"": 1})" What is the language of the movie Snow White and the Seven Dwarfs?,"db.movies.find({""title"":""Snow White and the Seven Dwarfs""}, {""languages"":1})" who wrote the film The Wind?,"db.movies.find({""title"": ""The Wind""}, {""writers"": 1})" who stars in Anna Karenina?,"db.movies.find({""title"": ""Anna Karenina""}, {""cast"": 1})" Who are the starring actors/actresses in the movie Asphalt?,"db.movies.find({""title"":""Asphalt""}, {""cast"":1})" what is the genre for the movie Men Without Women?,"db.movies.find({""title"": ""Men Without Women""}, {""genres"": 1})" what is Shanghai Express about in details?,"db.movies.find({""title"": ""Shanghai Express""}, {""fullplot"": 1})" How many nominations did the movie The Song of Night receive?,"db.movies.find({""title"":""The Song of Night""}, {""awards.nominations"":1})" What is the IMDb rating for the movie Elephant Boy ?,"db.movies.find({""title"":""Elephant Boy""}, {""imdb.rating"":1})" Was the movie The Chechahcos well received by audiences and critics?,"db.movies.find({""title"":""The Chechahcos""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Was the movie The Italian well received by audiences and critics?,"db.movies.find({""title"":""The Italian""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Can you provide a detailed summary of the movie Nosferatu plot?,"db.movies.find({ ""title"": ""Nosferatu"" }, { ""fullplot"": 1})" What is the language of the movie Going Hollywood?,"db.movies.find({""title"":""Going Hollywood""}, {""languages"":1})" who was the writer of the film The 39 Steps?,"db.movies.find({""title"": ""The 39 Steps""}, {""writers"": 1})" "Has the film Disraeli won any awards? If so, which ones?","db.movies.find({""title"":""Disraeli"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what genre is the movie A Midsummer Night's Dream?,"db.movies.find({""title"": ""A Midsummer Night's Dream""}, {""genres"": 1})" How many nominations did the movie The Divorcee receive?,"db.movies.find({""title"":""The Divorcee""}, {""awards.nominations"":1})" Who is the lead actress of the movie The Freshman ?,"db.movies.find({""title"": ""The Freshman""}, {""cast"":{""$slice"": 1},""title"":1})" who directed the film Payment Deferred?,"db.movies.find({""title"": ""Payment Deferred""}, {""directors"": 1})" what type of film is The Sin of Madelon Claudet?,"db.movies.find({""title"": ""The Sin of Madelon Claudet""}, {""genres"": 1})" who wrote the screenplay for the movie Lonesome?,"db.movies.aggregate([ { ""$match"": { ""title"":""Lonesome""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who was the writer of The Jazz Singer?,"db.movies.find({""title"": ""The Jazz Singer""}, {""writers"": 1})" What is the runtime of the movie King Solomon's Mines ?,"db.movies.find({""title"": ""King Solomon's Mines""}, { ""runtime"": 1})" which person wrote The Emperor Jones?,"db.movies.find({""title"": ""The Emperor Jones""}, {""writers"": 1})" who starred in the movie The Good Earth?,"db.movies.find({""title"": ""The Good Earth""}, {""cast"": 1})" What is the critical reception of the movie Naughty Marietta?,"db.movies.find({""title"":""Naughty Marietta""}, {""tomatoes.critic"":1})" What is the IMDb rating for the film Flash Gordon?,"db.movies.find({""title"": ""Flash Gordon""}, {""imdb.rating"": 1})" What is the full plot summary of the movie Final Accord ?,"db.movies.find({""title"": ""Final Accord""}, {""plot"": 1})" who starred in the movie The Invisible Man?,"db.movies.find({""title"": ""The Invisible Man""}, {""cast"": 1})" what is Red Dust about?,"db.movies.find({""title"": ""Red Dust""}, {""plot"": 1})" When was the information last updated for the movie Lady Windermere's Fan ?,"db.movies.find({ ""title"": ""Lady Windermere's Fan"" },{ ""lastupdated"": 1 })" What languages are spoken in the movie It Happened One Night?,"db.movies.find({""title"":""It Happened One Night""}, {""languages"":1})" Can you provide more information about the Rotten Tomatoes rating for the movie San Francisco?,"db.movies.find({""title"": ""San Francisco""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" How many reviews have been submitted for the movie Pèpè le Moko on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Pèpè le Moko"" },{ ""tomatoes.viewer.numReviews"": 1 })" what was the release year of the film Topaze?,"db.movies.find({""title"": ""Topaze""}, {""year"": 1})" what genre is the film Dekigokoro?,"db.movies.find({""title"": ""Dekigokoro""}, {""genres"": 1})" How long is the runtime of the movie Bad Girl ?,"db.movies.find({""title"":""Bad Girl""}, {""runtime"":1})" How many reviews have been submitted by critics for the movie Gold Diggers of 1935?,"db.movies.find({ ""title"": ""Gold Diggers of 1935"" }, { ""tomatoes.critic.numReviews"": 1 })" What is the MPAA rating of The Docks of New York?,"db.movies.find({""title"":""The Docks of New York""}, {""rated"":1})" What is the Rotten Tomatoes meter rating for the movie Queen Kelly ?,"db.movies.find({""title"":""Queen Kelly""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What is the IMDb rating for the movie The Mummy?,"db.movies.find({""title"": ""The Mummy""}, {""imdb.rating"": 1})" who acted in the film The Gay Divorcee?,"db.movies.find({""title"": ""The Gay Divorcee""}, {""cast"": 1})" what kind of movie is The Poor Little Rich Girl?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""genres"": 1})" What was the release date for the movie Within Our Gates?,"db.movies.find({""title"":""Within Our Gates""}, {""released"":1})" What is the MongoDB document ID of the movie Bad Girl?,"db.movies.find({""title"": ""Bad Girl""}, {""_id"": 1})" What is the runtime and rating for the movie 'Sunrise'?,"db.movies.find({""title"": ""Sunrise""}, {""runtime"": 1, ""rated"": 1})" what was the genre of the film The Spanish Earth?,"db.movies.find({""title"": ""The Spanish Earth""}, {""genres"": 1})" "How long, in total, are all the movies that Woody Allen has directed?","db.movies.aggregate([{ ""$match"": { ""directors"": ""Woody Allen"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" what was the release year of the movie Baby Face?,"db.movies.find({""title"": ""Baby Face""}, {""year"": 1})" who was The Lower Depths written by?,"db.movies.find({""title"": ""The Lower Depths""}, {""writers"": 1})" What is the runtime and rating for the movie 'A Damsel in Distress'?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""runtime"": 1, ""rated"": 1})" Who is the lead actor of the movie Swing Time ?,"db.movies.find({""title"": ""Swing Time""}, {""cast"":{""$slice"": 1},""title"":1})" who was the writer of Dishonored?,"db.movies.find({""title"": ""Dishonored""}, {""writers"": 1})" What is the language of the movie Camille?,"db.movies.find({""title"":""Camille""}, {""languages"":1})" what is Broadway Melody of 1936 imdb rating?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""imdb.rating"": 1})" who is listed as director for Disraeli?,"db.movies.find({""title"": ""Disraeli""}, {""directors"": 1})" what is Broken Blossoms or The Yellow Man and the Girl description?,"db.movies.find({""title"": ""Broken Blossoms or The Yellow Man and the Girl""}, {""plot"": 1})" Which film directed by Ethan Coen has the highest rating on Rotten Tomatoes?,"db.movies.find({""directors"": ""Ethan Coen"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" How many award nominations did the movie receive Nanook of the North ?,"db.movies.find({ ""title"": ""Nanook of the North"" },{ ""awards.nominations"": 1 })" How did the audience and critics receive the film The Informer?,"db.movies.find({""title"":""The Informer""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" which person directed Dracula?,"db.movies.find({""title"": ""Dracula""}, {""directors"": 1})" What is the IMDb rating for the movie Broken Lullaby?,"db.movies.find({""title"": ""Broken Lullaby""}, {""imdb.rating"": 1})" what kind of film is Dishonored?,"db.movies.find({""title"": ""Dishonored""}, {""genres"": 1})" "Has the film Show Boat won any awards? If so, which ones?","db.movies.find({""title"":""Show Boat"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the meter score of the movie Movie Crazy according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Movie Crazy""}, {""tomatoes.viewer.meter"": 1})" what sort of movie is Two Seconds?,"db.movies.find({""title"": ""Two Seconds""}, {""genres"": 1})" which company produced Forbidden?,"db.movies.find({""title"":""Forbidden""}, {""tomatoes.production"":1})" what sort of movie is Napoleon?,"db.movies.find({""title"": ""Napoleon""}, {""genres"": 1})" who is the director that directed The Big Trail?,"db.movies.find({""title"": ""The Big Trail""}, {""directors"": 1})" How many reviews have been submitted by critics for the movie Storm Over Asia?,"db.movies.find({ ""title"": ""Storm Over Asia"" }, { ""tomatoes.critic.numReviews"": 1 })" who are the actors in the movie The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""cast"": 1})" what genre is the movie Under the Roofs of Paris?,"db.movies.find({""title"": ""Under the Roofs of Paris""}, {""genres"": 1})" What is the box office revenue of the movie The Red Head ?,"db.movies.find({""title"": ""The Red Head""}, { ""tomatoes.boxOffice"": 1})" what is the movie My Man Godfrey about?,"db.movies.find({""title"": ""My Man Godfrey""}, {""plot"": 1})" the movie The Last of the Mohicans starred who?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""cast"": 1})" How many votes does the movie Shanghai Express have on IMDb?,"db.movies.find({""title"":""Shanghai Express""}, {""imdb.votes"":1})" the movie Anna Karenina starred who?,"db.movies.find({""title"": ""Anna Karenina""}, {""cast"": 1})" Who is the director of the movie The Story of Louis Pasteur?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, { ""directors"": 1})" What languages are spoken in the movie State Fair ?,"db.movies.find({""title"": ""State Fair""}, { ""languages"": 1})" what is the movie The Crowd Roars about in details?,"db.movies.find({""title"": ""The Crowd Roars""}, {""fullplot"": 1})" What is the plot summary of the movie Zoo in Budapest ?,"db.movies.find({ ""title"": ""Zoo in Budapest"" }, { ""plot"": 1})" how many awards did the film Footlight Parade win?,"db.movies.find({""title"":""Footlight Parade""}, {""awards.wins"":1})" è Nous la Libertè is a film written by this person?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""writers"": 1})" what is the full plot for the film The Jazz Singer?,"db.movies.find({""title"": ""The Jazz Singer""}, {""fullplot"": 1})" What is the IMDb rating for the film The General?,"db.movies.find({""title"": ""The General""}, {""imdb.rating"": 1})" What is the quantity of movies that David Lynch has directed?,"db.movies.countDocuments({""directors"":""David Lynch""})" What is the running time of the movie The Cameraman?,"db.movies.find({""title"":""The Cameraman""}, {""runtime"":1})" What is the Metacritic score of the movie Masquerade in Vienna ?,"db.movies.find({ ""title"": ""Masquerade in Vienna"" }, { ""metacritic"": 1})" what is the full plot for the movie The Pearls of the Crown?,"db.movies.find({""title"": ""The Pearls of the Crown""}, {""fullplot"": 1})" Can you provide more information about the IMDb rating for the movie Within Our Gates ?,"db.movies.find({""title"":""Within Our Gates""}, {""imdb"":1})" what genre of film is The Trail of the Lonesome Pine?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""genres"": 1})" what is Nosferatu about in details?,"db.movies.find({""title"": ""Nosferatu""}, {""fullplot"": 1})" What is the audience rating of the movie Snow White and the Seven Dwarfs ?,"db.movies.find({ ""title"": ""Snow White and the Seven Dwarfs"" },{ ""tomatoes.viewer.rating"": 1 })" who stars in The Saphead?,"db.movies.find({""title"": ""The Saphead""}, {""cast"": 1})" who produced the movie The Ace of Hearts?,"db.movies.find({""title"":""The Ace of Hearts""}, {""tomatoes.production"":1})" who's the director of Street Angel?,"db.movies.find({""title"": ""Street Angel""}, {""directors"": 1})" How many votes does the movie The Saphead have on IMDb?,"db.movies.find({""title"":""The Saphead""}, {""imdb.votes"":1})" Can you inform me of the Vittorio De Sica movie with the shortest duration?,"db.movies.find({""directors"":""Vittorio De Sica""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" What is the box office revenue for the movie 'The Blue Bird'?,"db.movies.find({""title"": ""The Blue Bird""}, {""tomatoes.boxOffice"": 1})" Who are the actors that appear in the movie Camille ?,"db.movies.find({ ""title"": ""Camille"" },{ ""cast"": 1 })" What is the IMDb rating for the movie Shall We Dance?,"db.movies.find({""title"": ""Shall We Dance""}, {""imdb.rating"": 1})" When was the information about the movie Broken Lullaby last updated?,"db.movies.find({ ""title"": ""Broken Lullaby"" }, { ""lastupdated"": 1})" How many reviews have been submitted by critics for the movie Swing Time ?,"db.movies.find({""title"": ""Swing Time""}, {""tomatoes.critic.numReviews"": 1})" who wrote the film The Navigator?,"db.movies.find({""title"": ""The Navigator""}, {""writers"": 1})" what is the movie Theodora Goes Wild imdb rating?,"db.movies.find({""title"": ""Theodora Goes Wild""}, {""imdb.rating"": 1})" The Band Concert is a film written by this person?,"db.movies.find({""title"": ""The Band Concert""}, {""writers"": 1})" who wrote the screenplay for The New Gulliver?,"db.movies.aggregate([ { ""$match"": { ""title"":""The New Gulliver""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" which person wrote the movie Murders in the Rue Morgue?,"db.movies.find({""title"": ""Murders in the Rue Morgue""}, {""writers"": 1})" who was The Circus directed by?,"db.movies.find({""title"": ""The Circus""}, {""directors"": 1})" what is the plot for the movie Mr. Deeds Goes to Town?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""plot"": 1})" What are the genres this movie Disraeli belongs to?,"db.movies.find({""title"":""Disraeli""}, {""genres"":1})" what is the movie The Black Cat about?,"db.movies.find({""title"": ""The Black Cat""}, {""plot"": 1})" what is the plot for the movie A Free Soul?,"db.movies.find({""title"": ""A Free Soul""}, {""plot"": 1})" How does the movie Ruggles of Red Gap rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Ruggles of Red Gap"" },{ ""tomatoes.critic.meter"": 1 })" how many awards did the film Within Our Gates win?,"db.movies.find({""title"":""Within Our Gates""}, {""awards.wins"":1})" What is the percentage of positive reviews among critics for the movie The Emperor Jones ?,"db.movies.find({ ""title"": ""The Emperor Jones"" },{ ""tomatoes.critic.meter"": 1 })" who directed The Divorcee?,"db.movies.find({""title"": ""The Divorcee""}, {""directors"": 1})" who wrote Miss Lulu Bett?,"db.movies.find({""title"": ""Miss Lulu Bett""}, {""writers"": 1})" "the movie The Pearls of the Crown, was written by who?","db.movies.find({""title"": ""The Pearls of the Crown""}, {""writers"": 1})" who produced the film The Jazz Singer?,"db.movies.find({""title"":""The Jazz Singer""}, {""tomatoes.production"":1})" What is the IMDB rating of the movie Bride of Frankenstein ?,"db.movies.find({""title"": ""Bride of Frankenstein""}, { ""imdb.rating"": 1})" What is the IMDb rating for the movie The Invisible Man?,"db.movies.find({""title"": ""The Invisible Man""}, {""imdb.rating"": 1})" what was the release year of the film Masquerade in Vienna?,"db.movies.find({""title"": ""Masquerade in Vienna""}, {""year"": 1})" Can you provide more information about the languages spoken in the movie The Devil to Pay! ?,"db.movies.find({""title"":""The Devil to Pay!""}, {""languages"":1})" which company produced The Wind?,"db.movies.find({""title"":""The Wind""}, {""tomatoes.production"":1})" what was the genre of the movie è Nous la Libertè?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""genres"": 1})" What is the MPAA rating of the movie Nosferatu?,"db.movies.find({""title"":""Nosferatu""}, {""rated"":1})" What is the language of the film China Seas?,"db.movies.find({""title"":""China Seas""}, {""languages"":1})" Has the movie The Good Earth won any awards?,"db.movies.find({""title"":""The Good Earth""}, {""awards.wins"":1})" What is the rating of the movie Man of Aran on IMDb?,"db.movies.find({""title"":""Man of Aran""}, {""imdb.rating"":1})" who directed the movie It?,"db.movies.find({""title"": ""It""}, {""directors"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie He Who Gets Slapped?,"db.movies.find({""title"": ""He Who Gets Slapped""}, { ""tomatoes.lastUpdated"": 1})" the film The Black Pirate starred which actors?,"db.movies.find({""title"": ""The Black Pirate""}, {""cast"": 1})" who was the writer of the movie The Emperor Jones?,"db.movies.find({""title"": ""The Emperor Jones""}, {""writers"": 1})" what was the release date of the film The Story of a Cheat?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""released"": 1})" What is the plot summary of the movie Hallelujah ?,"db.movies.find({ ""title"": ""Hallelujah"" }, { ""plot"": 1})" who stars in the film Gold Diggers of 1933?,"db.movies.find({""title"": ""Gold Diggers of 1933""}, {""cast"": 1})" who produced the film Flesh and the Devil?,"db.movies.find({""title"":""Flesh and the Devil""}, {""tomatoes.production"":1})" who starred in Storm Over Asia?,"db.movies.find({""title"": ""Storm Over Asia""}, {""cast"": 1})" What is the movie The Dark Angel about? Can you provide a brief summary?,"db.movies.find({""title"":""The Dark Angel""}, {""plot"":1})" who starred in the film Popeye the Sailor Meets Sindbad the Sailor?,"db.movies.find({""title"": ""Popeye the Sailor Meets Sindbad the Sailor""}, {""cast"": 1})" What are the genres this movie Moscow Laughs belongs to?,"db.movies.find({""title"":""Moscow Laughs""}, {""genres"":1})" What is the IMDb rating for Topaze?,"db.movies.find({""title"": ""Topaze""}, {""imdb.rating"": 1})" who wrote the screenplay for the film The Hunchback of Notre Dame?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Hunchback of Notre Dame""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" who was Cavalcade written by?,"db.movies.find({""title"": ""Cavalcade""}, {""writers"": 1})" What are the genres this movie Regeneration belongs to?,"db.movies.find({""title"":""Regeneration""}, {""genres"":1})" Can you provide more information about the IMDb rating for the movie The Black Cat ?,"db.movies.find({""title"":""The Black Cat""}, {""imdb"":1})" Who is the lead actress of the movie The Barretts of Wimpole Street ?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""cast"":{""$slice"": 1},""title"":1})" In which countries was the movie Dekigokoro produced?,"db.movies.find({""title"":""Dekigokoro""}, {""countries"":1})" who is listed as director for Alice Adams?,"db.movies.find({""title"": ""Alice Adams""}, {""directors"": 1})" What is the percentage of positive reviews among critics for the movie The Phantom of the Opera ?,"db.movies.find({ ""title"": ""The Phantom of the Opera"" },{ ""tomatoes.critic.meter"": 1 })" what was the release date of the film Children in the Wind?,"db.movies.find({""title"": ""Children in the Wind""}, {""released"": 1})" How many viewer reviews did the movie Robin Hood receive on Rotten Tomatoes?,"db.movies.find({""title"":""Robin Hood""}, {""tomatoes.viewer.numReviews"":1})" What is the running time of the movie The Divorcee?,"db.movies.find({""title"":""The Divorcee""}, {""runtime"":1})" What is the language of the film A Farewell to Arms?,"db.movies.find({""title"":""A Farewell to Arms""}, {""languages"":1})" what genre is the film Maria Chapdelaine?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""genres"": 1})" which actor appeared in most of the movies directed by Roman Polanski?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Roman Polanski"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the name of the director and cast for the movie 'Marked Woman'?,"db.movies.find({""title"": ""Marked Woman""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" Can you provide a longer version of the movie Traffic in Souls plot?,"db.movies.find({""title"":""Traffic in Souls""}, {""fullplot"":1})" what genre is the movie The Gilded Lily?,"db.movies.find({""title"": ""The Gilded Lily""}, {""genres"": 1})" What is the rating of the movie The Informer ?,"db.movies.find({ ""title"": ""The Informer"" }, { ""rated"": 1})" who's the director of Freaks?,"db.movies.find({""title"": ""Freaks""}, {""directors"": 1})" What type of media is The Band Concert?,"db.movies.find({ ""title"": ""The Band Concert"" }, { ""type"": 1})" Folies Bergère de Paris is written by this person?,"db.movies.find({""title"": ""Folies Bergère de Paris""}, {""writers"": 1})" What is the full plot summary of the movie The Strong Man ?,"db.movies.find({""title"": ""The Strong Man""}, {""plot"": 1})" "Has The Hurricane won any awards? If so, which ones?","db.movies.find({""title"":""The Hurricane"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what genre of movie is A Farewell to Arms?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""genres"": 1})" who produced the movie Secret Agent?,"db.movies.find({""title"":""Secret Agent""}, {""tomatoes.production"":1})" When was the movie The Ace of Hearts released?,"db.movies.find({""title"":""The Ace of Hearts""}, {""released"":1})" what genre is the movie City Streets?,"db.movies.find({""title"": ""City Streets""}, {""genres"": 1})" what is the genre of Morocco?,"db.movies.find({""title"": ""Morocco""}, {""genres"": 1})" what was the release year of The Chechahcos?,"db.movies.find({""title"": ""The Chechahcos""}, {""year"": 1})" What is the box office revenue of the movie The Big House in dollars?,"db.movies.find({""title"": ""The Big House""}, {""tomatoes.boxOffice"": 1})" How many votes does the movie The Champ have on IMDb?,"db.movies.find({""title"":""The Champ""}, {""imdb.votes"":1})" When was the information about the movie Three Little Pigs last updated?,"db.movies.find({ ""title"": ""Three Little Pigs"" }, { ""lastupdated"": 1})" "How many votes does the movie Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics have on IMDb?","db.movies.find({""title"":""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""imdb.votes"":1})" "The Mummy, is written by who?","db.movies.find({""title"": ""The Mummy""}, {""writers"": 1})" who produced the movie The Unknown?,"db.movies.find({""title"":""The Unknown""}, {""tomatoes.production"":1})" What is the IMDb rating for the movie A Farewell to Arms?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""imdb.rating"": 1})" what was the release year of the movie Alice Adams?,"db.movies.find({""title"": ""Alice Adams""}, {""year"": 1})" who was Wings written by?,"db.movies.find({""title"": ""Wings""}, {""writers"": 1})" When was the movie The Emperor Jones released?,"db.movies.find({""title"":""The Emperor Jones""}, {""released"":1})" What is the box office revenue of the movie David Golder ?,"db.movies.find({""title"": ""David Golder""}, { ""tomatoes.boxOffice"": 1})" What is the critical reception of the movie Within Our Gates?,"db.movies.find({""title"":""Within Our Gates""}, {""tomatoes.critic"":1})" What movie directed by Vittorio De Sica has the shortest running time?,"db.movies.find({""directors"":""Vittorio De Sica""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" Which film directed by Andrei Tarkovsky has the highest rating on Rotten Tomatoes?,"db.movies.find({""directors"": ""Andrei Tarkovsky"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" who starred in A Story of Floating Weeds?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""cast"": 1})" What is the box office revenue of the movie Within Our Gates in dollars?,"db.movies.find({""title"": ""Within Our Gates""}, {""tomatoes.boxOffice"": 1})" What is the language of The Devil Is a Woman?,"db.movies.find({""title"":""The Devil Is a Woman""}, {""languages"":1})" How many votes does the movie Safety Last! have on IMDb?,"db.movies.find({""title"":""Safety Last!""}, {""imdb.votes"":1})" How did the audience and critics receive the movie The Crusades?,"db.movies.find({""title"":""The Crusades""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who was the writer of è Nous la Libertè?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""writers"": 1})" who wrote the film L'opèra de quat'sous?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, {""writers"": 1})" What is the box office revenue of the movie It ?,"db.movies.find({""title"": ""It""}, { ""tomatoes.boxOffice"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Broadway Melody of 1936 ?,"db.movies.find({""title"":""Broadway Melody of 1936""}, {""tomatoes.viewer.meter"":1})" Can you give me a brief summary of the movie The Lost World plot?,"db.movies.find({""title"":""The Lost World""}, {""plot"":1})" who directed the movie Chapayev?,"db.movies.find({""title"": ""Chapayev""}, {""directors"": 1})" what kind of film is Little Women?,"db.movies.find({""title"": ""Little Women""}, {""genres"": 1})" who stars in The Wedding March?,"db.movies.find({""title"": ""The Wedding March""}, {""cast"": 1})" What languages are spoken in the movie The Crusades?,"db.movies.find({""title"":""The Crusades""}, {""languages"":1})" What is the audience rating of the movie The Beloved Vagabond ?,"db.movies.find({ ""title"": ""The Beloved Vagabond"" },{ ""tomatoes.viewer.rating"": 1 })" How many comments have been posted by users on the movie Westfront 1918's page on the Mflix platform?,"db.movies.find({ ""title"": ""Westfront 1918"" }, { ""num_mflix_comments"": 1 })" which company produced the film The Mummy?,"db.movies.find({""title"":""The Mummy""}, {""tomatoes.production"":1})" how many awards did The General win?,"db.movies.find({""title"":""The General""}, {""awards.wins"":1})" Was the movie The Garden of Allah well received by audiences?,"db.movies.find({""title"":""The Garden of Allah""}, {""tomatoes.viewer"":1})" what type of movie is The Crowd Roars?,"db.movies.find({""title"": ""The Crowd Roars""}, {""genres"": 1})" what is the film The Crowd Roars about in details?,"db.movies.find({""title"": ""The Crowd Roars""}, {""fullplot"": 1})" Who are the writers of the movie The Lost Patrol ?,"db.movies.find({""title"": ""The Lost Patrol""}, { ""writers"": 1})" what is the film Top Hat imdb rating?,"db.movies.find({""title"": ""Top Hat""}, {""imdb.rating"": 1})" How many viewer reviews did the movie Topaze receive on Rotten Tomatoes?,"db.movies.find({""title"":""Topaze""}, {""tomatoes.viewer.numReviews"":1})" the movie Within Our Gates was directed by who?,"db.movies.find({""title"": ""Within Our Gates""}, {""directors"": 1})" Who are the actors in the movie City Streets?,"db.movies.find({""title"":""City Streets""}, {""cast"":1})" Who are the actors that appear in the movie Dante's Inferno ?,"db.movies.find({ ""title"": ""Dante's Inferno"" },{ ""cast"": 1 })" How many votes does the movie Foolish Wives have on IMDb?,"db.movies.find({""title"":""Foolish Wives""}, {""imdb.votes"":1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Under the Roofs of Paris ?,"db.movies.find({""title"":""Under the Roofs of Paris""}, {""tomatoes.viewer.meter"":1})" What is the IMDb rating for the movie The Land Beyond the Sunset?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, {""imdb.rating"": 1})" Was the movie Pèpè le Moko well received by audiences?,"db.movies.find({""title"":""Pèpè le Moko""}, {""tomatoes.viewer"":1})" "what is the movie I Was Born, But... description ?","db.movies.find({""title"": ""I Was Born, But...""}, {""plot"": 1})" what is Dodsworth about?,"db.movies.find({""title"": ""Dodsworth""}, {""plot"": 1})" Which of Stanley Kubrick's movies has the highest Rotten Tomatoes rating?,"db.movies.find({""directors"": ""Stanley Kubrick"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the rating of the movie Dekigokoro on IMDb?,"db.movies.find({""title"":""Dekigokoro""}, {""imdb.rating"":1})" What are the countries associated with the movie Four Sons ?,"db.movies.find({""title"": ""Four Sons""}, {""countries"": 1})" what was the release year of Cavalcade?,"db.movies.find({""title"": ""Cavalcade""}, {""year"": 1})" who produced the film The 39 Steps?,"db.movies.find({""title"":""The 39 Steps""}, {""tomatoes.production"":1})" who stars in the film Moscow Laughs?,"db.movies.find({""title"": ""Moscow Laughs""}, {""cast"": 1})" Could you tell me the main category of movies that Claude Chabrol directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Claude Chabrol"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Could you tell me the exact number of films that have been directed by Abbas Kiarostami?,"db.movies.countDocuments({""directors"":""Abbas Kiarostami""})" How many reviews did the movie Queen Kelly receive on Rotten Tomatoes?,"db.movies.find({""title"":""Queen Kelly""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" who directed the movie White Shadows?,"db.movies.find({""title"": ""White Shadows""}, {""directors"": 1})" who was the writer of the movie One Week?,"db.movies.find({""title"": ""One Week""}, {""writers"": 1})" What is the principal film genre that Yasujiro Ozu focuses on in his directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Yasujiro Ozu"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what sort of movie is Lloyd's of London?,"db.movies.find({""title"": ""Lloyd's of London""}, {""genres"": 1})" How long is the movie Upstream in minutes?,"db.movies.find({""title"":""Upstream""}, {""runtime"":1})" What is the production company behind the movie Civilization ?,"db.movies.find({""title"": ""Civilization""}, { ""tomatoes.production"": 1})" What is the runtime of the movie The Crowd Roars ?,"db.movies.find({""title"": ""The Crowd Roars""}, { ""runtime"": 1})" What are the genres associated with the movie Camille ?,"db.movies.find({ ""title"": ""Camille"" }, { ""genres"": 1})" what genre is A Night at the Opera?,"db.movies.find({""title"": ""A Night at the Opera""}, {""genres"": 1})" Can you provide a longer version of the movie Salomè plot?,"db.movies.find({""title"":""Salomè""}, {""fullplot"":1})" What is the production company of the film Dekigokoro?,"db.movies.find({""title"":""Dekigokoro""}, {""tomatoes.production"":1})" what was the release date of the film The Divorcee?,"db.movies.find({""title"": ""The Divorcee""}, {""released"": 1})" what genre of movie is Blacksmith Scene?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""genres"": 1})" How many reviews have been submitted for the movie One Hundred Men and a Girl on Rotten Tomatoes?,"db.movies.find({ ""title"": ""One Hundred Men and a Girl"" },{ ""tomatoes.viewer.numReviews"": 1 })" what is the genre of Upstream?,"db.movies.find({""title"": ""Upstream""}, {""genres"": 1})" In what language was the movie Baby Face released?,"db.movies.find({ ""title"": ""Baby Face"" }, { ""languages"": 1})" Can you share with me the film genres that were helmed by Ingmar Bergman?,"db.movies.distinct(""genres"", { ""directors"": ""Ingmar Bergman"" })" What is the typical rating for all Kenji Mizoguchi movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Kenji Mizoguchi""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What is the audience rating of the movie The Son of the Sheik ?,"db.movies.find({ ""title"": ""The Son of the Sheik"" },{ ""tomatoes.viewer.rating"": 1 })" Could you inform me of the total runtime of all Stanley Kubrick-directed movies?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Stanley Kubrick"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" what was the genre of the film One Night of Love?,"db.movies.find({""title"": ""One Night of Love""}, {""genres"": 1})" the movie Secret Agent starred which actors?,"db.movies.find({""title"": ""Secret Agent""}, {""cast"": 1})" what is Sunrise description?,"db.movies.find({""title"": ""Sunrise""}, {""plot"": 1})" What is the imdbID and year of release for the movie with a title of 'Masquerade in Vienna'?,"db.movies.find({""title"": ""Masquerade in Vienna""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" What is the audience rating of the movie Make Way for Tomorrow ?,"db.movies.find({ ""title"": ""Make Way for Tomorrow"" },{ ""tomatoes.viewer.rating"": 1 })" which person wrote the film The Pearls of the Crown?,"db.movies.find({""title"": ""The Pearls of the Crown""}, {""writers"": 1})" Who are the actors in the movie Broken Blossoms or The Yellow Man and the Girl?,"db.movies.find({""title"":""Broken Blossoms or The Yellow Man and the Girl""}, {""cast"":1})" what is the plot for the film Cleopatra?,"db.movies.find({""title"": ""Cleopatra""}, {""plot"": 1})" How did the audience and critics receive The Son of the Sheik?,"db.movies.find({""title"":""The Son of the Sheik""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How does the movie The Hurricane rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Hurricane"" },{ ""tomatoes.critic.meter"": 1 })" how many awards did The Gay Divorcee win?,"db.movies.find({""title"":""The Gay Divorcee""}, {""awards.wins"":1})" Can you provide more information about the Rotten Tomatoes rating for the movie Civilization?,"db.movies.find({""title"": ""Civilization""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" who produced the movie David Golder?,"db.movies.find({""title"":""David Golder""}, {""tomatoes.production"":1})" How many comments have been posted by users on the movie Elephant Boy's page on the Mflix platform?,"db.movies.find({ ""title"": ""Elephant Boy"" }, { ""num_mflix_comments"": 1 })" What is the average score assigned to all Francis Ford Coppola movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Francis Ford Coppola""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" which person wrote the film The Life of Emile Zola?,"db.movies.find({""title"": ""The Life of Emile Zola""}, {""writers"": 1})" who is listed as director for Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""directors"": 1})" what genre is The Barretts of Wimpole Street?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""genres"": 1})" can you describe the plot of Intolerance: Love's Struggle Throughout the Ages?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""plot"": 1})" What are the countries associated with the movie Mutiny on the Bounty ?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""countries"": 1})" Can you provide a detailed summary of the movie Kid Galahad plot?,"db.movies.find({ ""title"": ""Kid Galahad"" }, { ""fullplot"": 1})" Shall We Dance is a film written by this person?,"db.movies.find({""title"": ""Shall We Dance""}, {""writers"": 1})" What is the meter score of the movie Snow White and the Seven Dwarfs according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""tomatoes.viewer.meter"": 1})" which company produced the movie The Blue Bird?,"db.movies.find({""title"":""The Blue Bird""}, {""tomatoes.production"":1})" which person wrote Red Dust?,"db.movies.find({""title"": ""Red Dust""}, {""writers"": 1})" "who was the writer of the movie Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""writers"": 1})" "the movie The Invisible Ray, was written by who?","db.movies.find({""title"": ""The Invisible Ray""}, {""writers"": 1})" "Triumph of the Will, was written by who?","db.movies.find({""title"": ""Triumph of the Will""}, {""writers"": 1})" who was the movie Cavalcade written by?,"db.movies.find({""title"": ""Cavalcade""}, {""writers"": 1})" What is the running time of the film Imitation of Life?,"db.movies.find({""title"":""Imitation of Life""}, {""runtime"":1})" what is The Power and the Glory imdb rating?,"db.movies.find({""title"": ""The Power and the Glory""}, {""imdb.rating"": 1})" What is the text representation of the awards won and nominations received by the movie Broadway Bill?,"db.movies.find({""title"": ""Broadway Bill""}, { ""awards.text"": 1})" Which films did Sergei Eisenstein direct in the 1990s?,"db.movies.find({""directors"": 'Sergei Eisenstein', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" Who is the lead actress of the movie Captains Courageous ?,"db.movies.find({""title"": ""Captains Courageous""}, {""cast"":{""$slice"": 1},""title"":1})" In what year was the movie Show Boat released ?,"db.movies.find({ ""title"": ""Show Boat"" }, { ""year"": 1})" who was the writer of the movie The Broadway Melody?,"db.movies.find({""title"": ""The Broadway Melody""}, {""writers"": 1})" How did the audience and critics receive Becky Sharp?,"db.movies.find({""title"":""Becky Sharp""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who stars in the film The Divorcee?,"db.movies.find({""title"": ""The Divorcee""}, {""cast"": 1})" What is the IMDb rating for Three Smart Girls?,"db.movies.find({""title"": ""Three Smart Girls""}, {""imdb.rating"": 1})" who starred in Who Killed Cock Robin??,"db.movies.find({""title"": ""Who Killed Cock Robin?""}, {""cast"": 1})" What is the IMDb rating for the movie Street Angel?,"db.movies.find({""title"": ""Street Angel""}, {""imdb.rating"": 1})" What is the total number of films that Jean-Luc Godard has directed up to now?,"db.movies.countDocuments({""directors"":""Jean-Luc Godard""})" What is the production company behind the movie The Music Box ?,"db.movies.find({""title"": ""The Music Box""}, {""tomatoes.production"": 1})" who is the director for The Robber Symphony?,"db.movies.find({""title"": ""The Robber Symphony""}, {""directors"": 1})" I'm curious about the films that were directed by Christopher Nolan. Can you name them?,"db.movies.find({""directors"": ""Christopher Nolan""},{""title"":1})" what is the film A Corner in Wheat description ?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""plot"": 1})" When was the information about the movie The Kid last updated?,"db.movies.find({ ""title"": ""The Kid"" }, { ""lastupdated"": 1})" how many awards did Shall We Dance win?,"db.movies.find({""title"":""Shall We Dance""}, {""awards.wins"":1})" what is the full plot for the film The Unknown?,"db.movies.find({""title"": ""The Unknown""}, {""fullplot"": 1})" who stars in It Happened One Night?,"db.movies.find({""title"": ""It Happened One Night""}, {""cast"": 1})" which person wrote the movie The Iron Horse?,"db.movies.find({""title"": ""The Iron Horse""}, {""writers"": 1})" who is the director for Naughty Marietta?,"db.movies.find({""title"": ""Naughty Marietta""}, {""directors"": 1})" what year was the movie The Music Box released?,"db.movies.find({""title"": ""The Music Box""}, {""year"": 1})" "What is the MongoDB document ID of the movie Steamboat Bill, Jr.?","db.movies.find({""title"": ""Steamboat Bill, Jr.""}, {""_id"": 1})" What movie directed by Andrei Tarkovsky has the best Rotten Tomatoes score?,"db.movies.find({""directors"": ""Andrei Tarkovsky"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" "the film Queen Christina, was written by who?","db.movies.find({""title"": ""Queen Christina""}, {""writers"": 1})" what was the release year of Becky Sharp?,"db.movies.find({""title"": ""Becky Sharp""}, {""year"": 1})" How long is the runtime of the movie The Crowd ?,"db.movies.find({""title"":""The Crowd""}, {""runtime"":1})" the movie Chapayev was directed by who?,"db.movies.find({""title"": ""Chapayev""}, {""directors"": 1})" What is the language of The Sin of Madelon Claudet?,"db.movies.find({""title"":""The Sin of Madelon Claudet""}, {""languages"":1})" who wrote From Hand to Mouth?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""writers"": 1})" What is the ID of the movie The Prisoner of Shark Island on IMDB?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""imdb.id"": 1})" what sort of film is The Count of Monte Cristo?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""genres"": 1})" what is the film Gertie the Dinosaur imdb rating?,"db.movies.find({""title"": ""Gertie the Dinosaur""}, {""imdb.rating"": 1})" what was the genre of Broadway Melody of 1936?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""genres"": 1})" What are the genres associated with the movie Folies Bergère de Paris ?,"db.movies.find({ ""title"": ""Folies Bergère de Paris"" }, { ""genres"": 1})" the movie Broadway Melody of 1936 starred who?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""cast"": 1})" What is the MPAA rating of The Robber Symphony?,"db.movies.find({""title"":""The Robber Symphony""}, {""rated"":1})" "the movie Wings, was written by who?","db.movies.find({""title"": ""Wings""}, {""writers"": 1})" what is the film The Crowd description ?,"db.movies.find({""title"": ""The Crowd""}, {""plot"": 1})" the film Lonesome was directed by who?,"db.movies.find({""title"": ""Lonesome""}, {""directors"": 1})" "Has the film Viva Villa! won any awards? If so, which ones?","db.movies.find({""title"":""Viva Villa!"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" When was the information about the movie Murders in the Rue Morgue last updated?,"db.movies.find({ ""title"": ""Murders in the Rue Morgue"" }, { ""lastupdated"": 1})" What is the audience rating of the movie The Gold Rush ?,"db.movies.find({ ""title"": ""The Gold Rush"" },{ ""tomatoes.viewer.rating"": 1 })" which company produced the movie White Shadows?,"db.movies.find({""title"":""White Shadows""}, {""tomatoes.production"":1})" What is the box office revenue of the movie Follow the Fleet ?,"db.movies.find({""title"": ""Follow the Fleet""}, { ""tomatoes.boxOffice"": 1})" what year was Nosferatu released?,"db.movies.find({""title"": ""Nosferatu""}, {""year"": 1})" Who are the actors that appear in the movie The Great Train Robbery ?,"db.movies.find({ ""title"": ""The Great Train Robbery"" },{ ""cast"": 1 })" what genre of film is Hallelujah?,"db.movies.find({""title"": ""Hallelujah""}, {""genres"": 1})" What is the name of the director and cast for the movie 'Gertie the Dinosaur'?,"db.movies.find({""title"": ""Gertie the Dinosaur""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" what type of movie is Now or Never?,"db.movies.find({""title"": ""Now or Never""}, {""genres"": 1})" How many audience reviews have been submitted for the movie The Wedding Night?,"db.movies.find({ ""title"": ""The Wedding Night"" }, { ""tomatoes.viewer.numReviews"": 1 })" who is the director that directed The Passion of Joan of Arc?,"db.movies.find({""title"": ""The Passion of Joan of Arc""}, {""directors"": 1})" who starred in the film Le grand jeu?,"db.movies.find({""title"": ""Le grand jeu""}, {""cast"": 1})" what was the release year of the film Man with a Movie Camera?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""year"": 1})" What is the Metacritic score of the movie The Big Trail ?,"db.movies.find({ ""title"": ""The Big Trail"" }, { ""metacritic"": 1})" What is the running time of It?,"db.movies.find({""title"":""It""}, {""runtime"":1})" What is the Metacritic score of the movie Movie Crazy ?,"db.movies.find({ ""title"": ""Movie Crazy"" }, { ""metacritic"": 1})" what is the genre for the film Dr. Jekyll and Mr. Hyde?,"db.movies.find({""title"": ""Dr. Jekyll and Mr. Hyde""}, {""genres"": 1})" Could you tell me the exact number of films that have been directed by Oliver Stone?,"db.movies.countDocuments({""directors"":""Oliver Stone""})" what is the genre of The Unknown?,"db.movies.find({""title"": ""The Unknown""}, {""genres"": 1})" What is the production company behind the movie The Son of Kong ?,"db.movies.find({""title"": ""The Son of Kong""}, { ""tomatoes.production"": 1})" What is the production company of the film The Green Pastures?,"db.movies.find({""title"":""The Green Pastures""}, {""tomatoes.production"":1})" What are some of the types of movies that Orson Welles has directed?,"db.movies.distinct(""genres"", { ""directors"": ""Orson Welles"" })" Which movie genre does Steven Spielberg mainly specialize in as a director?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Steven Spielberg"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" who is the director that directed Cops?,"db.movies.find({""title"": ""Cops""}, {""directors"": 1})" what is Our Hospitality imdb rating?,"db.movies.find({""title"": ""Our Hospitality""}, {""imdb.rating"": 1})" what is the movie A Farewell to Arms description ?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""plot"": 1})" what was the genre of The Land Beyond the Sunset?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, {""genres"": 1})" what is the movie David Golder about?,"db.movies.find({""title"": ""David Golder""}, {""plot"": 1})" who directed Night Must Fall?,"db.movies.find({""title"": ""Night Must Fall""}, {""directors"": 1})" Who are the starring actors/actresses in the movie Mary of Scotland?,"db.movies.find({""title"":""Mary of Scotland""}, {""cast"":1})" can you describe the plot of Wild and Woolly?,"db.movies.find({""title"": ""Wild and Woolly""}, {""plot"": 1})" what is the genre of The Last of the Mohicans?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""genres"": 1})" "the movie Men Without Women, was written by who?","db.movies.find({""title"": ""Men Without Women""}, {""writers"": 1})" What is the viewer rating for the movie Fury on Rotten Tomatoes?,"db.movies.find({""title"":""Fury""}, {""tomatoes.viewer.rating"":1})" who directed the movie Come and Get It?,"db.movies.find({""title"": ""Come and Get It""}, {""directors"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie The Prince and the Pauper?,"db.movies.find({""title"": ""The Prince and the Pauper""}, { ""tomatoes.lastUpdated"": 1})" what is the plot for the film Viva Villa!?,"db.movies.find({""title"": ""Viva Villa!""}, {""plot"": 1})" What is the production company of the film Going Hollywood?,"db.movies.find({""title"":""Going Hollywood""}, {""tomatoes.production"":1})" What is the consensus among critics about the movie The Lives of a Bengal Lancer?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, { ""tomatoes.consensus"": 1})" Could you inform me of the genres of films that David Lynch has directed?,"db.movies.distinct(""genres"", { ""directors"": ""David Lynch"" })" who was the writer of the movie Twentieth Century?,"db.movies.find({""title"": ""Twentieth Century""}, {""writers"": 1})" what genre of movie is The Freshman?,"db.movies.find({""title"": ""The Freshman""}, {""genres"": 1})" which company produced San Francisco?,"db.movies.find({""title"":""San Francisco""}, {""tomatoes.production"":1})" how many awards did the film Battling Butler win?,"db.movies.find({""title"":""Battling Butler""}, {""awards.wins"":1})" what is the full plot for Maria Chapdelaine?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""fullplot"": 1})" When was the information last updated for the movie A Night at the Opera ?,"db.movies.find({ ""title"": ""A Night at the Opera"" },{ ""lastupdated"": 1 })" What is the IMDb rating for the movie The Garden of Allah ?,"db.movies.find({""title"":""The Garden of Allah""}, {""imdb.rating"":1})" what is the film The Kid description ?,"db.movies.find({""title"": ""The Kid""}, {""plot"": 1})" what was the genre of the movie The Dark Angel?,"db.movies.find({""title"": ""The Dark Angel""}, {""genres"": 1})" which company produced the film It Happened One Night?,"db.movies.find({""title"":""It Happened One Night""}, {""tomatoes.production"":1})" What languages are spoken in the movie A Day in the Country?,"db.movies.find({""title"":""A Day in the Country""}, {""languages"":1})" What languages are spoken in the movie Dracula?,"db.movies.find({""title"":""Dracula""}, {""languages"":1})" who was the writer of the film Traffic in Souls?,"db.movies.find({""title"": ""Traffic in Souls""}, {""writers"": 1})" the movie Street Angel starred which actors?,"db.movies.find({""title"": ""Street Angel""}, {""cast"": 1})" What is the typical rating for all James Cameron movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""James Cameron""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" who are the actors in the movie The Poor Little Rich Girl?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""cast"": 1})" who directed King Kong?,"db.movies.find({""title"": ""King Kong""}, {""directors"": 1})" Who are the writers of the movie Bride of Frankenstein ?,"db.movies.find({""title"": ""Bride of Frankenstein""}, { ""writers"": 1})" How many votes did the movie It receive on IMDB?,"db.movies.find({""title"": ""It""}, { ""imdb.votes"": 1})" Can you provide more information about the IMDb rating for the movie The Band Concert ?,"db.movies.find({""title"":""The Band Concert""}, {""imdb"":1})" Was the movie The Cameraman well received by audiences and critics?,"db.movies.find({""title"":""The Cameraman""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what is the plot for the movie Toni?,"db.movies.find({""title"": ""Toni""}, {""plot"": 1})" who wrote the movie The Poor Little Rich Girl?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""writers"": 1})" What is the running time of the film Mayerling?,"db.movies.find({""title"":""Mayerling""}, {""runtime"":1})" How many reviews have been submitted by critics for the movie Battleship Potemkin ?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""tomatoes.critic.numReviews"": 1})" What is the audience rating of the movie It Happened One Night ?,"db.movies.find({ ""title"": ""It Happened One Night"" },{ ""tomatoes.viewer.rating"": 1 })" When was the Tomatometer score and other Tomato-related information last updated for the movie The Italian?,"db.movies.find({""title"": ""The Italian""}, { ""tomatoes.lastUpdated"": 1})" Which movie genres did David Lynch direct?,"db.movies.distinct(""genres"", { ""directors"": ""David Lynch"" })" What languages are spoken in the movie Cimarron ?,"db.movies.find({""title"": ""Cimarron""}, { ""languages"": 1})" What is the ID of the movie Broken Lullaby on IMDB?,"db.movies.find({""title"": ""Broken Lullaby""}, {""imdb.id"": 1})" Can you provide more information about the IMDb rating for the movie Beau Geste ?,"db.movies.find({""title"":""Beau Geste""}, {""imdb"":1})" who acted in the film The Jazz Singer?,"db.movies.find({""title"": ""The Jazz Singer""}, {""cast"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie My Man Godfrey?,"db.movies.find({""title"": ""My Man Godfrey""}, { ""tomatoes.lastUpdated"": 1})" Can you provide a longer version of the movie Hell's Hinges plot?,"db.movies.find({""title"":""Hell's Hinges""}, {""fullplot"":1})" What is the MPAA rating of Blacksmith Scene?,"db.movies.find({""title"":""Blacksmith Scene""}, {""rated"":1})" the movie The Scarlet Empress starred which actors?,"db.movies.find({""title"": ""The Scarlet Empress""}, {""cast"": 1})" who is the director that directed From Hand to Mouth?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""directors"": 1})" can you describe the plot of The Perils of Pauline?,"db.movies.find({""title"": ""The Perils of Pauline""}, {""plot"": 1})" "what is the full plot for the movie Steamboat Bill, Jr.?","db.movies.find({""title"": ""Steamboat Bill, Jr.""}, {""fullplot"": 1})" What is the Rotten Tomatoes meter rating for the movie Metropolis ?,"db.movies.find({""title"":""Metropolis""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What is the language of the film Show Boat?,"db.movies.find({""title"":""Show Boat""}, {""languages"":1})" What are the genres this movie Freaks belongs to?,"db.movies.find({""title"":""Freaks""}, {""genres"":1})" How many audience reviews have been submitted for the movie The Count of Monte Cristo?,"db.movies.find({ ""title"": ""The Count of Monte Cristo"" }, { ""tomatoes.viewer.numReviews"": 1 })" What is the primary genre of the movies directed by Clint Eastwood?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Clint Eastwood"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" How many movies were directed by Sergei Eisenstein?,"db.movies.countDocuments({""directors"":""Sergei Eisenstein""})" what is the genre for the movie The Divine Lady?,"db.movies.find({""title"": ""The Divine Lady""}, {""genres"": 1})" who's the director of Within Our Gates?,"db.movies.find({""title"": ""Within Our Gates""}, {""directors"": 1})" who's the director of Zero for Conduct?,"db.movies.find({""title"": ""Zero for Conduct""}, {""directors"": 1})" What is the name of the Kenji Mizoguchi-directed movie with the least runtime?,"db.movies.find({""directors"":""Kenji Mizoguchi""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" what is the plot for the movie Peter Pan?,"db.movies.find({""title"": ""Peter Pan""}, {""plot"": 1})" Which actor has the highest count of appearances in Gus Van Sant's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Gus Van Sant"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" "Has the movie From Hand to Mouth won any awards? If so, which ones?","db.movies.find({""title"":""From Hand to Mouth"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" how many awards did Les Misèrables win?,"db.movies.find({""title"":""Les Misèrables""}, {""awards.wins"":1})" What is the title of the movie with the shortest duration that Ridley Scott directed?,"db.movies.find({""directors"":""Ridley Scott""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" "In Old Arizona, was written by who?","db.movies.find({""title"": ""In Old Arizona""}, {""writers"": 1})" What languages are spoken in the movie A Midsummer Night's Dream ?,"db.movies.find({""title"": ""A Midsummer Night's Dream""}, { ""languages"": 1})" what year was Twentieth Century released?,"db.movies.find({""title"": ""Twentieth Century""}, {""year"": 1})" What is the movie The Power and the Glory rating?,"db.movies.find({""title"":""The Power and the Glory""}, {""rated"":1})" What is the IMDB rating of the movie Children in the Wind ?,"db.movies.find({""title"": ""Children in the Wind""}, { ""imdb.rating"": 1})" who are the actors in The Crowd Roars?,"db.movies.find({""title"": ""The Crowd Roars""}, {""cast"": 1})" who produced the movie The Italian?,"db.movies.find({""title"":""The Italian""}, {""tomatoes.production"":1})" what was the release year of the movie Daughter of Shanghai?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""year"": 1})" which company produced Nosferatu?,"db.movies.find({""title"":""Nosferatu""}, {""tomatoes.production"":1})" What is the Tomatometer score of the movie The General ?,"db.movies.find({ ""title"": ""The General"" },{ ""tomatoes.critic.meter"": 1 })" What are the genres this movie The Charge of the Light Brigade belongs to?,"db.movies.find({""title"":""The Charge of the Light Brigade""}, {""genres"":1})" What are the genres associated with the movie Scrooge ?,"db.movies.find({ ""title"": ""Scrooge"" }, { ""genres"": 1})" the movie Roberta starred which actors?,"db.movies.find({""title"": ""Roberta""}, {""cast"": 1})" who is the writer of the film Where Are My Children??,"db.movies.find({""title"": ""Where Are My Children?""}, {""writers"": 1})" How many reviews have been submitted by critics for the movie The Big House ?,"db.movies.find({""title"": ""The Big House""}, {""tomatoes.critic.numReviews"": 1})" What is the full plot summary of the movie The Story of Louis Pasteur ?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""plot"": 1})" the movie Mayerling was directed by who?,"db.movies.find({""title"": ""Mayerling""}, {""directors"": 1})" what is The Circus about in details?,"db.movies.find({""title"": ""The Circus""}, {""fullplot"": 1})" How many audience reviews have been submitted for the movie Triumph of the Will ?,"db.movies.find({ ""title"": ""Triumph of the Will"" },{ ""tomatoes.viewer.numReviews"": 1 })" what was the release date of the movie She Done Him Wrong?,"db.movies.find({""title"": ""She Done Him Wrong""}, {""released"": 1})" Can you provide a detailed summary of the movie Smilin' Through plot?,"db.movies.find({ ""title"": ""Smilin' Through"" }, { ""fullplot"": 1})" Who holds the record for the most appearances in movies directed by Francois Truffaut?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Francois Truffaut"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what is the full plot for The Passion of Joan of Arc?,"db.movies.find({""title"": ""The Passion of Joan of Arc""}, {""fullplot"": 1})" What is the IMDb rating for the movie Secret Agent ?,"db.movies.find({""title"":""Secret Agent""}, {""imdb.rating"":1})" what type of film is Top Hat?,"db.movies.find({""title"": ""Top Hat""}, {""genres"": 1})" who stars in the film Show People?,"db.movies.find({""title"": ""Show People""}, {""cast"": 1})" what is the movie In the Land of the Head Hunters imdb rating?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""imdb.rating"": 1})" In what language was the movie Pèpè le Moko released?,"db.movies.find({ ""title"": ""Pèpè le Moko"" }, { ""languages"": 1})" Who are the actors that appear in the movie Tarzan the Ape Man ?,"db.movies.find({ ""title"": ""Tarzan the Ape Man"" },{ ""cast"": 1 })" How did the audience and critics receive Lenin in October?,"db.movies.find({""title"":""Lenin in October""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who is the writer of the film The Crusades?,"db.movies.find({""title"": ""The Crusades""}, {""writers"": 1})" who directed Earth?,"db.movies.find({""title"": ""Earth""}, {""directors"": 1})" What is the production company behind the movie Sisters of the Gion ?,"db.movies.find({""title"": ""Sisters of the Gion""}, { ""tomatoes.production"": 1})" who wrote the movie Gold Diggers of 1935?,"db.movies.find({""title"": ""Gold Diggers of 1935""}, {""writers"": 1})" Can you tell me which Francois Truffaut movie has the longest length?,"db.movies.find({""directors"":""Francois Truffaut""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" what sort of movie is Bad Girl?,"db.movies.find({""title"": ""Bad Girl""}, {""genres"": 1})" What is the IMDb rating for the film Grand Hotel?,"db.movies.find({""title"": ""Grand Hotel""}, {""imdb.rating"": 1})" In what language was the movie The Hunchback of Notre Dame released?,"db.movies.find({ ""title"": ""The Hunchback of Notre Dame"" }, { ""languages"": 1})" the movie M was directed by who?,"db.movies.find({""title"": ""M""}, {""directors"": 1})" What is the runtime and rating for the movie 'The Poor Little Rich Girl'?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""runtime"": 1, ""rated"": 1})" the movie The Band Concert was directed by who?,"db.movies.find({""title"": ""The Band Concert""}, {""directors"": 1})" What is the Metacritic score of the movie The Lost Patrol ?,"db.movies.find({ ""title"": ""The Lost Patrol"" }, { ""metacritic"": 1})" who wrote the movie Bride of Frankenstein?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""writers"": 1})" Who are the starring actors/actresses in the movie Flesh and the Devil?,"db.movies.find({""title"":""Flesh and the Devil""}, {""cast"":1})" who produced the film Robin Hood?,"db.movies.find({""title"":""Robin Hood""}, {""tomatoes.production"":1})" How many reviews did the movie Upstream receive on Rotten Tomatoes?,"db.movies.find({""title"":""Upstream""}, {""tomatoes.viewer.numReviews"": 1,""tomatoes.critic.numReviews"":1})" What is the text representation of the awards won and nominations received by the movie A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, { ""awards.text"": 1})" Can you provide more information about the IMDb rating for the movie L'opèra de quat'sous ?,"db.movies.find({""title"":""L'opèra de quat'sous""}, {""imdb"":1})" which company produced The Red Head?,"db.movies.find({""title"":""The Red Head""}, {""tomatoes.production"":1})" who starred in Nanook of the North?,"db.movies.find({""title"": ""Nanook of the North""}, {""cast"": 1})" what is the plot for The Wind?,"db.movies.find({""title"": ""The Wind""}, {""plot"": 1})" the film Night Must Fall was directed by who?,"db.movies.find({""title"": ""Night Must Fall""}, {""directors"": 1})" Who are the main actors/actresses in the movie Man of Aran?,"db.movies.find({""title"":""Man of Aran""}, {""cast"":1})" What is the IMDb rating for the movie The Awful Truth?,"db.movies.find({""title"": ""The Awful Truth""}, {""imdb.rating"": 1})" what is Rembrandt about in details?,"db.movies.find({""title"": ""Rembrandt""}, {""fullplot"": 1})" Was the movie Red Dust well received by audiences?,"db.movies.find({""title"":""Red Dust""}, {""tomatoes.viewer"":1})" How did the audience and critics receive the movie Battling Butler?,"db.movies.find({""title"":""Battling Butler""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Was the movie He Who Gets Slapped well received by audiences?,"db.movies.find({""title"":""He Who Gets Slapped""}, {""tomatoes.viewer"":1})" what is The Big Trail imdb rating?,"db.movies.find({""title"": ""The Big Trail""}, {""imdb.rating"": 1})" Can you provide a detailed summary of the movie Les Misèrables plot?,"db.movies.find({ ""title"": ""Les Misèrables"" }, { ""fullplot"": 1})" What is the audience rating of the movie Man of Aran ?,"db.movies.find({ ""title"": ""Man of Aran"" },{ ""tomatoes.viewer.rating"": 1 })" the movie The Blood of a Poet starred which actors?,"db.movies.find({""title"": ""The Blood of a Poet""}, {""cast"": 1})" How many reviews have been submitted for the movie Captains Courageous on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Captains Courageous"" },{ ""tomatoes.viewer.numReviews"": 1 })" who are the actors in the film The Hurricane?,"db.movies.find({""title"": ""The Hurricane""}, {""cast"": 1})" who directed the movie Tabu: A Story of the South Seas?,"db.movies.find({""title"": ""Tabu: A Story of the South Seas""}, {""directors"": 1})" Could you inform me of the total runtime of all Ingmar Bergman-directed movies?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Ingmar Bergman"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" Who is the lead actor of the movie They Won't Forget ?,"db.movies.find({""title"": ""They Won't Forget""}, {""cast"":{""$slice"": 1},""title"":1})" who wrote the screenplay for Camille?,"db.movies.aggregate([ { ""$match"": { ""title"":""Camille""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the ID of the movie Safety Last! on IMDB?,"db.movies.find({""title"": ""Safety Last!""}, {""imdb.id"": 1})" What is the running time of the movie Mr. Deeds Goes to Town?,"db.movies.find({""title"":""Mr. Deeds Goes to Town""}, {""runtime"":1})" "Marked Woman, is written by who?","db.movies.find({""title"": ""Marked Woman""}, {""writers"": 1})" How many audience reviews have been submitted for the movie Stage Door?,"db.movies.find({ ""title"": ""Stage Door"" }, { ""tomatoes.viewer.numReviews"": 1 })" What is the production company of the film Make Way for Tomorrow?,"db.movies.find({""title"":""Make Way for Tomorrow""}, {""tomatoes.production"":1})" What is the imdbID and genre of the movie '42nd Street'?,"db.movies.find({""title"": ""42nd Street""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" who was the film Foolish Wives written by?,"db.movies.find({""title"": ""Foolish Wives""}, {""writers"": 1})" who are the actors in Make Way for Tomorrow?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""cast"": 1})" How many nominations did the movie Flash Gordon receive?,"db.movies.find({""title"":""Flash Gordon""}, {""awards.nominations"":1})" Can you provide more information about the Rotten Tomatoes rating for the movie Gold Diggers of 1933?,"db.movies.find({""title"": ""Gold Diggers of 1933""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" what is the genre for the movie Foolish Wives?,"db.movies.find({""title"": ""Foolish Wives""}, {""genres"": 1})" what genre of film is These Three?,"db.movies.find({""title"": ""These Three""}, {""genres"": 1})" who is the director for 42nd Street?,"db.movies.find({""title"": ""42nd Street""}, {""directors"": 1})" How many reviews have been submitted by critics for the movie The Son of the Sheik?,"db.movies.find({ ""title"": ""The Son of the Sheik"" }, { ""tomatoes.critic.numReviews"": 1 })" What is the box office revenue of the movie Pèpè le Moko in dollars?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""tomatoes.boxOffice"": 1})" Which movies from the 1990s were directed by Francis Ford Coppola?,"db.movies.find({""directors"": 'Francis Ford Coppola', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" Who is the director of the movie The Son of Kong?,"db.movies.find({""title"": ""The Son of Kong""}, { ""directors"": 1})" What is the runtime and rating for the movie 'Wild and Woolly'?,"db.movies.find({""title"": ""Wild and Woolly""}, {""runtime"": 1, ""rated"": 1})" what is the full plot for Queen Kelly?,"db.movies.find({""title"": ""Queen Kelly""}, {""fullplot"": 1})" "the movie Red Dust, was written by who?","db.movies.find({""title"": ""Red Dust""}, {""writers"": 1})" How many awards did the movie win Ella Cinders ?,"db.movies.find({ ""title"": ""Ella Cinders"" },{ ""awards.wins"": 1 })" "Has the film Cavalcade won any awards? If so, which ones?","db.movies.find({""title"":""Cavalcade"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" Which cinematic productions were directed by Sergei Eisenstein?,"db.movies.find({""directors"": ""Sergei Eisenstein""},{""title"":1})" who are the actors in the movie La Grande Illusion?,"db.movies.find({""title"": ""La Grande Illusion""}, {""cast"": 1})" what genre is the movie Frankenstein?,"db.movies.find({""title"": ""Frankenstein""}, {""genres"": 1})" How many votes did the movie Tarzan and His Mate receive on IMDB?,"db.movies.find({""title"": ""Tarzan and His Mate""}, { ""imdb.votes"": 1})" what was the genre of Night Must Fall?,"db.movies.find({""title"": ""Night Must Fall""}, {""genres"": 1})" "Has Our Hospitality won any awards? If so, which ones?","db.movies.find({""title"":""Our Hospitality"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" Man of Aran is a film written by this person?,"db.movies.find({""title"": ""Man of Aran""}, {""writers"": 1})" What are the genres this movie The Son of the Sheik belongs to?,"db.movies.find({""title"":""The Son of the Sheik""}, {""genres"":1})" what is the plot for the movie Murders in the Rue Morgue?,"db.movies.find({""title"": ""Murders in the Rue Morgue""}, {""plot"": 1})" what kind of movie is The Passion of Joan of Arc?,"db.movies.find({""title"": ""The Passion of Joan of Arc""}, {""genres"": 1})" what is the plot for Man with a Movie Camera?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""plot"": 1})" What is the movie Hell's Hinges about? Can you provide a brief summary?,"db.movies.find({""title"":""Hell's Hinges""}, {""plot"":1})" who are the actors in the movie A Day in the Country?,"db.movies.find({""title"": ""A Day in the Country""}, {""cast"": 1})" When was the Tomatometer score and other Tomato-related information last updated for the movie Battling Butler?,"db.movies.find({""title"": ""Battling Butler""}, { ""tomatoes.lastUpdated"": 1})" How many viewer reviews did the movie The Black Pirate receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Black Pirate""}, {""tomatoes.viewer.numReviews"":1})" What is the language of Alice Adams?,"db.movies.find({""title"":""Alice Adams""}, {""languages"":1})" What is the audience rating of the movie Scarface ?,"db.movies.find({ ""title"": ""Scarface"" },{ ""tomatoes.viewer.rating"": 1 })" what is the movie It's a Gift about in details?,"db.movies.find({""title"": ""It's a Gift""}, {""fullplot"": 1})" What is the percentage of positive reviews among critics for the movie Swedenhielms Family ?,"db.movies.find({ ""title"": ""Swedenhielms Family"" },{ ""tomatoes.critic.meter"": 1 })" who was Wild and Woolly written by?,"db.movies.find({""title"": ""Wild and Woolly""}, {""writers"": 1})" What are the countries associated with the movie Red Dust ?,"db.movies.find({""title"": ""Red Dust""}, {""countries"": 1})" the film Dr. Jekyll and Mr. Hyde starred who?,"db.movies.find({""title"": ""Dr. Jekyll and Mr. Hyde""}, {""cast"": 1})" Which of Louis Malle's movies has the highest Rotten Tomatoes rating?,"db.movies.find({""directors"": ""Louis Malle"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" how many awards did the film Metropolis win?,"db.movies.find({""title"":""Metropolis""}, {""awards.wins"":1})" What is the box office revenue for the movie 'Pèpè le Moko'?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""tomatoes.boxOffice"": 1})" What is the text description of the movie City Lights awards?,"db.movies.find({""title"":""City Lights""}, {""awards.text"":1})" who is the writer of 7th Heaven?,"db.movies.find({""title"": ""7th Heaven""}, {""writers"": 1})" What is the box office revenue of the movie Romeo and Juliet ?,"db.movies.find({""title"": ""Romeo and Juliet""}, { ""tomatoes.boxOffice"": 1})" Movie Crazy was directed by who?,"db.movies.find({""title"": ""Movie Crazy""}, {""directors"": 1})" What languages are spoken in the movie The Private Life of Don Juan ?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, { ""languages"": 1})" Can you provide more information about the languages spoken in the movie Broken Lullaby ?,"db.movies.find({""title"":""Broken Lullaby""}, {""languages"":1})" who acted in the film Civilization?,"db.movies.find({""title"": ""Civilization""}, {""cast"": 1})" How many viewer reviews did the movie The Champ receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Champ""}, {""tomatoes.viewer.numReviews"":1})" what kind of film is Now or Never?,"db.movies.find({""title"": ""Now or Never""}, {""genres"": 1})" which person directed Asphalt?,"db.movies.find({""title"": ""Asphalt""}, {""directors"": 1})" What is the IMDb rating for the movie The Blue Bird ?,"db.movies.find({""title"":""The Blue Bird""}, {""imdb.rating"":1})" who is the director for Little Miss Marker?,"db.movies.find({""title"": ""Little Miss Marker""}, {""directors"": 1})" who directed the film Triumph of the Will?,"db.movies.find({""title"": ""Triumph of the Will""}, {""directors"": 1})" What are the countries associated with the movie King Kong ?,"db.movies.find({""title"": ""King Kong""}, {""countries"": 1})" who was the writer of the movie Mr. Deeds Goes to Town?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""writers"": 1})" what was the release date of the movie Zoo in Budapest?,"db.movies.find({""title"": ""Zoo in Budapest""}, {""released"": 1})" the movie All Quiet on the Western Front was directed by who?,"db.movies.find({""title"": ""All Quiet on the Western Front""}, {""directors"": 1})" Robin Hood was directed by who?,"db.movies.find({""title"": ""Robin Hood""}, {""directors"": 1})" who's the director of San Francisco?,"db.movies.find({""title"": ""San Francisco""}, {""directors"": 1})" What is the box office revenue of the movie Chapayev ?,"db.movies.find({""title"": ""Chapayev""}, { ""tomatoes.boxOffice"": 1})" How did the audience and critics receive the film The Gilded Lily?,"db.movies.find({""title"":""The Gilded Lily""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the audience rating of the movie Tsirk ?,"db.movies.find({ ""title"": ""Tsirk"" },{ ""tomatoes.viewer.rating"": 1 })" who is the director for In the Land of the Head Hunters?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""directors"": 1})" who was the writer of Foolish Wives?,"db.movies.find({""title"": ""Foolish Wives""}, {""writers"": 1})" What is the percentage of positive reviews among critics for the movie The Fall of the House of Usher ?,"db.movies.find({ ""title"": ""The Fall of the House of Usher"" },{ ""tomatoes.critic.meter"": 1 })" What is the IMDb rating for the movie Civilization?,"db.movies.find({""title"": ""Civilization""}, {""imdb.rating"": 1})" What is the imdbID and year of release for the movie with a title of 'The Man Who Could Work Miracles'?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" what was the genre of I Am a Fugitive from a Chain Gang?,"db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, {""genres"": 1})" How many votes does the movie Go West have on IMDb?,"db.movies.find({""title"":""Go West""}, {""imdb.votes"":1})" What is the box office revenue for the movie 'Morocco'?,"db.movies.find({""title"": ""Morocco""}, {""tomatoes.boxOffice"": 1})" who stars in the movie Follow the Fleet?,"db.movies.find({""title"": ""Follow the Fleet""}, {""cast"": 1})" "the film I Am a Fugitive from a Chain Gang, was written by who?","db.movies.find({""title"": ""I Am a Fugitive from a Chain Gang""}, {""writers"": 1})" What are the countries associated with the movie The Thief of Bagdad ?,"db.movies.find({""title"": ""The Thief of Bagdad""}, {""countries"": 1})" What are the names of all the actors who starred in the movie 'Daughter of Shanghai'?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""cast"": 1})" who wrote the film In the Land of the Head Hunters?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""writers"": 1})" who was the writer of The Pearls of the Crown?,"db.movies.find({""title"": ""The Pearls of the Crown""}, {""writers"": 1})" what is the genre for the movie Moscow Laughs?,"db.movies.find({""title"": ""Moscow Laughs""}, {""genres"": 1})" What is the consensus among critics about the movie Zoo in Budapest ?,"db.movies.find({""title"": ""Zoo in Budapest""}, {""tomatoes.consensus"": 1})" Who holds the record for the most appearances in movies directed by Luchino Visconti?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Luchino Visconti"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the running time of the movie Ben-Hur: A Tale of the Christ?,"db.movies.find({""title"":""Ben-Hur: A Tale of the Christ""}, {""runtime"":1})" What is the consensus among critics about the movie Storm Over Asia ?,"db.movies.find({""title"": ""Storm Over Asia""}, {""tomatoes.consensus"": 1})" What is the text description of the movie Greed awards?,"db.movies.find({""title"":""Greed""}, {""awards.text"":1})" What is the Rotten Tomatoes meter rating for the movie The Black Pirate ?,"db.movies.find({""title"":""The Black Pirate""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" what is the full plot for City Streets?,"db.movies.find({""title"": ""City Streets""}, {""fullplot"": 1})" Can you provide more information about the languages spoken in the movie Westfront 1918 ?,"db.movies.find({""title"":""Westfront 1918""}, {""languages"":1})" What is the language of The Kid Brother?,"db.movies.find({""title"":""The Kid Brother""}, {""languages"":1})" What is the box office revenue of the movie Death Takes a Holiday in dollars?,"db.movies.find({""title"": ""Death Takes a Holiday""}, {""tomatoes.boxOffice"": 1})" What is the movie The 3 Penny Opera about? Can you provide a brief summary?,"db.movies.find({""title"":""The 3 Penny Opera""}, {""plot"":1})" what genre of film is The Saphead?,"db.movies.find({""title"": ""The Saphead""}, {""genres"": 1})" What is the name of the director and cast for the movie 'Mèdchen in Uniform'?,"db.movies.find({""title"": ""Mèdchen in Uniform""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" what is The Mummy about in details?,"db.movies.find({""title"": ""The Mummy""}, {""fullplot"": 1})" What is the IMDb rating for Greed?,"db.movies.find({""title"": ""Greed""}, {""imdb.rating"": 1})" who is listed as director for Sanders of the River?,"db.movies.find({""title"": ""Sanders of the River""}, {""directors"": 1})" what is the plot for the film Steamboat Willie?,"db.movies.find({""title"": ""Steamboat Willie""}, {""plot"": 1})" what is the movie Pandora's Box imdb rating?,"db.movies.find({""title"": ""Pandora's Box""}, {""imdb.rating"": 1})" Bad Girl is a movie written by this person?,"db.movies.find({""title"": ""Bad Girl""}, {""writers"": 1})" What is the running time of the film The Man Who Could Work Miracles?,"db.movies.find({""title"":""The Man Who Could Work Miracles""}, {""runtime"":1})" how many awards did the film Ella Cinders win?,"db.movies.find({""title"":""Ella Cinders""}, {""awards.wins"":1})" who wrote the film Ella Cinders?,"db.movies.find({""title"": ""Ella Cinders""}, {""writers"": 1})" When was the movie Camille released?,"db.movies.find({""title"":""Camille""}, {""released"":1})" What is the website associated with the movie Cavalcade on Rotten Tomatoes?,"db.movies.find({""title"": ""Cavalcade""}, {""tomatoes.website"": 1})" Which actor has the highest number of appearances in movies directed by Jacques Rivette?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Jacques Rivette"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" how many awards did David Golder win?,"db.movies.find({""title"":""David Golder""}, {""awards.wins"":1})" What is the box office revenue of the movie The Unknown ?,"db.movies.find({""title"": ""The Unknown""}, { ""tomatoes.boxOffice"": 1})" What is the box office revenue for the movie 'Where Are My Children?'?,"db.movies.find({""title"": ""Where Are My Children?""}, {""tomatoes.boxOffice"": 1})" what is the movie The Green Pastures imdb rating?,"db.movies.find({""title"": ""The Green Pastures""}, {""imdb.rating"": 1})" who directed the film He Who Gets Slapped?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""directors"": 1})" who starred in The Green Pastures?,"db.movies.find({""title"": ""The Green Pastures""}, {""cast"": 1})" What is the IMDB rating of the movie The Mummy ?,"db.movies.find({""title"": ""The Mummy""}, { ""imdb.rating"": 1})" who produced the film Tsirk?,"db.movies.find({""title"":""Tsirk""}, {""tomatoes.production"":1})" how has Topaze been recieved by critics and audience?,"db.movies.find({""title"":""Topaze""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How does the movie The Cameraman rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Cameraman"" },{ ""tomatoes.critic.meter"": 1 })" What is the percentage of positive reviews among critics for the movie The Scarlet Empress ?,"db.movies.find({ ""title"": ""The Scarlet Empress"" },{ ""tomatoes.critic.meter"": 1 })" How did the audience and critics receive the film Children in the Wind?,"db.movies.find({""title"":""Children in the Wind""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Who is the director of the movie Black Fury?,"db.movies.find({""title"": ""Black Fury""}, { ""directors"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Children in the Wind""}, { ""tomatoes.production"": 1})" What is the production company behind the movie Harvest ?,"db.movies.find({""title"": ""Harvest""}, { ""tomatoes.production"": 1})" Can you provide more information about the IMDb rating for the movie Three Little Pigs ?,"db.movies.find({""title"":""Three Little Pigs""}, {""imdb"":1})" what kind of film is The New Gulliver?,"db.movies.find({""title"": ""The New Gulliver""}, {""genres"": 1})" How long is the movie The Ace of Hearts in minutes?,"db.movies.find({""title"":""The Ace of Hearts""}, {""runtime"":1})" What type of movie is Dekigokoro ?,"db.movies.find({""title"":""Dekigokoro""}, {""genres"":1})" I'm curious about the films that were directed by Woody Allen. Can you name them?,"db.movies.find({""directors"": ""Woody Allen""},{""title"":1})" who stars in the film Modern Times?,"db.movies.find({""title"": ""Modern Times""}, {""cast"": 1})" "the film Dekigokoro, was written by who?","db.movies.find({""title"": ""Dekigokoro""}, {""writers"": 1})" Who is the lead actress of the movie The Poor Little Rich Girl ?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""cast"":{""$slice"": 1},""title"":1})" What is the MongoDB document ID of the movie White Shadows?,"db.movies.find({""title"": ""White Shadows""}, {""_id"": 1})" who are the actors in the film The Wedding March?,"db.movies.find({""title"": ""The Wedding March""}, {""cast"": 1})" What is the website associated with the movie Gertie the Dinosaur on Rotten Tomatoes?,"db.movies.find({""title"": ""Gertie the Dinosaur""}, {""tomatoes.website"": 1})" what is the plot for the movie Hell's Hinges?,"db.movies.find({""title"": ""Hell's Hinges""}, {""plot"": 1})" Can you provide a detailed summary of the movie Black Legion plot?,"db.movies.find({ ""title"": ""Black Legion"" }, { ""fullplot"": 1})" what was the genre of A Farewell to Arms?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""genres"": 1})" who stars in Metropolis?,"db.movies.find({""title"": ""Metropolis""}, {""cast"": 1})" Can you share with me the names of the top-rated movies directed by Vittorio De Sica?,"db.movies.find({""directors"": 'Vittorio De Sica', ""imdb.rating"": {""$gt"": 8.5}})" what was the release date of the movie Alice Adams?,"db.movies.find({""title"": ""Alice Adams""}, {""released"": 1})" Was the movie Freaks well received by audiences?,"db.movies.find({""title"":""Freaks""}, {""tomatoes.viewer"":1})" How many wins did the movie Three Little Pigs receive?,"db.movies.find({""title"":""Three Little Pigs""}, {""awards.wins"":1})" The Red Head was directed by who?,"db.movies.find({""title"": ""The Red Head""}, {""directors"": 1})" who is the writer of the film La Grande Illusion?,"db.movies.find({""title"": ""La Grande Illusion""}, {""writers"": 1})" What is the Rotten Tomatoes meter rating for the movie The Wedding Night ?,"db.movies.find({""title"":""The Wedding Night""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" What is the MongoDB document ID of the movie In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, {""_id"": 1})" what is the genre for the movie Freaks?,"db.movies.find({""title"": ""Freaks""}, {""genres"": 1})" which person directed The Informer?,"db.movies.find({""title"": ""The Informer""}, {""directors"": 1})" the movie The Hurricane starred who?,"db.movies.find({""title"": ""The Hurricane""}, {""cast"": 1})" Can you provide more information about the languages spoken in the movie She Done Him Wrong ?,"db.movies.find({""title"":""She Done Him Wrong""}, {""languages"":1})" who is the director of Cops?,"db.movies.find({""title"": ""Cops""}, {""directors"": 1})" what is the plot for The Good Earth?,"db.movies.find({""title"": ""The Good Earth""}, {""plot"": 1})" what was the release date of the movie Little Miss Marker?,"db.movies.find({""title"": ""Little Miss Marker""}, {""released"": 1})" Who is the lead actor of the movie The Good Earth ?,"db.movies.find({""title"": ""The Good Earth""}, {""cast"":{""$slice"": 1},""title"":1})" Which movie genre does Kenji Mizoguchi mainly specialize in as a director?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Kenji Mizoguchi"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Has the movie Payment Deferred won any awards?,"db.movies.find({""title"":""Payment Deferred""}, {""awards.wins"":1})" who's the director of The Lost Patrol?,"db.movies.find({""title"": ""The Lost Patrol""}, {""directors"": 1})" What is the plot summary of the movie Storm Over Asia ?,"db.movies.find({ ""title"": ""Storm Over Asia"" }, { ""plot"": 1})" What is the Tomatometer score of the movie King of Jazz ?,"db.movies.find({ ""title"": ""King of Jazz"" },{ ""tomatoes.critic.meter"": 1 })" which person wrote the film Movie Crazy?,"db.movies.find({""title"": ""Movie Crazy""}, {""writers"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Wild Oranges""}, { ""tomatoes.production"": 1})" "Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics is a movie written by this person?","db.movies.find({""title"": ""Winsor McCay, the Famous Cartoonist of the N.Y. Herald and His Moving Comics""}, {""writers"": 1})" What are the most critically acclaimed movies directed by Tim Burton?,"db.movies.find({""directors"": 'Tim Burton', ""imdb.rating"": {""$gt"": 8.5}})" who directed The Garden of Allah?,"db.movies.find({""title"": ""The Garden of Allah""}, {""directors"": 1})" who stars in A Damsel in Distress?,"db.movies.find({""title"": ""A Damsel in Distress""}, {""cast"": 1})" who was The Power and the Glory directed by?,"db.movies.find({""title"": ""The Power and the Glory""}, {""directors"": 1})" What is the production company behind the movie Ella Cinders ?,"db.movies.find({""title"": ""Ella Cinders""}, {""tomatoes.production"": 1})" what was the release date of the film The Invisible Ray?,"db.movies.find({""title"": ""The Invisible Ray""}, {""released"": 1})" who are the actors in the movie Make Way for Tomorrow?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""cast"": 1})" Was the movie Murders in the Rue Morgue well received by audiences?,"db.movies.find({""title"":""Murders in the Rue Morgue""}, {""tomatoes.viewer"":1})" what is the plot for the film Three Smart Girls?,"db.movies.find({""title"": ""Three Smart Girls""}, {""plot"": 1})" which person wrote the movie Three Ages?,"db.movies.find({""title"": ""Three Ages""}, {""writers"": 1})" what year was the movie The Blue Light released?,"db.movies.find({""title"": ""The Blue Light""}, {""year"": 1})" who wrote the screenplay for the movie Murders in the Rue Morgue?,"db.movies.aggregate([ { ""$match"": { ""title"":""Murders in the Rue Morgue""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" What is the Tomatometer score of the movie For Heaven's Sake ?,"db.movies.find({ ""title"": ""For Heaven's Sake"" },{ ""tomatoes.critic.meter"": 1 })" When was the movie The Big House released in theaters?,"db.movies.find({""title"": ""The Big House""}, {""released"": 1})" who is the writer of the movie Anna Karenina?,"db.movies.find({""title"": ""Anna Karenina""}, {""writers"": 1})" who starred in the movie Wild Oranges?,"db.movies.find({""title"": ""Wild Oranges""}, {""cast"": 1})" How many reviews have been submitted by critics for the movie Footlight Parade ?,"db.movies.find({""title"": ""Footlight Parade""}, {""tomatoes.critic.numReviews"": 1})" who starred in the film Romeo and Juliet?,"db.movies.find({""title"": ""Romeo and Juliet""}, {""cast"": 1})" What is the percentage of positive reviews among critics for the movie Salomè ?,"db.movies.find({ ""title"": ""Salomè"" },{ ""tomatoes.critic.meter"": 1 })" What is the freshness score of the movie The Devil Is a Woman on Rotten Tomatoes?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""tomatoes.fresh"": 1})" What is the rating of the movie The Life of Emile Zola on IMDb?,"db.movies.find({""title"":""The Life of Emile Zola""}, {""imdb.rating"":1})" "Has the film The Beloved Vagabond won any awards? If so, which ones?","db.movies.find({""title"":""The Beloved Vagabond"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Lady Windermere's Fan?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" What is the name of the director and cast for the movie 'The Story of a Cheat'?,"db.movies.find({""title"": ""The Story of a Cheat""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" what is the full plot for the film Maria Chapdelaine?,"db.movies.find({""title"": ""Maria Chapdelaine""}, {""fullplot"": 1})" What is the audience rating of the movie The Blue Bird ?,"db.movies.find({ ""title"": ""The Blue Bird"" },{ ""tomatoes.viewer.rating"": 1 })" "the movie è Nous la Libertè, was written by who?","db.movies.find({""title"": ""è Nous la Libertè""}, {""writers"": 1})" what is the full plot for the movie Cops?,"db.movies.find({""title"": ""Cops""}, {""fullplot"": 1})" How did the audience and critics receive The Invisible Ray?,"db.movies.find({""title"":""The Invisible Ray""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the highest-rated movie directed by Pedro Almodovar on rotten tomatoes?,"db.movies.find({""directors"": ""Pedro Almodovar"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" How did the audience and critics receive the movie The Blue Bird?,"db.movies.find({""title"":""The Blue Bird""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" In what year was the movie Carnival in Flanders released?,"db.movies.find({""title"":""Carnival in Flanders""}, {""year"":1})" What are the countries associated with the movie Lonesome ?,"db.movies.find({""title"": ""Lonesome""}, {""countries"": 1})" which person directed Frankenstein?,"db.movies.find({""title"": ""Frankenstein""}, {""directors"": 1})" who is the author of Love Me Tonight?,"db.movies.find({""title"": ""Love Me Tonight""}, {""writers"": 1})" what was the genre of High and Dizzy?,"db.movies.find({""title"": ""High and Dizzy""}, {""genres"": 1})" What is the movie Show People rating?,"db.movies.find({""title"":""Show People""}, {""rated"":1})" Was the movie It well received by audiences?,"db.movies.find({""title"":""It""}, {""tomatoes.viewer"":1})" what kind of movie is Sunrise?,"db.movies.find({""title"": ""Sunrise""}, {""genres"": 1})" Moscow Laughs is a movie written by this person?,"db.movies.find({""title"": ""Moscow Laughs""}, {""writers"": 1})" What is the running time of the movie Naughty Marietta?,"db.movies.find({""title"":""Naughty Marietta""}, {""runtime"":1})" who directed The Saphead?,"db.movies.find({""title"": ""The Saphead""}, {""directors"": 1})" what genre of film is Theodora Goes Wild?,"db.movies.find({""title"": ""Theodora Goes Wild""}, {""genres"": 1})" What is the IMDb ID for the movie The Black Pirate?,"db.movies.find({""title"":""The Black Pirate""}, {""imdb.id"":1})" can you describe the plot of Anthony Adverse?,"db.movies.find({""title"": ""Anthony Adverse""}, {""plot"": 1})" What is the IMDb rating for the movie Gold Diggers of 1935?,"db.movies.find({""title"": ""Gold Diggers of 1935""}, {""imdb.rating"": 1})" what kind of film is The Freshman?,"db.movies.find({""title"": ""The Freshman""}, {""genres"": 1})" what is The Iron Horse description?,"db.movies.find({""title"": ""The Iron Horse""}, {""plot"": 1})" "the movie He Who Gets Slapped, was written by who?","db.movies.find({""title"": ""He Who Gets Slapped""}, {""writers"": 1})" Who are the main actors/actresses in the movie Payment Deferred?,"db.movies.find({""title"":""Payment Deferred""}, {""cast"":1})" which person wrote The Red Head?,"db.movies.find({""title"": ""The Red Head""}, {""writers"": 1})" How many wins did the movie Foolish Wives receive?,"db.movies.find({""title"":""Foolish Wives""}, {""awards.wins"":1})" What is the language of Where Are My Children??,"db.movies.find({""title"":""Where Are My Children?""}, {""languages"":1})" What is the language of the film Twentieth Century?,"db.movies.find({""title"":""Twentieth Century""}, {""languages"":1})" what genre of film is In the Land of the Head Hunters?,"db.movies.find({""title"": ""In the Land of the Head Hunters""}, {""genres"": 1})" who wrote the screenplay for the movie The Passion of Joan of Arc?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Passion of Joan of Arc""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" what is the movie The Mummy imdb rating?,"db.movies.find({""title"": ""The Mummy""}, {""imdb.rating"": 1})" who wrote the movie Les vampires?,"db.movies.find({""title"": ""Les vampires""}, {""writers"": 1})" What languages are spoken in the movie Wings?,"db.movies.find({""title"":""Wings""}, {""languages"":1})" What is the full plot summary of the movie The Big Trail ?,"db.movies.find({""title"": ""The Big Trail""}, {""plot"": 1})" what is the plot for the film Der Kaiser von Kalifornien?,"db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, {""plot"": 1})" what was the release date of Pèpè le Moko?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""released"": 1})" what genre is the movie The Red Head?,"db.movies.find({""title"": ""The Red Head""}, {""genres"": 1})" In what year was the movie The Great Train Robbery released ?,"db.movies.find({ ""title"": ""The Great Train Robbery"" }, { ""year"": 1})" What is the movie Two Seconds about? Can you provide a brief summary?,"db.movies.find({""title"":""Two Seconds""}, {""plot"":1})" Can you provide me with a list of movies directed by David Lynch that were released in the 1990s?,"db.movies.find({""directors"": 'David Lynch', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What is the runtime of the movie Theodora Goes Wild ?,"db.movies.find({""title"": ""Theodora Goes Wild""}, { ""runtime"": 1})" what is the movie The Dark Angel about?,"db.movies.find({""title"": ""The Dark Angel""}, {""plot"": 1})" who was the writer of the movie My Man Godfrey?,"db.movies.find({""title"": ""My Man Godfrey""}, {""writers"": 1})" What is the average rating of all of Alfred Hitchcock movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Alfred Hitchcock""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" which company produced the movie The Lives of a Bengal Lancer?,"db.movies.find({""title"":""The Lives of a Bengal Lancer""}, {""tomatoes.production"":1})" how has Cleopatra been recieved by critics and audience?,"db.movies.find({""title"":""Cleopatra""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who are the actors in The Dark Angel?,"db.movies.find({""title"": ""The Dark Angel""}, {""cast"": 1})" who was King Kong written by?,"db.movies.find({""title"": ""King Kong""}, {""writers"": 1})" Was the movie She well received by audiences?,"db.movies.find({""title"":""She""}, {""tomatoes.viewer"":1})" what was the release date of Dames?,"db.movies.find({""title"": ""Dames""}, {""released"": 1})" What is the imdbID and genre of the movie 'Topaze'?,"db.movies.find({""title"": ""Topaze""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" who was The Immigrant directed by?,"db.movies.find({""title"": ""The Immigrant""}, {""directors"": 1})" which person wrote the film Greed?,"db.movies.find({""title"": ""Greed""}, {""writers"": 1})" When was the movie He Who Gets Slapped released?,"db.movies.find({""title"":""He Who Gets Slapped""}, {""released"":1})" Can you name some of the films that Ethan Coen directed and were released in the 1990s?,"db.movies.find({""directors"": 'Ethan Coen', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" who is the director of Napoleon?,"db.movies.find({""title"": ""Napoleon""}, {""directors"": 1})" Was the movie The Wedding Night well received by audiences?,"db.movies.find({""title"":""The Wedding Night""}, {""tomatoes.viewer"":1})" Who are the main actors/actresses in the movie A Farewell to Arms?,"db.movies.find({""title"":""A Farewell to Arms""}, {""cast"":1})" "Has Disraeli won any awards? If so, which ones?","db.movies.find({""title"":""Disraeli"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" who directed the film Zoo in Budapest?,"db.movies.find({""title"": ""Zoo in Budapest""}, {""directors"": 1})" who stars in She?,"db.movies.find({""title"": ""She""}, {""cast"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie The Story of Louis Pasteur ?,"db.movies.find({""title"":""The Story of Louis Pasteur""}, {""tomatoes.viewer.meter"":1})" When was the information about the movie King of Jazz last updated?,"db.movies.find({ ""title"": ""King of Jazz"" }, { ""lastupdated"": 1})" Who is the director of the movie The Front Page?,"db.movies.find({""title"": ""The Front Page""}, { ""directors"": 1})" What is the primary genre of the movies directed by Wes Anderson?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Wes Anderson"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" 7th Heaven was directed by who?,"db.movies.find({""title"": ""7th Heaven""}, {""directors"": 1})" who stars in the movie The Poor Little Rich Girl?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""cast"": 1})" can you describe the plot of Comradeship?,"db.movies.find({""title"": ""Comradeship""}, {""plot"": 1})" what genre is A Farewell to Arms?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""genres"": 1})" How long is the movie Les Misèrables in minutes?,"db.movies.find({""title"":""Les Misèrables""}, {""runtime"":1})" Les Misèrables is written by this person?,"db.movies.find({""title"": ""Les Misèrables""}, {""writers"": 1})" What is the movie Freaks rating?,"db.movies.find({""title"":""Freaks""}, {""rated"":1})" How many viewer reviews did the movie 7th Heaven receive on Rotten Tomatoes?,"db.movies.find({""title"":""7th Heaven""}, {""tomatoes.viewer.numReviews"":1})" who was the writer of the film The Story of Louis Pasteur?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""writers"": 1})" who was the film Tarzan the Ape Man written by?,"db.movies.find({""title"": ""Tarzan the Ape Man""}, {""writers"": 1})" What is the Rotten Tomatoes meter rating for the movie Final Accord ?,"db.movies.find({""title"":""Final Accord""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" How many nominations did the movie Mary of Scotland receive?,"db.movies.find({""title"":""Mary of Scotland""}, {""awards.nominations"":1})" the director of The Ghost Goes West was?,"db.movies.find({""title"": ""The Ghost Goes West""}, {""directors"": 1})" who starred in Twentieth Century?,"db.movies.find({""title"": ""Twentieth Century""}, {""cast"": 1})" Can you give me a brief summary of the movie Nanook of the North plot?,"db.movies.find({""title"":""Nanook of the North""}, {""plot"":1})" Was the movie Under the Roofs of Paris well received by audiences and critics?,"db.movies.find({""title"":""Under the Roofs of Paris""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" How many reviews have been submitted for the movie Folies Bergère de Paris on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Folies Bergère de Paris"" },{ ""tomatoes.viewer.numReviews"": 1 })" Wild and Woolly is written by this person?,"db.movies.find({""title"": ""Wild and Woolly""}, {""writers"": 1})" Could you inform me of the total runtime of all Jean-Luc Godard-directed movies?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Jean-Luc Godard"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" How many awards did the movie win Baby Face ?,"db.movies.find({ ""title"": ""Baby Face"" },{ ""awards.wins"": 1 })" Which film directed by Robert Bresson has the longest running time?,"db.movies.find({""directors"":""Robert Bresson""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" the movie The Passion of Joan of Arc starred which actors?,"db.movies.find({""title"": ""The Passion of Joan of Arc""}, {""cast"": 1})" "the movie Night Must Fall, was written by who?","db.movies.find({""title"": ""Night Must Fall""}, {""writers"": 1})" who was the movie The Lost Patrol written by?,"db.movies.find({""title"": ""The Lost Patrol""}, {""writers"": 1})" What is the box office revenue for the movie 'The Music Box'?,"db.movies.find({""title"": ""The Music Box""}, {""tomatoes.boxOffice"": 1})" who directed The 3 Penny Opera?,"db.movies.find({""title"": ""The 3 Penny Opera""}, {""directors"": 1})" who starred in The Devil Is a Woman?,"db.movies.find({""title"": ""The Devil Is a Woman""}, {""cast"": 1})" who is the director of The Lives of a Bengal Lancer?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""directors"": 1})" who produced Swedenhielms Family?,"db.movies.find({""title"":""Swedenhielms Family""}, {""tomatoes.production"":1})" How many wins did the movie The Jazz Singer receive?,"db.movies.find({""title"":""The Jazz Singer""}, {""awards.wins"":1})" what was the release date of Disraeli?,"db.movies.find({""title"": ""Disraeli""}, {""released"": 1})" who was Battling Butler directed by?,"db.movies.find({""title"": ""Battling Butler""}, {""directors"": 1})" the film Pandora's Box starred who?,"db.movies.find({""title"": ""Pandora's Box""}, {""cast"": 1})" Who are the actors that appear in the movie Dames ?,"db.movies.find({ ""title"": ""Dames"" },{ ""cast"": 1 })" Who is the lead actor of the movie Carnival in Flanders ?,"db.movies.find({""title"": ""Carnival in Flanders""}, {""cast"":{""$slice"": 1},""title"":1})" who was the writer of Broadway Bill?,"db.movies.find({""title"": ""Broadway Bill""}, {""writers"": 1})" who was the writer of Viva Villa!?,"db.movies.find({""title"": ""Viva Villa!""}, {""writers"": 1})" Can you provide a detailed summary of the movie A Day in the Country plot?,"db.movies.find({ ""title"": ""A Day in the Country"" }, { ""fullplot"": 1})" What is the language of the movie Elephant Boy?,"db.movies.find({""title"":""Elephant Boy""}, {""languages"":1})" "the film Shall We Dance, was written by who?","db.movies.find({""title"": ""Shall We Dance""}, {""writers"": 1})" how many awards did the movie A Free Soul win?,"db.movies.find({""title"":""A Free Soul""}, {""awards.wins"":1})" Who are the writers of the movie The Land Beyond the Sunset ?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, { ""writers"": 1})" What is the text description of the movie Salomè awards?,"db.movies.find({""title"":""Salomè""}, {""awards.text"":1})" Applause is a film written by this person?,"db.movies.find({""title"": ""Applause""}, {""writers"": 1})" how many awards did the movie Dodsworth win?,"db.movies.find({""title"":""Dodsworth""}, {""awards.wins"":1})" Who are the main actors/actresses in the movie Greed?,"db.movies.find({""title"":""Greed""}, {""cast"":1})" How many comments have been posted by users on the movie Mary of Scotland's page on the Mflix platform?,"db.movies.find({ ""title"": ""Mary of Scotland"" }, { ""num_mflix_comments"": 1 })" who wrote the film Blacksmith Scene?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""writers"": 1})" what genre is Lloyd's of London?,"db.movies.find({""title"": ""Lloyd's of London""}, {""genres"": 1})" what genre is Hell's Hinges?,"db.movies.find({""title"": ""Hell's Hinges""}, {""genres"": 1})" who produced the film Anna Karenina?,"db.movies.find({""title"":""Anna Karenina""}, {""tomatoes.production"":1})" who are the actors in Ruggles of Red Gap?,"db.movies.find({""title"": ""Ruggles of Red Gap""}, {""cast"": 1})" which company produced The Front Page?,"db.movies.find({""title"":""The Front Page""}, {""tomatoes.production"":1})" What is the movie For Heaven's Sake rating?,"db.movies.find({""title"":""For Heaven's Sake""}, {""rated"":1})" What is the imdbID and year of release for the movie with a title of 'Broken Blossoms or The Yellow Man and the Girl'?,"db.movies.find({""title"": ""Broken Blossoms or The Yellow Man and the Girl""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" who is the author of The Lower Depths?,"db.movies.find({""title"": ""The Lower Depths""}, {""writers"": 1})" What is the critical reception of the movie Cimarron?,"db.movies.find({""title"":""Cimarron""}, {""tomatoes.critic"":1})" Could you tell me the title of the movie with the shortest duration that was directed by Darren Aronofsky?,"db.movies.find({""directors"":""Darren Aronofsky""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" who acted in the film Wings?,"db.movies.find({""title"": ""Wings""}, {""cast"": 1})" Who are the writers of the movie Wild Oranges ?,"db.movies.find({""title"": ""Wild Oranges""}, { ""writers"": 1})" who produced the film Westfront 1918?,"db.movies.find({""title"":""Westfront 1918""}, {""tomatoes.production"":1})" how many awards did the film Broadway Bill win?,"db.movies.find({""title"":""Broadway Bill""}, {""awards.wins"":1})" Can you provide more information about the IMDb rating for the movie Cops ?,"db.movies.find({""title"":""Cops""}, {""imdb"":1})" which person directed They Won't Forget?,"db.movies.find({""title"": ""They Won't Forget""}, {""directors"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Traffic in Souls ?,"db.movies.find({""title"":""Traffic in Souls""}, {""tomatoes.viewer.meter"":1})" Who are the actors that appear in the movie The Lost World ?,"db.movies.find({ ""title"": ""The Lost World"" },{ ""cast"": 1 })" can you describe the plot of One Night of Love?,"db.movies.find({""title"": ""One Night of Love""}, {""plot"": 1})" What is the IMDb rating for the movie She Done Him Wrong ?,"db.movies.find({""title"":""She Done Him Wrong""}, {""imdb.rating"":1})" what is the full plot for the movie The Lost Patrol?,"db.movies.find({""title"": ""The Lost Patrol""}, {""fullplot"": 1})" what is the movie Wonder Bar about?,"db.movies.find({""title"": ""Wonder Bar""}, {""plot"": 1})" the film Elephant Boy starred who?,"db.movies.find({""title"": ""Elephant Boy""}, {""cast"": 1})" who is the author of Steamboat Willie?,"db.movies.find({""title"": ""Steamboat Willie""}, {""writers"": 1})" what is Sunrise about in details?,"db.movies.find({""title"": ""Sunrise""}, {""fullplot"": 1})" what kind of film is My Man Godfrey?,"db.movies.find({""title"": ""My Man Godfrey""}, {""genres"": 1})" What is the imdbID and genre of the movie 'Nanook of the North'?,"db.movies.find({""title"": ""Nanook of the North""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" which person wrote the movie Romeo and Juliet?,"db.movies.find({""title"": ""Romeo and Juliet""}, {""writers"": 1})" What is the MongoDB document ID of the movie Little Women?,"db.movies.find({""title"": ""Little Women""}, {""_id"": 1})" what kind of movie is Gertie the Dinosaur?,"db.movies.find({""title"": ""Gertie the Dinosaur""}, {""genres"": 1})" What is the language of the film Where Are My Children??,"db.movies.find({""title"":""Where Are My Children?""}, {""languages"":1})" who produced The Blood of a Poet?,"db.movies.find({""title"":""The Blood of a Poet""}, {""tomatoes.production"":1})" What is the language of She?,"db.movies.find({""title"":""She""}, {""languages"":1})" Who are the actors that appear in the movie The Crowd Roars ?,"db.movies.find({ ""title"": ""The Crowd Roars"" },{ ""cast"": 1 })" Which of Yasujiro Ozu's directed films has the briefest duration?,"db.movies.find({""directors"":""Yasujiro Ozu""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" Who are the writers of the movie White Shadows ?,"db.movies.find({""title"": ""White Shadows""}, { ""writers"": 1})" What are the names of all the actors who starred in the movie 'The Freshman'?,"db.movies.find({""title"": ""The Freshman""}, {""cast"": 1})" "Has Steamboat Willie won any awards? If so, which ones?","db.movies.find({""title"":""Steamboat Willie"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the IMDb rating for the movie Lady Windermere's Fan?,"db.movies.find({""title"": ""Lady Windermere's Fan""}, {""imdb.rating"": 1})" What is the rating of the movie Three Little Pigs according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Three Little Pigs""}, {""tomatoes.viewer.rating"": 1})" What is the imdbID and genre of the movie 'Morocco'?,"db.movies.find({""title"": ""Morocco""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" who stars in the film These Three?,"db.movies.find({""title"": ""These Three""}, {""cast"": 1})" What is the text description of the movie Camille awards?,"db.movies.find({""title"":""Camille""}, {""awards.text"":1})" What type of movie is Within Our Gates ?,"db.movies.find({""title"":""Within Our Gates""}, {""genres"":1})" When was the information about the movie The Prisoner of Zenda last updated?,"db.movies.find({ ""title"": ""The Prisoner of Zenda"" }, { ""lastupdated"": 1})" What is the production company of the movie The Great Train Robbery?,"db.movies.find({""title"":""The Great Train Robbery""}, {""tomatoes.production"":1})" Who is the lead actress of the movie Dr. Jekyll and Mr. Hyde ?,"db.movies.find({""title"": ""Dr. Jekyll and Mr. Hyde""}, {""cast"":{""$slice"": 1},""title"":1})" What is the runtime and rating for the movie '7th Heaven'?,"db.movies.find({""title"": ""7th Heaven""}, {""runtime"": 1, ""rated"": 1})" When was the movie The Mummy released in theaters?,"db.movies.find({""title"": ""The Mummy""}, {""released"": 1})" What is the imdbID and year of release for the movie with a title of 'The Spanish Earth'?,"db.movies.find({""title"": ""The Spanish Earth""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" What is the name of the director and cast for the movie 'Black Fury'?,"db.movies.find({""title"": ""Black Fury""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the running time of the film The Band Concert?,"db.movies.find({""title"":""The Band Concert""}, {""runtime"":1})" What is the language of the film Broadway Melody of 1936?,"db.movies.find({""title"":""Broadway Melody of 1936""}, {""languages"":1})" what is the movie For Heaven's Sake about?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""plot"": 1})" In what language was the movie The Awful Truth released?,"db.movies.find({ ""title"": ""The Awful Truth"" }, { ""languages"": 1})" What are the highest-rated Family in the database?,"db.movies.find({""genres"": ""Family""}).sort({""imdb.rating"": -1}).limit(10)" What is the movie Greed about? Can you provide a brief summary?,"db.movies.find({""title"":""Greed""}, {""plot"":1})" what was the release year of the movie Sons of the Desert?,"db.movies.find({""title"": ""Sons of the Desert""}, {""year"": 1})" who is the writer of This Is My Affair?,"db.movies.find({""title"": ""This Is My Affair""}, {""writers"": 1})" What is the Metacritic score of the movie The Italian ?,"db.movies.find({ ""title"": ""The Italian"" }, { ""metacritic"": 1})" Could you tell me which movie that Ingmar Bergman directed has the longest runtime?,"db.movies.find({""directors"":""Ingmar Bergman""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" What is the plot summary of the movie Movie Crazy ?,"db.movies.find({ ""title"": ""Movie Crazy"" }, { ""plot"": 1})" who starred in the movie Pèpè le Moko?,"db.movies.find({""title"": ""Pèpè le Moko""}, {""cast"": 1})" what is the film Bride of Frankenstein about?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""plot"": 1})" what kind of film is The Gold Rush?,"db.movies.find({""title"": ""The Gold Rush""}, {""genres"": 1})" how many awards did the film The Barretts of Wimpole Street win?,"db.movies.find({""title"":""The Barretts of Wimpole Street""}, {""awards.wins"":1})" My Man Godfrey is written by this person?,"db.movies.find({""title"": ""My Man Godfrey""}, {""writers"": 1})" What is the Metacritic score of the movie Marked Woman ?,"db.movies.find({ ""title"": ""Marked Woman"" }, { ""metacritic"": 1})" who produced High and Dizzy?,"db.movies.find({""title"":""High and Dizzy""}, {""tomatoes.production"":1})" who is the director for Flash Gordon?,"db.movies.find({""title"": ""Flash Gordon""}, {""directors"": 1})" who produced King of Jazz?,"db.movies.find({""title"":""King of Jazz""}, {""tomatoes.production"":1})" "Has Modern Times won any awards? If so, which ones?","db.movies.find({""title"":""Modern Times"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what is the film Cops about in details?,"db.movies.find({""title"": ""Cops""}, {""fullplot"": 1})" What is the freshness score of the movie The General on Rotten Tomatoes?,"db.movies.find({""title"": ""The General""}, {""tomatoes.fresh"": 1})" who was the writer of the movie Wild Oranges?,"db.movies.find({""title"": ""Wild Oranges""}, {""writers"": 1})" What is the IMDb ID for the movie Salomè?,"db.movies.find({""title"":""Salomè""}, {""imdb.id"":1})" "Has the movie Curly Top won any awards? If so, which ones?","db.movies.find({""title"":""Curly Top"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" the movie The Big Parade was directed by who?,"db.movies.find({""title"": ""The Big Parade""}, {""directors"": 1})" What is the rating of the movie In the Land of the Head Hunters ?,"db.movies.find({ ""title"": ""In the Land of the Head Hunters"" }, { ""rated"": 1})" "Has the film Tarzan and His Mate won any awards? If so, which ones?","db.movies.find({""title"":""Tarzan and His Mate"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" What is the box office revenue of the movie Forbidden ?,"db.movies.find({""title"": ""Forbidden""}, { ""tomatoes.boxOffice"": 1})" How many reviews have been submitted for the movie Tol'able David on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Tol'able David"" },{ ""tomatoes.viewer.numReviews"": 1 })" Which movies were helmed by Steven Spielberg and came out in the 1990s?,"db.movies.find({""directors"": 'Steven Spielberg', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" what type of movie is Movie Crazy?,"db.movies.find({""title"": ""Movie Crazy""}, {""genres"": 1})" What is the movie Tabu: A Story of the South Seas rating?,"db.movies.find({""title"":""Tabu: A Story of the South Seas""}, {""rated"":1})" What is the rating of the movie The Crowd on IMDb?,"db.movies.find({""title"":""The Crowd""}, {""imdb.rating"":1})" What is the consensus among critics about the movie Go West?,"db.movies.find({""title"": ""Go West""}, { ""tomatoes.consensus"": 1})" What is the production company behind the movie Wife! Be Like a Rose! ?,"db.movies.find({""title"": ""Wife! Be Like a Rose!""}, {""tomatoes.production"": 1})" what sort of movie is Camille?,"db.movies.find({""title"": ""Camille""}, {""genres"": 1})" How many votes does the movie Battleship Potemkin have on IMDb?,"db.movies.find({""title"":""Battleship Potemkin""}, {""imdb.votes"":1})" Who is the director of the movie Dr. Jekyll and Mr. Hyde?,"db.movies.find({""title"": ""Dr. Jekyll and Mr. Hyde""}, { ""directors"": 1})" In what year was the movie The Robber Symphony released?,"db.movies.find({""title"":""The Robber Symphony""}, {""year"":1})" In what language was the movie The Invisible Man released?,"db.movies.find({ ""title"": ""The Invisible Man"" }, { ""languages"": 1})" What is the website associated with the movie Metropolis on Rotten Tomatoes?,"db.movies.find({""title"": ""Metropolis""}, {""tomatoes.website"": 1})" When was the information about the movie Dr. Jekyll and Mr. Hyde last updated?,"db.movies.find({ ""title"": ""Dr. Jekyll and Mr. Hyde"" }, { ""lastupdated"": 1})" who starred in the movie Bride of Frankenstein?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""cast"": 1})" When was the movie Alice Adams released?,"db.movies.find({""title"":""Alice Adams""}, {""released"":1})" Who are the actors in the movie Les vampires?,"db.movies.find({""title"":""Les vampires""}, {""cast"":1})" What is the website associated with the movie These Three on Rotten Tomatoes?,"db.movies.find({""title"": ""These Three""}, {""tomatoes.website"": 1})" what is the movie A Free Soul about?,"db.movies.find({""title"": ""A Free Soul""}, {""plot"": 1})" who wrote the movie The Last of the Mohicans?,"db.movies.find({""title"": ""The Last of the Mohicans""}, {""writers"": 1})" What is the imdbID and genre of the movie 'Wild Boys of the Road'?,"db.movies.find({""title"": ""Wild Boys of the Road""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" what is the film Mr. Deeds Goes to Town description ?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""plot"": 1})" "In the 1990s, which movies were directed by Ingmar Bergman and released?","db.movies.find({""directors"": 'Ingmar Bergman', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" What is the box office revenue of the movie Everybody's Woman in dollars?,"db.movies.find({""title"": ""Everybody's Woman""}, {""tomatoes.boxOffice"": 1})" Has the movie Wild Boys of the Road won any awards?,"db.movies.find({""title"":""Wild Boys of the Road""}, {""awards.wins"":1})" how many awards did the movie Nanook of the North win?,"db.movies.find({""title"":""Nanook of the North""}, {""awards.wins"":1})" How does the movie Bad Girl rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Bad Girl"" },{ ""tomatoes.critic.meter"": 1 })" what is the film Black Fury about?,"db.movies.find({""title"": ""Black Fury""}, {""plot"": 1})" what is the plot for the movie M?,"db.movies.find({""title"": ""M""}, {""plot"": 1})" Was the movie Queen Kelly well received by audiences?,"db.movies.find({""title"":""Queen Kelly""}, {""tomatoes.viewer"":1})" "In the 1990s, which movies were directed by Alain Resnais and released?","db.movies.find({""directors"": 'Alain Resnais', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" who are the actors in the film Peter Pan?,"db.movies.find({""title"": ""Peter Pan""}, {""cast"": 1})" What is the IMDb rating for the film Flying Down to Rio?,"db.movies.find({""title"": ""Flying Down to Rio""}, {""imdb.rating"": 1})" Who are the writers of the movie Come and Get It ?,"db.movies.find({""title"": ""Come and Get It""}, { ""writers"": 1})" "How many comments have been posted by users on the movie Laugh, Clown, Laugh's page on the Mflix platform?","db.movies.find({ ""title"": ""Laugh, Clown, Laugh"" }, { ""num_mflix_comments"": 1 })" What is the viewer rating for the movie Les Misèrables on Rotten Tomatoes?,"db.movies.find({""title"":""Les Misèrables""}, {""tomatoes.viewer.rating"":1})" What is the imdbID and year of release for the movie with a title of 'Cops'?,"db.movies.find({""title"": ""Cops""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" What is the audience rating of the movie The Power and the Glory ?,"db.movies.find({ ""title"": ""The Power and the Glory"" },{ ""tomatoes.viewer.rating"": 1 })" what type of film is Regeneration?,"db.movies.find({""title"": ""Regeneration""}, {""genres"": 1})" which company produced Wife! Be Like a Rose!?,"db.movies.find({""title"":""Wife! Be Like a Rose!""}, {""tomatoes.production"":1})" who was the writer of Battleship Potemkin?,"db.movies.find({""title"": ""Battleship Potemkin""}, {""writers"": 1})" which actor appeared in most of the movies directed by David Lynch?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""David Lynch"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" Who are the actors that appear in the movie Wings ?,"db.movies.find({ ""title"": ""Wings"" },{ ""cast"": 1 })" Who are the main actors/actresses in the movie Mary of Scotland?,"db.movies.find({""title"":""Mary of Scotland""}, {""cast"":1})" what is The Trail of the Lonesome Pine description?,"db.movies.find({""title"": ""The Trail of the Lonesome Pine""}, {""plot"": 1})" How many wins did the movie Napoleon receive?,"db.movies.find({""title"":""Napoleon""}, {""awards.wins"":1})" who is the director that directed Smilin' Through?,"db.movies.find({""title"": ""Smilin' Through""}, {""directors"": 1})" who starred in the film Chapayev?,"db.movies.find({""title"": ""Chapayev""}, {""cast"": 1})" How did the audience and critics receive the movie The Crowd?,"db.movies.find({""title"":""The Crowd""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" Could you inform me of the genres of films that Ridley Scott has directed?,"db.movies.distinct(""genres"", { ""directors"": ""Ridley Scott"" })" How many reviews have been submitted by critics for the movie Intolerance: Love's Struggle Throughout the Ages ?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""tomatoes.critic.numReviews"": 1})" When was the movie The Man Who Could Work Miracles released?,"db.movies.find({""title"":""The Man Who Could Work Miracles""}, {""released"":1})" who's the director of A Story of Floating Weeds?,"db.movies.find({""title"": ""A Story of Floating Weeds""}, {""directors"": 1})" what genre of movie is Forbidden?,"db.movies.find({""title"": ""Forbidden""}, {""genres"": 1})" who's the director of City Lights?,"db.movies.find({""title"": ""City Lights""}, {""directors"": 1})" What is the language of the film All Quiet on the Western Front?,"db.movies.find({""title"":""All Quiet on the Western Front""}, {""languages"":1})" Can you provide a detailed summary of the movie Men Without Women plot?,"db.movies.find({ ""title"": ""Men Without Women"" }, { ""fullplot"": 1})" What languages are spoken in the movie Payment Deferred ?,"db.movies.find({""title"": ""Payment Deferred""}, { ""languages"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie The Last of the Mohicans?,"db.movies.find({""title"": ""The Last of the Mohicans""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" the movie The Devil to Pay! was directed by who?,"db.movies.find({""title"": ""The Devil to Pay!""}, {""directors"": 1})" How long is the runtime of the movie Popeye the Sailor Meets Sindbad the Sailor ?,"db.movies.find({""title"":""Popeye the Sailor Meets Sindbad the Sailor""}, {""runtime"":1})" what genre is the film The Story of Louis Pasteur?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""genres"": 1})" What is the running time of the movie è Nous la Libertè?,"db.movies.find({""title"":""è Nous la Libertè""}, {""runtime"":1})" Can you give me a brief summary of the movie Dishonored plot?,"db.movies.find({""title"":""Dishonored""}, {""plot"":1})" What is the ID of the movie Baby Face on IMDB?,"db.movies.find({""title"": ""Baby Face""}, {""imdb.id"": 1})" How did the audience and critics receive Wonder Bar?,"db.movies.find({""title"":""Wonder Bar""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who wrote the screenplay for the movie The Unknown?,"db.movies.aggregate([ { ""$match"": { ""title"":""The Unknown""} }, { ""$project"": { ""_id"": 0, ""writers"": {""$filter"": { ""input"": ""$writers"", ""as"": ""writer"", ""cond"": { ""$regexMatch"": { ""input"": ""$$writer"", ""regex"": ""screenplay"", ""options"":""i"" } } } } } }])" Who is the lead actress of the movie The Big House ?,"db.movies.find({""title"": ""The Big House""}, {""cast"":{""$slice"": 1},""title"":1})" What is the rating of the movie Little Miss Marker ?,"db.movies.find({ ""title"": ""Little Miss Marker"" }, { ""rated"": 1})" When was the movie Moscow Laughs released in theaters?,"db.movies.find({""title"": ""Moscow Laughs""}, {""released"": 1})" Has the movie Murders in the Rue Morgue won any awards?,"db.movies.find({""title"":""Murders in the Rue Morgue""}, {""awards.wins"":1})" What is the IMDb rating for the movie The 39 Steps?,"db.movies.find({""title"": ""The 39 Steps""}, {""imdb.rating"": 1})" What is the box office revenue for the movie 'Forbidden'?,"db.movies.find({""title"": ""Forbidden""}, {""tomatoes.boxOffice"": 1})" What is the critical reception of the movie Ella Cinders?,"db.movies.find({""title"":""Ella Cinders""}, {""tomatoes.critic"":1})" who was the film Make Way for Tomorrow written by?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""writers"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Little Miss Marker ?,"db.movies.find({""title"":""Little Miss Marker""}, {""tomatoes.viewer.meter"":1})" who is the director that directed Baby Face?,"db.movies.find({""title"": ""Baby Face""}, {""directors"": 1})" Could you give me the average rating of Woody Allen's movies that are in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Woody Allen""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What is the audience rating of the movie Pandora's Box ?,"db.movies.find({ ""title"": ""Pandora's Box"" },{ ""tomatoes.viewer.rating"": 1 })" who are the actors in the film Flash Gordon?,"db.movies.find({""title"": ""Flash Gordon""}, {""cast"": 1})" who directed the film The Strong Man?,"db.movies.find({""title"": ""The Strong Man""}, {""directors"": 1})" What is the Rotten Tomatoes meter rating for the movie Nanook of the North ?,"db.movies.find({""title"":""Nanook of the North""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" who wrote the film Scrooge?,"db.movies.find({""title"": ""Scrooge""}, {""writers"": 1})" what is the genre for the film Beau Geste?,"db.movies.find({""title"": ""Beau Geste""}, {""genres"": 1})" which company produced the film Zoo in Budapest?,"db.movies.find({""title"":""Zoo in Budapest""}, {""tomatoes.production"":1})" who are the actors in the film The Invisible Man?,"db.movies.find({""title"": ""The Invisible Man""}, {""cast"": 1})" What is the dominant genre of Jean-Luc Godard's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Jean-Luc Godard"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the full plot summary of the movie The Gay Divorcee ?,"db.movies.find({""title"": ""The Gay Divorcee""}, {""plot"": 1})" who acted in the movie The Fall of the House of Usher?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""cast"": 1})" In what year was the movie Payment Deferred released ?,"db.movies.find({ ""title"": ""Payment Deferred"" }, { ""year"": 1})" What is the text description of the movie The Prisoner of Shark Island awards?,"db.movies.find({""title"":""The Prisoner of Shark Island""}, {""awards.text"":1})" what is the plot for the movie Duck Soup?,"db.movies.find({""title"": ""Duck Soup""}, {""plot"": 1})" what was the release date of the movie Wild and Woolly?,"db.movies.find({""title"": ""Wild and Woolly""}, {""released"": 1})" Who are the writers of the movie A Corner in Wheat ?,"db.movies.find({""title"": ""A Corner in Wheat""}, { ""writers"": 1})" Gertie the Dinosaur is a film written by this person?,"db.movies.find({""title"": ""Gertie the Dinosaur""}, {""writers"": 1})" Which of Terrence Malick's directed films has the lengthiest duration?,"db.movies.find({""directors"":""Terrence Malick""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" what was the genre of the film Now or Never?,"db.movies.find({""title"": ""Now or Never""}, {""genres"": 1})" What is the IMDb rating for the movie The Spanish Earth?,"db.movies.find({""title"": ""The Spanish Earth""}, {""imdb.rating"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie The Band Concert ?,"db.movies.find({""title"":""The Band Concert""}, {""tomatoes.viewer.meter"":1})" what is the movie Intolerance: Love's Struggle Throughout the Ages description ?,"db.movies.find({""title"": ""Intolerance: Love's Struggle Throughout the Ages""}, {""plot"": 1})" who produced the movie Zoo in Budapest?,"db.movies.find({""title"":""Zoo in Budapest""}, {""tomatoes.production"":1})" what kind of film is Sherlock Jr.?,"db.movies.find({""title"": ""Sherlock Jr.""}, {""genres"": 1})" Can you tell me which Roman Polanski movie has the longest length?,"db.movies.find({""directors"":""Roman Polanski""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" How did the audience and critics receive the film Broadway Melody of 1936?,"db.movies.find({""title"":""Broadway Melody of 1936""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the full plot summary of the movie Gold Diggers of 1935 ?,"db.movies.find({""title"": ""Gold Diggers of 1935""}, {""plot"": 1})" When was the information last updated for the movie The Ace of Hearts ?,"db.movies.find({ ""title"": ""The Ace of Hearts"" },{ ""lastupdated"": 1 })" who stars in the movie One Hundred Men and a Girl?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""cast"": 1})" What is the production company behind the movie Grass: A Nation's Battle for Life ?,"db.movies.find({""title"": ""Grass: A Nation's Battle for Life""}, { ""tomatoes.production"": 1})" How many reviews have been submitted for the movie Man with a Movie Camera on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Man with a Movie Camera"" },{ ""tomatoes.viewer.numReviews"": 1 })" what is Safety Last! about?,"db.movies.find({""title"": ""Safety Last!""}, {""plot"": 1})" What is the audience rating of the movie The Son of the Sheik ?,"db.movies.find({ ""title"": ""The Son of the Sheik"" },{ ""tomatoes.viewer.rating"": 1 })" which person wrote the movie Mr. Deeds Goes to Town?,"db.movies.find({""title"": ""Mr. Deeds Goes to Town""}, {""writers"": 1})" What is the production company of the movie The Crusades?,"db.movies.find({""title"":""The Crusades""}, {""tomatoes.production"":1})" What is the running time of the movie Nanook of the North?,"db.movies.find({""title"":""Nanook of the North""}, {""runtime"":1})" The Man Who Knew Too Much is a film written by this person?,"db.movies.find({""title"": ""The Man Who Knew Too Much""}, {""writers"": 1})" What is the audience rating of the movie The Song of Night ?,"db.movies.find({ ""title"": ""The Song of Night"" },{ ""tomatoes.viewer.rating"": 1 })" What is the MongoDB document ID of the movie A Star Is Born?,"db.movies.find({""title"": ""A Star Is Born""}, {""_id"": 1})" Who is the director of the movie Les Misèrables?,"db.movies.find({""title"": ""Les Misèrables""}, { ""directors"": 1})" who wrote the film è Nous la Libertè?,"db.movies.find({""title"": ""è Nous la Libertè""}, {""writers"": 1})" what is the movie The Emperor Jones description ?,"db.movies.find({""title"": ""The Emperor Jones""}, {""plot"": 1})" who starred in Top Hat?,"db.movies.find({""title"": ""Top Hat""}, {""cast"": 1})" what's the main genre of the movies directed by Ethan Coen ?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Ethan Coen"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what is the film The Guardsman description ?,"db.movies.find({""title"": ""The Guardsman""}, {""plot"": 1})" what is Eskimo description?,"db.movies.find({""title"": ""Eskimo""}, {""plot"": 1})" what was the release year of Children in the Wind?,"db.movies.find({""title"": ""Children in the Wind""}, {""year"": 1})" What is the ID of the movie Broadway Bill on IMDB?,"db.movies.find({""title"": ""Broadway Bill""}, {""imdb.id"": 1})" who is the writer of the movie The Great Ziegfeld?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""writers"": 1})" who produced the film The Robber Symphony?,"db.movies.find({""title"":""The Robber Symphony""}, {""tomatoes.production"":1})" Who is the lead actor of the movie Seven Chances ?,"db.movies.find({""title"": ""Seven Chances""}, {""cast"":{""$slice"": 1},""title"":1})" What is the movie The Spanish Earth about? Can you provide a brief summary?,"db.movies.find({""title"":""The Spanish Earth""}, {""plot"":1})" what is the movie David Golder description ?,"db.movies.find({""title"": ""David Golder""}, {""plot"": 1})" "the film The Kid, was written by who?","db.movies.find({""title"": ""The Kid""}, {""writers"": 1})" The Edge of the World was directed by who?,"db.movies.find({""title"": ""The Edge of the World""}, {""directors"": 1})" who was White Shadows directed by?,"db.movies.find({""title"": ""White Shadows""}, {""directors"": 1})" what type of film is Follow the Fleet?,"db.movies.find({""title"": ""Follow the Fleet""}, {""genres"": 1})" What is the audience rating of the movie Anna Karenina ?,"db.movies.find({ ""title"": ""Anna Karenina"" },{ ""tomatoes.viewer.rating"": 1 })" who is the director of The Black Pirate?,"db.movies.find({""title"": ""The Black Pirate""}, {""directors"": 1})" What are the countries associated with the movie Metropolis ?,"db.movies.find({""title"": ""Metropolis""}, {""countries"": 1})" Can you share with me the film genres that were helmed by Francis Ford Coppola?,"db.movies.distinct(""genres"", { ""directors"": ""Francis Ford Coppola"" })" who are the actors in The Thief of Bagdad?,"db.movies.find({""title"": ""The Thief of Bagdad""}, {""cast"": 1})" "Among all the actors who have appeared in Michelangelo Antonioni's movies, who has appeared the most times?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Michelangelo Antonioni"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the average rating of movies with the genre 'Sci-Fi'?,"db.movies.aggregate([{""$match"": {""genres"": ""Sci-Fi""}}, {""$group"": { ""_id"": ""null"", ""avgRating"": {""$avg"": ""$imdb.rating"":}}}])" what is Four Sons description?,"db.movies.find({""title"": ""Four Sons""}, {""plot"": 1})" What is the imdbID and year of release for the movie with a title of 'A Farewell to Arms'?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" What is the critical reception of the movie Modern Times?,"db.movies.find({""title"":""Modern Times""}, {""tomatoes.critic"":1})" What is the mean rating of all the Roman Polanski films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Roman Polanski""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" how many awards did the movie King Kong win?,"db.movies.find({""title"":""King Kong""}, {""awards.wins"":1})" who was the film Baby Face written by?,"db.movies.find({""title"": ""Baby Face""}, {""writers"": 1})" "The Strong Man, was written by who?","db.movies.find({""title"": ""The Strong Man""}, {""writers"": 1})" Who are the actors that appear in the movie Come and Get It ?,"db.movies.find({ ""title"": ""Come and Get It"" },{ ""cast"": 1 })" what genre is the movie Trouble in Paradise?,"db.movies.find({""title"": ""Trouble in Paradise""}, {""genres"": 1})" what is the film The Last Command about?,"db.movies.find({""title"": ""The Last Command""}, {""plot"": 1})" What is the production company of Top Hat?,"db.movies.find({""title"":""Top Hat""}, {""tomatoes.production"":1})" what year was the movie Nanook of the North released?,"db.movies.find({""title"": ""Nanook of the North""}, {""year"": 1})" the movie Men Without Women was directed by who?,"db.movies.find({""title"": ""Men Without Women""}, {""directors"": 1})" What is the text description of the movie The Gold Rush awards?,"db.movies.find({""title"":""The Gold Rush""}, {""awards.text"":1})" the film Broadway Melody of 1936 starred who?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""cast"": 1})" who acted in the film Love Me Tonight?,"db.movies.find({""title"": ""Love Me Tonight""}, {""cast"": 1})" what genre is the film Steamboat Willie?,"db.movies.find({""title"": ""Steamboat Willie""}, {""genres"": 1})" Can you provide a longer version of the movie Duck Soup plot?,"db.movies.find({""title"":""Duck Soup""}, {""fullplot"":1})" who's the director of The Awful Truth?,"db.movies.find({""title"": ""The Awful Truth""}, {""directors"": 1})" what was the release date of the film For Heaven's Sake?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""released"": 1})" what genre of film is The Fall of the House of Usher?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""genres"": 1})" What type of movie is Chapayev ?,"db.movies.find({""title"":""Chapayev""}, {""genres"":1})" What are the genres this movie Zero for Conduct belongs to?,"db.movies.find({""title"":""Zero for Conduct""}, {""genres"":1})" What is the most common genre of movies that Francis Ford Coppola directs?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Francis Ford Coppola"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" which company produced The Divorcee?,"db.movies.find({""title"":""The Divorcee""}, {""tomatoes.production"":1})" Which actor has the greatest number of roles in Oliver Stone's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Oliver Stone"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what is the film Eskimo about in details?,"db.movies.find({""title"": ""Eskimo""}, {""fullplot"": 1})" King Solomon's Mines is a film written by this person?,"db.movies.find({""title"": ""King Solomon's Mines""}, {""writers"": 1})" who is the author of A Corner in Wheat?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""writers"": 1})" What is the IMDb rating for the film The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, {""imdb.rating"": 1})" who is the director that directed Dr. Jekyll and Mr. Hyde?,"db.movies.find({""title"": ""Dr. Jekyll and Mr. Hyde""}, {""directors"": 1})" Can you provide more information about the Rotten Tomatoes rating for the movie Roberta?,"db.movies.find({""title"": ""Roberta""}, { ""tomatoes.critic"": 1, ""tomatoes.viewer"": 1, ""tomatoes.consensus"": 1 })" What is the name of the director and cast for the movie 'Bride of Frankenstein'?,"db.movies.find({""title"": ""Bride of Frankenstein""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" How many reviews have been submitted for the movie Children in the Wind on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Children in the Wind"" },{ ""tomatoes.viewer.numReviews"": 1 })" who is the writer of Dishonored?,"db.movies.find({""title"": ""Dishonored""}, {""writers"": 1})" how has Les Misèrables been recieved by critics and audience?,"db.movies.find({""title"":""Les Misèrables""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" who are the actors in the film The Lower Depths?,"db.movies.find({""title"": ""The Lower Depths""}, {""cast"": 1})" who's the director of Carnival in Flanders?,"db.movies.find({""title"": ""Carnival in Flanders""}, {""directors"": 1})" Who is the actor that appears the most in movies directed by James Cameron?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""James Cameron"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" which company produced the film She Done Him Wrong?,"db.movies.find({""title"":""She Done Him Wrong""}, {""tomatoes.production"":1})" which person wrote the movie Flying Down to Rio?,"db.movies.find({""title"": ""Flying Down to Rio""}, {""writers"": 1})" what type of film is Pandora's Box?,"db.movies.find({""title"": ""Pandora's Box""}, {""genres"": 1})" who was The Blood of a Poet directed by?,"db.movies.find({""title"": ""The Blood of a Poet""}, {""directors"": 1})" What was the release date for the movie From Hand to Mouth?,"db.movies.find({""title"":""From Hand to Mouth""}, {""released"":1})" who is the director of The Freshman?,"db.movies.find({""title"": ""The Freshman""}, {""directors"": 1})" What is the production company of the film Queen Christina?,"db.movies.find({""title"":""Queen Christina""}, {""tomatoes.production"":1})" What is the production company behind the movie The Hurricane ?,"db.movies.find({""title"": ""The Hurricane""}, { ""tomatoes.production"": 1})" What is the MongoDB document ID of the movie The Barretts of Wimpole Street?,"db.movies.find({""title"": ""The Barretts of Wimpole Street""}, {""_id"": 1})" what is The Great Train Robbery imdb rating?,"db.movies.find({""title"": ""The Great Train Robbery""}, {""imdb.rating"": 1})" who stars in the film The Scarlet Empress?,"db.movies.find({""title"": ""The Scarlet Empress""}, {""cast"": 1})" What is the box office revenue of the movie Go West ?,"db.movies.find({""title"": ""Go West""}, { ""tomatoes.boxOffice"": 1})" What is the Rotten Tomatoes meter rating for the movie The Man Who Knew Too Much ?,"db.movies.find({""title"":""The Man Who Knew Too Much""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" How did the audience and critics receive The Guardsman?,"db.movies.find({""title"":""The Guardsman""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" which person wrote the movie The Prisoner of Shark Island?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, {""writers"": 1})" What is the runtime and rating for the movie 'Man of Aran'?,"db.movies.find({""title"": ""Man of Aran""}, {""runtime"": 1, ""rated"": 1})" What is the IMDB rating of the movie The Last of the Mohicans ?,"db.movies.find({""title"": ""The Last of the Mohicans""}, { ""imdb.rating"": 1})" who starred in the movie Camille?,"db.movies.find({""title"": ""Camille""}, {""cast"": 1})" What is the viewer rating for the movie Top Hat on Rotten Tomatoes?,"db.movies.find({""title"":""Top Hat""}, {""tomatoes.viewer.rating"":1})" What is the production company of Street Angel?,"db.movies.find({""title"":""Street Angel""}, {""tomatoes.production"":1})" Which film directed by Clint Eastwood has the highest rating on Rotten Tomatoes?,"db.movies.find({""directors"": ""Clint Eastwood"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What was the release date for the movie Children in the Wind?,"db.movies.find({""title"":""Children in the Wind""}, {""released"":1})" What is the box office revenue for the movie 'The Phantom of the Opera'?,"db.movies.find({""title"": ""The Phantom of the Opera""}, {""tomatoes.boxOffice"": 1})" What is the production company behind the movie Skippy ?,"db.movies.find({""title"": ""Skippy""}, {""tomatoes.production"": 1})" What is the IMDb ID for the movie They Won't Forget?,"db.movies.find({""title"":""They Won't Forget""}, {""imdb.id"":1})" who was the writer of the film Flesh and the Devil?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""writers"": 1})" who produced the movie Clash of the Wolves?,"db.movies.find({""title"":""Clash of the Wolves""}, {""tomatoes.production"":1})" What type of movie is The Four Horsemen of the Apocalypse ?,"db.movies.find({""title"":""The Four Horsemen of the Apocalypse""}, {""genres"":1})" What are the countries associated with the movie It ?,"db.movies.find({""title"": ""It""}, {""countries"": 1})" who was the movie Snow White and the Seven Dwarfs written by?,"db.movies.find({""title"": ""Snow White and the Seven Dwarfs""}, {""writers"": 1})" What are the countries associated with the movie The Black Pirate ?,"db.movies.find({""title"": ""The Black Pirate""}, {""countries"": 1})" who directed the film Shanghai Express?,"db.movies.find({""title"": ""Shanghai Express""}, {""directors"": 1})" how has Toni been recieved by critics and audience?,"db.movies.find({""title"":""Toni""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" When was the movie The Beloved Vagabond released?,"db.movies.find({""title"":""The Beloved Vagabond""}, {""released"":1})" What is the IMDb rating for the film Beau Geste?,"db.movies.find({""title"": ""Beau Geste""}, {""imdb.rating"": 1})" what was the genre of the film The Great Ziegfeld?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""genres"": 1})" What is the plot summary of the movie Wild and Woolly ?,"db.movies.find({ ""title"": ""Wild and Woolly"" }, { ""plot"": 1})" Who are the writers of the movie Night Must Fall ?,"db.movies.find({""title"": ""Night Must Fall""}, { ""writers"": 1})" can you describe the plot of Toni?,"db.movies.find({""title"": ""Toni""}, {""plot"": 1})" What is the plot summary of the movie The Great Ziegfeld ?,"db.movies.find({ ""title"": ""The Great Ziegfeld"" }, { ""plot"": 1})" What is the MPAA rating of the movie The Good Earth?,"db.movies.find({""title"":""The Good Earth""}, {""rated"":1})" who was the writer of the film In Old Chicago?,"db.movies.find({""title"": ""In Old Chicago""}, {""writers"": 1})" Which movies from the 1990s were directed by David Lynch?,"db.movies.find({""directors"": 'David Lynch', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" who wrote the movie The Informer?,"db.movies.find({""title"": ""The Informer""}, {""writers"": 1})" What is the runtime and rating for the movie 'Footlight Parade'?,"db.movies.find({""title"": ""Footlight Parade""}, {""runtime"": 1, ""rated"": 1})" What are the names of all the actors who starred in the movie 'Man with a Movie Camera'?,"db.movies.find({""title"": ""Man with a Movie Camera""}, {""cast"": 1})" What is the MPAA rating of The Power and the Glory?,"db.movies.find({""title"":""The Power and the Glory""}, {""rated"":1})" "In Wes Anderson's directed movies, which actor has made the most appearances?","db.movies.aggregate([ { ""$match"": { ""directors"": ""Wes Anderson"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the running time of the film Hallelujah?,"db.movies.find({""title"":""Hallelujah""}, {""runtime"":1})" What is the overall length of all movies that Andrei Tarkovsky has directed?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Andrei Tarkovsky"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" What is the percentage of positive reviews among critics for the movie Movie Crazy ?,"db.movies.find({ ""title"": ""Movie Crazy"" },{ ""tomatoes.critic.meter"": 1 })" who is the writer of Secret Agent?,"db.movies.find({""title"": ""Secret Agent""}, {""writers"": 1})" Has the movie Mayerling won any awards?,"db.movies.find({""title"":""Mayerling""}, {""awards.wins"":1})" What is the name of the director and cast for the movie 'The Son of Kong'?,"db.movies.find({""title"": ""The Son of Kong""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the name of the director and cast for the movie 'Dodsworth'?,"db.movies.find({""title"": ""Dodsworth""}, {""directors"": 1, ""cast"": 1, ""_id"": 0})" What is the production company behind the movie Red Dust ?,"db.movies.find({""title"": ""Red Dust""}, {""tomatoes.production"": 1})" What is the IMDb rating for the film Wings?,"db.movies.find({""title"": ""Wings""}, {""imdb.rating"": 1})" What is the running time of the movie Ella Cinders?,"db.movies.find({""title"":""Ella Cinders""}, {""runtime"":1})" How does the movie The Wind rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""The Wind"" },{ ""tomatoes.critic.meter"": 1 })" what genre is the film Twentieth Century?,"db.movies.find({""title"": ""Twentieth Century""}, {""genres"": 1})" what genre of movie is Grand Hotel?,"db.movies.find({""title"": ""Grand Hotel""}, {""genres"": 1})" What are the countries associated with the movie Traffic in Souls ?,"db.movies.find({""title"": ""Traffic in Souls""}, {""countries"": 1})" what sort of movie is Queen Christina?,"db.movies.find({""title"": ""Queen Christina""}, {""genres"": 1})" What is the production company behind the movie The Champ ?,"db.movies.find({""title"": ""The Champ""}, { ""tomatoes.production"": 1})" can you describe the plot of Applause?,"db.movies.find({""title"": ""Applause""}, {""plot"": 1})" What is the IMDb rating for the film Pandora's Box?,"db.movies.find({""title"": ""Pandora's Box""}, {""imdb.rating"": 1})" What is the MPAA rating of the film Wild Boys of the Road?,"db.movies.find({""title"":""Wild Boys of the Road""}, {""rated"":1})" What is the imdbID and genre of the movie 'Naughty Marietta'?,"db.movies.find({""title"": ""Naughty Marietta""}, {""imdb.id"": 1, ""genres"": 1, ""_id"": 0})" the movie Now or Never was directed by who?,"db.movies.find({""title"": ""Now or Never""}, {""directors"": 1})" What is the IMDb rating for Daughter of Shanghai?,"db.movies.find({""title"": ""Daughter of Shanghai""}, {""imdb.rating"": 1})" What is the average score assigned to all James Cameron movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""James Cameron""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" who starred in the movie Three Ages?,"db.movies.find({""title"": ""Three Ages""}, {""cast"": 1})" who was the movie Seven Chances written by?,"db.movies.find({""title"": ""Seven Chances""}, {""writers"": 1})" what is the movie Make Way for Tomorrow about?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""plot"": 1})" who is the writer of Little Caesar?,"db.movies.find({""title"": ""Little Caesar""}, {""writers"": 1})" Who is the actor that appears the most in movies directed by Ethan Coen?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Ethan Coen"" } }, { ""$unwind"": ""$cast"" }, { ""$group"": { ""_id"": ""$cast"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" what is the plot for the movie Flying Down to Rio?,"db.movies.find({""title"": ""Flying Down to Rio""}, {""plot"": 1})" which person wrote the film Elephant Boy?,"db.movies.find({""title"": ""Elephant Boy""}, {""writers"": 1})" who is the author of Sisters of the Gion?,"db.movies.find({""title"": ""Sisters of the Gion""}, {""writers"": 1})" how many awards did Movie Crazy win?,"db.movies.find({""title"":""Movie Crazy""}, {""awards.wins"":1})" What are the names of all the actors who starred in the movie 'King Kong'?,"db.movies.find({""title"": ""King Kong""}, {""cast"": 1})" What is the production company of Dracula?,"db.movies.find({""title"":""Dracula""}, {""tomatoes.production"":1})" What is the Rotten Tomatoes rating for Francis Ford Coppola's highest-rated movie?,"db.movies.find({""directors"": ""Francis Ford Coppola"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" What is the IMDb rating for The Power and the Glory?,"db.movies.find({""title"": ""The Power and the Glory""}, {""imdb.rating"": 1})" how has A Story of Floating Weeds been recieved by critics and audience?,"db.movies.find({""title"":""A Story of Floating Weeds""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what genre is Metropolis?,"db.movies.find({""title"": ""Metropolis""}, {""genres"": 1})" who was the writer of the movie The Lost Patrol?,"db.movies.find({""title"": ""The Lost Patrol""}, {""writers"": 1})" What is the running time of Mr. Deeds Goes to Town?,"db.movies.find({""title"":""Mr. Deeds Goes to Town""}, {""runtime"":1})" what genre is the film Triumph of the Will?,"db.movies.find({""title"": ""Triumph of the Will""}, {""genres"": 1})" What is the meter score of the movie The Crowd according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""The Crowd""}, {""tomatoes.viewer.meter"": 1})" What is the Tomatometer score of the movie Tsirk ?,"db.movies.find({ ""title"": ""Tsirk"" },{ ""tomatoes.critic.meter"": 1 })" What are the genres this movie The Story of Louis Pasteur belongs to?,"db.movies.find({""title"":""The Story of Louis Pasteur""}, {""genres"":1})" what type of movie is The Big Trail?,"db.movies.find({""title"": ""The Big Trail""}, {""genres"": 1})" who was David Copperfield written by?,"db.movies.find({""title"": ""David Copperfield""}, {""writers"": 1})" What is the runtime and rating for the movie 'Shall We Dance'?,"db.movies.find({""title"": ""Shall We Dance""}, {""runtime"": 1, ""rated"": 1})" what is Earth about?,"db.movies.find({""title"": ""Earth""}, {""plot"": 1})" What are the genres this movie Three Little Pigs belongs to?,"db.movies.find({""title"":""Three Little Pigs""}, {""genres"":1})" who directed the film Tabu: A Story of the South Seas?,"db.movies.find({""title"": ""Tabu: A Story of the South Seas""}, {""directors"": 1})" How does the movie Mayerling rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""Mayerling"" },{ ""tomatoes.critic.meter"": 1 })" what genre of movie is The Count of Monte Cristo?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""genres"": 1})" How does the movie They Won't Forget rate on Rotten Tomatoes?,"db.movies.find({ ""title"": ""They Won't Forget"" },{ ""tomatoes.critic.meter"": 1 })" Who is the director of the movie The Private Life of Don Juan?,"db.movies.find({""title"": ""The Private Life of Don Juan""}, { ""directors"": 1})" How many award nominations did the movie receive San Francisco ?,"db.movies.find({ ""title"": ""San Francisco"" },{ ""awards.nominations"": 1 })" What's the title of the Alain Resnais movie with the longest runtime?,"db.movies.find({""directors"":""Alain Resnais""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" who directed the film Gold Diggers of 1933?,"db.movies.find({""title"": ""Gold Diggers of 1933""}, {""directors"": 1})" Has the movie The Docks of New York won any awards?,"db.movies.find({""title"":""The Docks of New York""}, {""awards.wins"":1})" the film The Fall of the House of Usher was directed by who?,"db.movies.find({""title"": ""The Fall of the House of Usher""}, {""directors"": 1})" Can you inform me of the Roberto Rossellini movie with the shortest duration?,"db.movies.find({""directors"":""Roberto Rossellini""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" What is the freshness score of the movie Dekigokoro on Rotten Tomatoes?,"db.movies.find({""title"": ""Dekigokoro""}, {""tomatoes.fresh"": 1})" What languages are spoken in the movie The Scarlet Empress?,"db.movies.find({""title"":""The Scarlet Empress""}, {""languages"":1})" who was the movie The Jazz Singer written by?,"db.movies.find({""title"": ""The Jazz Singer""}, {""writers"": 1})" what sort of film is One Hundred Men and a Girl?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""genres"": 1})" What is the mean rating for Andrei Tarkovsky movies in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Andrei Tarkovsky""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" What is the IMDb rating for the film These Three?,"db.movies.find({""title"": ""These Three""}, {""imdb.rating"": 1})" which company produced the film Broadway Melody of 1936?,"db.movies.find({""title"":""Broadway Melody of 1936""}, {""tomatoes.production"":1})" Can you provide a longer version of the movie The Lost World plot?,"db.movies.find({""title"":""The Lost World""}, {""fullplot"":1})" which person wrote Children in the Wind?,"db.movies.find({""title"": ""Children in the Wind""}, {""writers"": 1})" Who are the actors in the movie Murders in the Rue Morgue?,"db.movies.find({""title"":""Murders in the Rue Morgue""}, {""cast"":1})" What is the IMDb rating for Captains Courageous?,"db.movies.find({""title"": ""Captains Courageous""}, {""imdb.rating"": 1})" What are the genres this movie Der Kaiser von Kalifornien belongs to?,"db.movies.find({""title"":""Der Kaiser von Kalifornien""}, {""genres"":1})" who was the writer of The Strong Man?,"db.movies.find({""title"": ""The Strong Man""}, {""writers"": 1})" What's the title of the shortest Wes Anderson-directed movie?,"db.movies.find({""directors"":""Wes Anderson""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": 1}).limit(1)" How many awards did the movie win In the Land of the Head Hunters ?,"db.movies.find({ ""title"": ""In the Land of the Head Hunters"" },{ ""awards.wins"": 1 })" who is the director of This Is My Affair?,"db.movies.find({""title"": ""This Is My Affair""}, {""directors"": 1})" What are the genres associated with the movie The Public Enemy ?,"db.movies.find({ ""title"": ""The Public Enemy"" }, { ""genres"": 1})" Has the movie The Public Enemy won any awards?,"db.movies.find({""title"":""The Public Enemy""}, {""awards.wins"":1})" "Has Salomè won any awards? If so, which ones?","db.movies.find({""title"":""Salomè"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" which person directed From Hand to Mouth?,"db.movies.find({""title"": ""From Hand to Mouth""}, {""directors"": 1})" what is Mutiny on the Bounty about?,"db.movies.find({""title"": ""Mutiny on the Bounty""}, {""plot"": 1})" who are the actors in the movie Toni?,"db.movies.find({""title"": ""Toni""}, {""cast"": 1})" What are the films directed by Jean Renoir?,"db.movies.find({""directors"": ""Jean Renoir""},{""title"":1})" who starred in 7th Heaven?,"db.movies.find({""title"": ""7th Heaven""}, {""cast"": 1})" What is the percentage of positive reviews among critics for the movie The Garden of Allah ?,"db.movies.find({ ""title"": ""The Garden of Allah"" },{ ""tomatoes.critic.meter"": 1 })" which company produced the film My Man Godfrey?,"db.movies.find({""title"":""My Man Godfrey""}, {""tomatoes.production"":1})" How many reviews have been submitted by critics for the movie David Golder?,"db.movies.find({ ""title"": ""David Golder"" }, { ""tomatoes.critic.numReviews"": 1 })" Who are the writers of the movie Der Kaiser von Kalifornien ?,"db.movies.find({""title"": ""Der Kaiser von Kalifornien""}, { ""writers"": 1})" What is the language of High and Dizzy?,"db.movies.find({""title"":""High and Dizzy""}, {""languages"":1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie The Birth of a Nation ?,"db.movies.find({""title"":""The Birth of a Nation""}, {""tomatoes.viewer.meter"":1})" what sort of movie is Elephant Boy?,"db.movies.find({""title"": ""Elephant Boy""}, {""genres"": 1})" What is the Rotten Tomatoes meter rating for the viewer reviews of the movie Who Killed Cock Robin? ?,"db.movies.find({""title"":""Who Killed Cock Robin?""}, {""tomatoes.viewer.meter"":1})" who acted in the movie Duck Soup?,"db.movies.find({""title"": ""Duck Soup""}, {""cast"": 1})" What is the Rotten Tomatoes meter rating for the movie Wild Oranges ?,"db.movies.find({""title"":""Wild Oranges""}, {""tomatoes.viewer.meter"": 1,""tomatoes.critic.meter"":1})" who acted in the film Clash of the Wolves?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""cast"": 1})" What is the consensus among critics about the movie è Nous la Libertè?,"db.movies.find({""title"": ""è Nous la Libertè""}, { ""tomatoes.consensus"": 1})" what is the plot for the movie Les vampires?,"db.movies.find({""title"": ""Les vampires""}, {""plot"": 1})" "In the 1990s, which movies were directed by James Cameron and released?","db.movies.find({""directors"": 'James Cameron', ""year"": {""$gte"": 1990, ""$lt"": 2000}})" How many nominations did the movie A Star Is Born receive?,"db.movies.find({""title"":""A Star Is Born""}, {""awards.nominations"":1})" What is the IMDb ID for the movie The Perils of Pauline?,"db.movies.find({""title"":""The Perils of Pauline""}, {""imdb.id"":1})" the film The Great Train Robbery was directed by who?,"db.movies.find({""title"": ""The Great Train Robbery""}, {""directors"": 1})" the film Lonesome starred who?,"db.movies.find({""title"": ""Lonesome""}, {""cast"": 1})" What is the percentage of positive reviews among critics for the movie Flash Gordon ?,"db.movies.find({ ""title"": ""Flash Gordon"" },{ ""tomatoes.critic.meter"": 1 })" What is the percentage of positive reviews among critics for the movie Gold Diggers of 1933 ?,"db.movies.find({ ""title"": ""Gold Diggers of 1933"" },{ ""tomatoes.critic.meter"": 1 })" what was the release year of The Gay Divorcee?,"db.movies.find({""title"": ""The Gay Divorcee""}, {""year"": 1})" how many awards did the film China Seas win?,"db.movies.find({""title"":""China Seas""}, {""awards.wins"":1})" what is the genre of The Music Box?,"db.movies.find({""title"": ""The Music Box""}, {""genres"": 1})" "Romeo and Juliet, was written by who?","db.movies.find({""title"": ""Romeo and Juliet""}, {""writers"": 1})" "the movie The Great Ziegfeld, was written by who?","db.movies.find({""title"": ""The Great Ziegfeld""}, {""writers"": 1})" Who are the writers of the movie Lost Horizon ?,"db.movies.find({""title"": ""Lost Horizon""}, { ""writers"": 1})" M is a film written by this person?,"db.movies.find({""title"": ""M""}, {""writers"": 1})" which company produced the film Sons of the Desert?,"db.movies.find({""title"":""Sons of the Desert""}, {""tomatoes.production"":1})" Can you give me a brief summary of the movie Berkeley Square plot?,"db.movies.find({""title"":""Berkeley Square""}, {""plot"":1})" What is the MPAA rating of Folies Bergère de Paris?,"db.movies.find({""title"":""Folies Bergère de Paris""}, {""rated"":1})" What is the language of the film The Son of the Sheik?,"db.movies.find({""title"":""The Son of the Sheik""}, {""languages"":1})" Can you tell me how many movies Vittorio De Sica directed for each year they were released?,"db.movies.aggregate([{ $match: { ""directors"": ""Vittorio De Sica"" }},{""$group"": { ""_id"": ""$year"", ""count"": {""$sum"": 1}}}])" In what year was the movie The Power and the Glory released?,"db.movies.find({""title"":""The Power and the Glory""}, {""year"":1})" What is the critical reception of the movie It?,"db.movies.find({""title"":""It""}, {""tomatoes.critic"":1})" how many awards did the movie Disraeli win?,"db.movies.find({""title"":""Disraeli""}, {""awards.wins"":1})" the movie Metropolis starred who?,"db.movies.find({""title"": ""Metropolis""}, {""cast"": 1})" Can you give me a brief summary of the movie The Champ plot?,"db.movies.find({""title"":""The Champ""}, {""plot"":1})" What is the Tomatometer score of the movie The Passion of Joan of Arc ?,"db.movies.find({ ""title"": ""The Passion of Joan of Arc"" },{ ""tomatoes.critic.meter"": 1 })" who directed the movie Broadway Melody of 1936?,"db.movies.find({""title"": ""Broadway Melody of 1936""}, {""directors"": 1})" What are the countries associated with the movie The Big House ?,"db.movies.find({""title"": ""The Big House""}, {""countries"": 1})" What is the production company behind the movie The Strong Man ?,"db.movies.find({""title"": ""The Strong Man""}, { ""tomatoes.production"": 1})" what is the full plot for Dracula?,"db.movies.find({""title"": ""Dracula""}, {""fullplot"": 1})" what type of movie is A Farewell to Arms?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""genres"": 1})" who produced The Public Enemy?,"db.movies.find({""title"":""The Public Enemy""}, {""tomatoes.production"":1})" who was Dr. Jekyll and Mr. Hyde directed by?,"db.movies.find({""title"": ""Dr. Jekyll and Mr. Hyde""}, {""directors"": 1})" what genre is the film Dodsworth?,"db.movies.find({""title"": ""Dodsworth""}, {""genres"": 1})" what is the film The Docks of New York about?,"db.movies.find({""title"": ""The Docks of New York""}, {""plot"": 1})" What is the runtime of the movie All Quiet on the Western Front ?,"db.movies.find({""title"": ""All Quiet on the Western Front""}, { ""runtime"": 1})" How many votes did the movie These Three receive on IMDB?,"db.movies.find({""title"": ""These Three""}, { ""imdb.votes"": 1})" "Has Greed won any awards? If so, which ones?","db.movies.find({""title"":""Greed"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what type of movie is One Night of Love?,"db.movies.find({""title"": ""One Night of Love""}, {""genres"": 1})" what is the plot for the film Make Way for Tomorrow?,"db.movies.find({""title"": ""Make Way for Tomorrow""}, {""plot"": 1})" What is the consensus among critics about the movie Beau Geste ?,"db.movies.find({""title"": ""Beau Geste""}, {""tomatoes.consensus"": 1})" what is the film A Farewell to Arms description ?,"db.movies.find({""title"": ""A Farewell to Arms""}, {""plot"": 1})" what is the genre for the film Within Our Gates?,"db.movies.find({""title"": ""Within Our Gates""}, {""genres"": 1})" who was the movie The Kid Brother written by?,"db.movies.find({""title"": ""The Kid Brother""}, {""writers"": 1})" which person directed The Strong Man?,"db.movies.find({""title"": ""The Strong Man""}, {""directors"": 1})" what is the movie Our Hospitality description ?,"db.movies.find({""title"": ""Our Hospitality""}, {""plot"": 1})" what was the release year of the film Flash Gordon?,"db.movies.find({""title"": ""Flash Gordon""}, {""year"": 1})" which person wrote the film Men Without Women?,"db.movies.find({""title"": ""Men Without Women""}, {""writers"": 1})" who was the writer of The Prisoner of Zenda?,"db.movies.find({""title"": ""The Prisoner of Zenda""}, {""writers"": 1})" In what year was the movie Camille released ?,"db.movies.find({ ""title"": ""Camille"" }, { ""year"": 1})" Can you provide a longer version of the movie Blacksmith Scene plot?,"db.movies.find({""title"":""Blacksmith Scene""}, {""fullplot"":1})" What is the MPAA rating of Comradeship?,"db.movies.find({""title"":""Comradeship""}, {""rated"":1})" What is the IMDb rating for the film A Corner in Wheat?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""imdb.rating"": 1})" the movie L'opèra de quat'sous starred who?,"db.movies.find({""title"": ""L'opèra de quat'sous""}, {""cast"": 1})" what is the genre for the film Mayerling?,"db.movies.find({""title"": ""Mayerling""}, {""genres"": 1})" "the movie Where Are My Children?, was written by who?","db.movies.find({""title"": ""Where Are My Children?""}, {""writers"": 1})" who produced the film Der Kaiser von Kalifornien?,"db.movies.find({""title"":""Der Kaiser von Kalifornien""}, {""tomatoes.production"":1})" What is the dominant genre of James Cameron's directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""James Cameron"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the imdbID and year of release for the movie with a title of 'Blacksmith Scene'?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""imdb.id"": 1, ""year"": 1, ""_id"": 0})" When was the information last updated for the movie Flash Gordon ?,"db.movies.find({ ""title"": ""Flash Gordon"" },{ ""lastupdated"": 1 })" How did the audience and critics receive The Black Cat?,"db.movies.find({""title"":""The Black Cat""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" what genre of movie is Three Ages?,"db.movies.find({""title"": ""Three Ages""}, {""genres"": 1})" "Has the movie The Scarlet Empress won any awards? If so, which ones?","db.movies.find({""title"":""The Scarlet Empress"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what kind of film is The Scarlet Empress?,"db.movies.find({""title"": ""The Scarlet Empress""}, {""genres"": 1})" The Invisible Ray is a film written by this person?,"db.movies.find({""title"": ""The Invisible Ray""}, {""writers"": 1})" what genre of movie is The Power and the Glory?,"db.movies.find({""title"": ""The Power and the Glory""}, {""genres"": 1})" who was Children in the Wind directed by?,"db.movies.find({""title"": ""Children in the Wind""}, {""directors"": 1})" who directed The Man Who Could Work Miracles?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, {""directors"": 1})" What is the running time of Baby Face?,"db.movies.find({""title"":""Baby Face""}, {""runtime"":1})" what was the release date of Baby Face?,"db.movies.find({""title"": ""Baby Face""}, {""released"": 1})" what genre is Blacksmith Scene?,"db.movies.find({""title"": ""Blacksmith Scene""}, {""genres"": 1})" Imitation of Life is a movie written by this person?,"db.movies.find({""title"": ""Imitation of Life""}, {""writers"": 1})" When was the movie Sons of the Desert released in theaters?,"db.movies.find({""title"": ""Sons of the Desert""}, {""released"": 1})" What is the mean rating of all the Federico Fellini films in the database?,"db.movies.aggregate([{""$match"": {""directors"":""Federico Fellini""}}, {""$group"": { ""_id"":""null"", ""avgRating"": {""$avg"": ""$imdb.rating""}}}])" How did the audience and critics receive the movie In Old Arizona?,"db.movies.find({""title"":""In Old Arizona""}, {""tomatoes.viewer"": 1,""tomatoes.critic"":1})" What is the critical reception of the movie The Count of Monte Cristo?,"db.movies.find({""title"":""The Count of Monte Cristo""}, {""tomatoes.critic"":1})" Three Smart Girls is written by this person?,"db.movies.find({""title"": ""Three Smart Girls""}, {""writers"": 1})" Can you provide more information about the languages spoken in the movie All Quiet on the Western Front ?,"db.movies.find({""title"":""All Quiet on the Western Front""}, {""languages"":1})" What is the Tomatometer score of the movie Clash of the Wolves ?,"db.movies.find({ ""title"": ""Clash of the Wolves"" },{ ""tomatoes.critic.meter"": 1 })" who produced the film Scrooge?,"db.movies.find({""title"":""Scrooge""}, {""tomatoes.production"":1})" Who are the starring actors/actresses in the movie Bad Girl?,"db.movies.find({""title"":""Bad Girl""}, {""cast"":1})" who's the director of One Hundred Men and a Girl?,"db.movies.find({""title"": ""One Hundred Men and a Girl""}, {""directors"": 1})" Who are the actors that appear in the movie Peter Pan ?,"db.movies.find({ ""title"": ""Peter Pan"" },{ ""cast"": 1 })" How many awards did the movie win The Wind ?,"db.movies.find({ ""title"": ""The Wind"" },{ ""awards.wins"": 1 })" who was the movie Three Ages written by?,"db.movies.find({""title"": ""Three Ages""}, {""writers"": 1})" Can you provide a detailed summary of the movie Civilization plot?,"db.movies.find({ ""title"": ""Civilization"" }, { ""fullplot"": 1})" What are the countries associated with the movie A Free Soul ?,"db.movies.find({""title"": ""A Free Soul""}, {""countries"": 1})" What is the MPAA rating of The Italian?,"db.movies.find({""title"":""The Italian""}, {""rated"":1})" Les vampires is written by this person?,"db.movies.find({""title"": ""Les vampires""}, {""writers"": 1})" "How many awards did the movie win Steamboat Bill, Jr. ?","db.movies.find({ ""title"": ""Steamboat Bill, Jr."" },{ ""awards.wins"": 1 })" Which types of movies has Michelangelo Antonioni directed?,"db.movies.distinct(""genres"", { ""directors"": ""Michelangelo Antonioni"" })" How many viewer reviews did the movie The Kid Brother receive on Rotten Tomatoes?,"db.movies.find({""title"":""The Kid Brother""}, {""tomatoes.viewer.numReviews"":1})" Can you provide more information about the IMDb rating for the movie My Man Godfrey ?,"db.movies.find({""title"":""My Man Godfrey""}, {""imdb"":1})" "What is the percentage of positive reviews among critics for the movie Laugh, Clown, Laugh ?","db.movies.find({ ""title"": ""Laugh, Clown, Laugh"" },{ ""tomatoes.critic.meter"": 1 })" How many votes did the movie Napoleon receive on IMDB?,"db.movies.find({""title"": ""Napoleon""}, { ""imdb.votes"": 1})" what is the film Flesh and the Devil imdb rating?,"db.movies.find({""title"": ""Flesh and the Devil""}, {""imdb.rating"": 1})" What is the production company of Flying Down to Rio?,"db.movies.find({""title"":""Flying Down to Rio""}, {""tomatoes.production"":1})" what year was the movie The Passion of Joan of Arc released?,"db.movies.find({""title"": ""The Passion of Joan of Arc""}, {""year"": 1})" Can you give me a brief summary of the movie Little Miss Marker plot?,"db.movies.find({""title"":""Little Miss Marker""}, {""plot"":1})" What is the rating of the movie King Solomon's Mines ?,"db.movies.find({ ""title"": ""King Solomon's Mines"" }, { ""rated"": 1})" When was the information about the movie The Man Who Knew Too Much last updated?,"db.movies.find({ ""title"": ""The Man Who Knew Too Much"" }, { ""lastupdated"": 1})" Who is the lead actress of the movie Show People ?,"db.movies.find({""title"": ""Show People""}, {""cast"":{""$slice"": 1},""title"":1})" What is the freshness score of the movie The Pearls of the Crown on Rotten Tomatoes?,"db.movies.find({""title"": ""The Pearls of the Crown""}, {""tomatoes.fresh"": 1})" what was the release date of For Heaven's Sake?,"db.movies.find({""title"": ""For Heaven's Sake""}, {""released"": 1})" what sort of movie is He Who Gets Slapped?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""genres"": 1})" What is the box office revenue for the movie 'Two Seconds'?,"db.movies.find({""title"": ""Two Seconds""}, {""tomatoes.boxOffice"": 1})" Which types of movies has Satyajit Ray directed?,"db.movies.distinct(""genres"", { ""directors"": ""Satyajit Ray"" })" What is the consensus among critics about the movie King of Jazz ?,"db.movies.find({""title"": ""King of Jazz""}, {""tomatoes.consensus"": 1})" who stars in the movie Asphalt?,"db.movies.find({""title"": ""Asphalt""}, {""cast"": 1})" What is the production company behind the movie The Hunchback of Notre Dame ?,"db.movies.find({""title"": ""The Hunchback of Notre Dame""}, {""tomatoes.production"": 1})" What is the plot summary of the movie The Sin of Madelon Claudet ?,"db.movies.find({ ""title"": ""The Sin of Madelon Claudet"" }, { ""plot"": 1})" what was the release date of the movie The Story of Louis Pasteur?,"db.movies.find({""title"": ""The Story of Louis Pasteur""}, {""released"": 1})" what genre is the movie The Saphead?,"db.movies.find({""title"": ""The Saphead""}, {""genres"": 1})" What is the complete length of all movies directed by Pedro Almodovar?,"db.movies.aggregate([{ ""$match"": { ""directors"": ""Pedro Almodovar"" } }, { ""$group"": { ""_id"": null, ""totalRuntime"": { $sum: ""$runtime"" } } }])" Who is the director of the movie The Strong Man?,"db.movies.find({""title"": ""The Strong Man""}, { ""directors"": 1})" When was the information last updated for the movie Folies Bergère de Paris ?,"db.movies.find({ ""title"": ""Folies Bergère de Paris"" },{ ""lastupdated"": 1 })" When was the movie Popeye the Sailor Meets Sindbad the Sailor released?,"db.movies.find({""title"":""Popeye the Sailor Meets Sindbad the Sailor""}, {""released"":1})" How many comments have been posted by users on the movie King Solomon's Mines's page on the Mflix platform?,"db.movies.find({ ""title"": ""King Solomon's Mines"" }, { ""num_mflix_comments"": 1 })" What is the production company of the film The Front Page?,"db.movies.find({""title"":""The Front Page""}, {""tomatoes.production"":1})" The Poor Little Rich Girl is a movie written by this person?,"db.movies.find({""title"": ""The Poor Little Rich Girl""}, {""writers"": 1})" "the movie The 39 Steps, was written by who?","db.movies.find({""title"": ""The 39 Steps""}, {""writers"": 1})" What is the meter score of the movie Three Smart Girls according to viewers on Rotten Tomatoes?,"db.movies.find({""title"": ""Three Smart Girls""}, {""tomatoes.viewer.meter"": 1})" What is the text representation of the awards won and nominations received by the movie A Free Soul?,"db.movies.find({""title"": ""A Free Soul""}, { ""awards.text"": 1})" what is Becky Sharp imdb rating?,"db.movies.find({""title"": ""Becky Sharp""}, {""imdb.rating"": 1})" What type of movie is This Is My Affair ?,"db.movies.find({""title"":""This Is My Affair""}, {""genres"":1})" who wrote the movie The Prince and the Pauper?,"db.movies.find({""title"": ""The Prince and the Pauper""}, {""writers"": 1})" What's the title of the Steven Spielberg movie with the longest runtime?,"db.movies.find({""directors"":""Steven Spielberg""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" Who are the writers of the movie The Last of the Mohicans ?,"db.movies.find({""title"": ""The Last of the Mohicans""}, { ""writers"": 1})" What is the production company behind the movie Clash of the Wolves ?,"db.movies.find({""title"": ""Clash of the Wolves""}, {""tomatoes.production"": 1})" "Has the movie Skippy won any awards? If so, which ones?","db.movies.find({""title"":""Skippy"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" Which of Christopher Nolan's movies has the highest Rotten Tomatoes rating?,"db.movies.find({""directors"": ""Christopher Nolan"", ""tomatoes.critic.rating"": {""$exists"": true}}, {""title"": 1, ""_id"": 0}).sort({""tomatoes.critic.rating"": -1}).limit(1)" what is the plot for the film The Lives of a Bengal Lancer?,"db.movies.find({""title"": ""The Lives of a Bengal Lancer""}, {""plot"": 1})" What are the names of all the actors who starred in the movie 'The Count of Monte Cristo'?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""cast"": 1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""Hell's Hinges""}, { ""tomatoes.production"": 1})" What is the runtime and rating for the movie 'One Night of Love'?,"db.movies.find({""title"": ""One Night of Love""}, {""runtime"": 1, ""rated"": 1})" "the film Swedenhielms Family, was written by who?","db.movies.find({""title"": ""Swedenhielms Family""}, {""writers"": 1})" What's the title of the Oliver Stone movie with the longest runtime?,"db.movies.find({""directors"":""Oliver Stone""}, {""title"": 1, ""runtime"": 1}).sort({""runtime"": -1}).limit(1)" "Has the movie Nosferatu won any awards? If so, which ones?","db.movies.find({""title"":""Nosferatu"",""awards.wins"": {""$gt"": 0}}, {""awards.text"": 1})" what is the full plot for the movie Harvest?,"db.movies.find({""title"": ""Harvest""}, {""fullplot"": 1})" what is the full plot for The Count of Monte Cristo?,"db.movies.find({""title"": ""The Count of Monte Cristo""}, {""fullplot"": 1})" what is the full plot for the movie The Prince and the Pauper?,"db.movies.find({""title"": ""The Prince and the Pauper""}, {""fullplot"": 1})" what is the film The Land Beyond the Sunset about?,"db.movies.find({""title"": ""The Land Beyond the Sunset""}, {""plot"": 1})" What is the MPAA rating of the film Shall We Dance?,"db.movies.find({""title"":""Shall We Dance""}, {""rated"":1})" who was the writer of the movie In Old Arizona?,"db.movies.find({""title"": ""In Old Arizona""}, {""writers"": 1})" what's the main genre of the movies directed by Alain Resnais ?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Alain Resnais"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" What is the text description of the movie The Kid Brother awards?,"db.movies.find({""title"":""The Kid Brother""}, {""awards.text"":1})" Can you provide me with a list of movies directed by Spike Lee?,"db.movies.find({""directors"": ""Spike Lee""},{""title"":1})" What is the production company behind the movie x?,"db.movies.find({""title"": ""The Man Who Could Work Miracles""}, { ""tomatoes.production"": 1})" Twentieth Century is written by this person?,"db.movies.find({""title"": ""Twentieth Century""}, {""writers"": 1})" "The Emperor Jones, is written by who?","db.movies.find({""title"": ""The Emperor Jones""}, {""writers"": 1})" the film Captains Courageous starred which actors?,"db.movies.find({""title"": ""Captains Courageous""}, {""cast"": 1})" Who are the writers of the movie The Prisoner of Shark Island ?,"db.movies.find({""title"": ""The Prisoner of Shark Island""}, { ""writers"": 1})" What are the genres this movie Children in the Wind belongs to?,"db.movies.find({""title"":""Children in the Wind""}, {""genres"":1})" what was the release year of the film Robin Hood?,"db.movies.find({""title"": ""Robin Hood""}, {""year"": 1})" Who are the main actors/actresses in the movie Two Seconds?,"db.movies.find({""title"":""Two Seconds""}, {""cast"":1})" What are the genres this movie Love Me Tonight belongs to?,"db.movies.find({""title"":""Love Me Tonight""}, {""genres"":1})" who stars in the film He Who Gets Slapped?,"db.movies.find({""title"": ""He Who Gets Slapped""}, {""cast"": 1})" What is the language of Bad Girl?,"db.movies.find({""title"":""Bad Girl""}, {""languages"":1})" How many audience reviews have been submitted for the movie The Good Earth?,"db.movies.find({ ""title"": ""The Good Earth"" }, { ""tomatoes.viewer.numReviews"": 1 })" What is the text description of the movie Where Are My Children? awards?,"db.movies.find({""title"":""Where Are My Children?""}, {""awards.text"":1})" what year was the movie A Corner in Wheat released?,"db.movies.find({""title"": ""A Corner in Wheat""}, {""year"": 1})" the director of The Navigator was?,"db.movies.find({""title"": ""The Navigator""}, {""directors"": 1})" What is the production company behind the movie Grass: A Nation's Battle for Life ?,"db.movies.find({""title"": ""Grass: A Nation's Battle for Life""}, {""tomatoes.production"": 1})" What is the production company behind the movie Alice Adams ?,"db.movies.find({""title"": ""Alice Adams""}, {""tomatoes.production"": 1})" what was the genre of The Great Ziegfeld?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""genres"": 1})" What is the audience rating of the movie Blacksmith Scene ?,"db.movies.find({ ""title"": ""Blacksmith Scene"" },{ ""tomatoes.viewer.rating"": 1 })" What is the production company behind the movie Everybody's Woman ?,"db.movies.find({""title"": ""Everybody's Woman""}, { ""tomatoes.production"": 1})" A Star Is Born is a film written by this person?,"db.movies.find({""title"": ""A Star Is Born""}, {""writers"": 1})" What are the genres this movie The Circus belongs to?,"db.movies.find({""title"":""The Circus""}, {""genres"":1})" What is the IMDb rating for the movie Freaks?,"db.movies.find({""title"": ""Freaks""}, {""imdb.rating"": 1})" who stars in the film In Old Arizona?,"db.movies.find({""title"": ""In Old Arizona""}, {""cast"": 1})" what type of film is The Great Ziegfeld?,"db.movies.find({""title"": ""The Great Ziegfeld""}, {""genres"": 1})" What is the Metacritic score of the movie My Man Godfrey ?,"db.movies.find({ ""title"": ""My Man Godfrey"" }, { ""metacritic"": 1})" What is the principal film genre that Ethan Coen focuses on in his directed movies?,"db.movies.aggregate([ { ""$match"": { ""directors"": ""Ethan Coen"" } }, { ""$unwind"": ""$genres"" }, { ""$group"": { ""_id"": ""$genres"", ""count"": { ""$sum"": 1 } } }, { ""$sort"": { ""count"": -1 } }, { ""$limit"": 1 }])" How many reviews have been submitted by critics for the movie Shanghai Express ?,"db.movies.find({""title"": ""Shanghai Express""}, {""tomatoes.critic.numReviews"": 1})"