Request
Update FIMAdapter methods to respond with a simplified/flattened object.
Task
There's a method setup for getting all Contentful Entries (getAllContentfulEntries.php) that utilizes this function to map Contentful API's paginated responses to a PHP model class matching the content type. This flattens the response so that you can write relationships like program.banner.college.name instead of program.fields.banner.fields.college.fields.name.