I am using this syntax let surah_id = Expression<Int>("surah_id") but the system gives an error and suggesting to use let surah_id = Expression<Int>(value:"surah_id").
Is this syntax correct? If yes then I need to change multiple things as well to update these changes.
Thanks and I am looking forward to getting valuable answers.