### Name and Version 0.4.0 ### What steps will reproduce the bug? 1. Create an application with a prompt publication using a specific appRunner/appTypeSchema. 2. Fetch the publication object from the API response. ### What is the expected behavior? #### The API should return a publication object that includes: * The app resource. * A reference to the parent appRunner/appTypeSchema used to create the application. ### What do you see instead? The API returns a publication object that includes the app resource without reference to the parent appRunner or appTypeSchema. ### Additional information _No response_