I think you first need to access a story within selectedItem like
const story = selectedItem.story;
and then this:
const content = story.contents;