Using Public API - REST query only displays the author's ID field, other fields are not displayed. My "@ trapi/strapi": "5.17.0", my query: <img width="697" height="661" alt="Image" src="https://github.com/user-attachments/assets/258fc73b-8900-4a6a-94a3-68e080190c4d" /> config: export default ({ env }) => ({ comments: { enabled: true, config: { badWords: true, moderatorRoles: ['Authenticated'], approvalFlow: ['api::article.article'], entryLabel: { '*': ['Title', 'title', 'Name', 'name', 'Subject', 'subject'], 'api::article.article': ['title'], }, blockedAuthorProps: [], reportReasons: { SPAM: 'SPAM', INAPPROPRIATE: 'INAPPROPRIATE', HARASSMENT: 'HARASSMENT', }, }, }, }); <img width="1491" height="886" alt="Image" src="https://github.com/user-attachments/assets/ea2cfe5d-3086-4ded-9543-a1be420e1806" /> What's wrong