Say, for example, I have two content types, books and authors

I have a Paragraphs type, used in Books, called Author(s), containing several fields. Within that Paragraphs type, is an entity reference to the Authors content type (set to auto-create, if name doesn't exist)

Now, I'm trying to create a block view for the Authors pages, to list books by this author. I cannot seem to do this. Is there some issue with getting to the entity type when it's within a Paragraph?

How is this done with views?