32 33 34 35
# File 'lib/contentful_model/query.rb', line 32 def limit(n) self << { 'limit' => n } self end