diff --git a/docs/how-to/manage-data/loading-data.mdx b/docs/how-to/manage-data/loading-data.mdx index 0f03f0779..2e488f3e1 100644 --- a/docs/how-to/manage-data/loading-data.mdx +++ b/docs/how-to/manage-data/loading-data.mdx @@ -28,6 +28,12 @@ in the `user id` and `resource`, you can pass in a whole object that will contai These attributes are evaluated on each enforcement check. This also gives you the flexibility to pass in **dynamic** / **just-in-time** attributes and evaluate these against the policies. +:::info +Both a resource and a user can have multiple attributes attached to them. +There are no practical limits on number of objects or object sizes. +There are limits on the overall data volume that can be loaded to a single PDP, which can be bypassed via [PDP Sharding](https://docs.permit.io/how-to/manage-data/pdp-sharding/). +::: + Here is an example of the code: ```javascript