(results, remaining_filters, remaining_orders).
results is a list of entity_pb2.EntityProto.
remaining_filters and remaining_orders are the filters and orders that
should be applied in memory.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["This class is a pseudo-kind designed for schema queries, inheriting from `expected_type`."],["It features a `Query` method that executes a query on the pseudo-kind, taking `query`, `filters`, and `orders` as arguments."],["The `Query` method returns a tuple containing `results`, a list of `entity_pb2.EntityProto`, and `remaining_filters` and `remaining_orders` which need to be processed in memory."],["The class has a public property named `name`, representing the pseudo-kind's name."],["The class variable `name` is set to `'__kind__'`."]]],[]]