movies = list(db.movies.find({'star':target_star}))
여기서 'star'는 db에 저장되어 있는 목차인가요?
print(movie['title'])
여기서 'title'도 마찬가지로 db에 저장되어 있는 목차인가요?