Rails 7: How to include a nested assosiation in a jsonapi-serializer
I have an author that has many books and a book that belongs to an author in an rails 7 api. I am using "jsonapi-serializer", "~> 2.2" to try and get the author and their books. When I look at…