= Movie("Dunkirk", "2017-07-19".toDate(), listOf("action", "drama"), 7.6) val birdman = Movie("Birdman", "2014-10-17".toDate(), listOf("drama"), 7.4) val titanic = Movie("Titanik", "1997-12-19".toDate(), listOf("romance"), 7.6) val lamb = Movie("The Silence of the Lambs", "1991-01-30".toDate(), listOf("thriller"), 8.1) val nemo = Movie("Finding Nemo", "2003-05-30".toDate(), listOf("animation"), 7.7) Add some changes