Closed
Description
Currently the only (documented) way to add metadata is to implement IHasMeta
in entity class. However, it might be good to have some generic way to add it to any request, regardless of the entity type, i.e. for pagination, performance metrics or some caching information.
I am not sure what would be the right place to have it, maybe as an option for DocumentBuilder
somehow?