total_results


Description:

public uint total_results { get; }

The number of items in the result set for the feed, including those on other pages.

If this is zero, the total number is unknown.

This should not be used manually for pagination. Instead, use a Query and call its next_page or previous_page functions before making the query to the service.

API reference: openSearch:totalResults