We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bb1fc commit 9c80438Copy full SHA for 9c80438
1 file changed
README.md
@@ -1877,6 +1877,10 @@ JSONAPI.configure do |config|
1877
config.top_level_meta_include_record_count = false
1878
config.top_level_meta_record_count_key = :record_count
1879
1880
+ # For :paged paginators, the following are also available
1881
+ config.top_level_meta_include_page_count = false
1882
+ config.top_level_meta_page_count_key = :page_count
1883
+
1884
config.use_text_errors = false
1885
1886
# List of classes that should not be rescued by the operations processor.
0 commit comments