Backward-compatible getter that returns the first image from images.
String? get cover => images.isNotEmpty ? images.first : null;