Open
Description
FindDashboards currently only uses offset
to paginate results. We should be able to use the after
property defined on FindOptions
, which is more optimal for pagination. This property was created and added to the Buckets code in #19219.