diff --git a/docs/v3.x/concepts/models.md b/docs/v3.x/concepts/models.md index 0e9af98692..5c69640368 100644 --- a/docs/v3.x/concepts/models.md +++ b/docs/v3.x/concepts/models.md @@ -218,6 +218,7 @@ To improve the Developer Experience when developing or using the administration - `private` (boolean) — If true, the attribute will be removed from the server response. (This is useful to hide sensitive data). - `configurable` (boolean) - If false, the attribute isn't configurable from the Content Type Builder plugin. +- `autoPopulate` (boolean) - If false, the related data will not populate within REST responses. (This will not stop querying the relational data on GraphQL) ### Exceptions