[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-29 UTC."],[],[],null,["# ListModelsResult interface\n\nResponse object for a listModels operation.\n\n**Signature:** \n\n export interface ListModelsResult \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------------------|---------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|\n| [models](./firebase-admin.machine-learning.listmodelsresult.md#listmodelsresultmodels) | [Model](./firebase-admin.machine-learning.model.md#model_class)\\[\\] | A list of models in your project. |\n| [pageToken](./firebase-admin.machine-learning.listmodelsresult.md#listmodelsresultpagetoken) | string | A token you can use to retrieve the next page of results. If null, the current page is the final page. |\n\nListModelsResult.models\n-----------------------\n\nA list of models in your project.\n\n**Signature:** \n\n readonly models: Model[];\n\nListModelsResult.pageToken\n--------------------------\n\nA token you can use to retrieve the next page of results. If null, the current page is the final page.\n\n**Signature:** \n\n readonly pageToken?: string;"]]