Results public struct Results : Codable Represents the results of a search. init(accounts:posts:hashtags:) Undocumented Declaration Swift public init(accounts: [Account], posts: [Post], hashtags: [Tag]) accounts Accounts which match the given query Declaration Swift public var accounts: [Account] posts Posts which match the given query Declaration Swift public var posts: [Post] hashtags Hashtags which match the given query Declaration Swift public var hashtags: [Tag] Copyright (c) 2022, Konstantin Kostov and David Gary Wood Generated by jazzy ♪♫ v0.14.4, a Realm project.