diff --git a/framework/core/src/Api/Controller/AbstractSerializeController.php b/framework/core/src/Api/Controller/AbstractSerializeController.php index 2b8579cc14..2c65d74f08 100644 --- a/framework/core/src/Api/Controller/AbstractSerializeController.php +++ b/framework/core/src/Api/Controller/AbstractSerializeController.php @@ -55,7 +55,7 @@ abstract class AbstractSerializeController implements RequestHandlerInterface /** * The number of records included by default. */ - public int $limit = 40; + public int $limit = 20; /** * The fields that are available to be sorted by.