# File lib/fog/shared_file_system/openstack/requests/list_snapshots.rb, line 16
        def list_snapshots(_options = {})
          response = Excon::Response.new
          response.status = 200
          response.body = {'snapshots' => data[:snapshots]}
          response
        end