When getting an episode by id, `fulltext` query param returns full episode description: https://api.podcastindex.org/api/1.0/episodes/byid?id=30467983659&fulltext=true When searching for episodes by a podcast, `fulltext` param has no any effect on the description field, which is returned truncated at around 100 words: https://api.podcastindex.org/api/1.0/episodes/bypodcastguid?guid=2da2f12a-79a0-57f1-9b91-9e2df8032f96&&max=10&fulltext=true Is `fulltext` option not working intentionally when getting multiple episodes? Is there a way to get full episodes descriptions without querying them one by one?