画面遷移の際の

classViewController.records = [[LessonManager sharedManager].lessons[self.collectionView.indexPathsForSelectedItems]records];

Expected method to read dictionary element not found on object of type NSMutableArray

と警告が発生します 印はLessonManagerのところについています。

どのように直せばいいのでしょうか。