Result structure for actor search operations
Contains paginated search results for actor queries along with metadata about the search.
ActorSearchResult
const searchResult: ActorSearchResult = { actors: [], total: 25, page: 1, limit: 10}; Copy
const searchResult: ActorSearchResult = { actors: [], total: 25, page: 1, limit: 10};
Result structure for actor search operations
Contains paginated search results for actor queries along with metadata about the search.
ActorSearchResult
Example