stories property

List<StoryInfo> stories
final

stories Basic information about the stories; use getStory to get full information about the stories. The stories are in a chronological order (i.e., in order of increasing story identifiers)

Implementation

final List<StoryInfo> stories;