Β© 2026 Hedgehog Software, LLC
read :select_specific_fields do prepare build( select: [:id, :name] ) pagination do default_limit 50 offset? true countable true end end