[docs]classViewContext(BaseModel):"""Model representing the context dictionary passed to view functions."""QS:dict[str,list[str]]container:intapp:intno_connection:boolgoogle_maps_key:bool|strdark_title_logo:str|None=Nonetitle_logo:str|None=Noneapp_name:str|None=Noneresults:list[dict[str,Any]]|None=Nonehtml_content:str|None=Nonemodel_config=ConfigDict(extra="allow")
[docs]classResultSummary(BaseModel):"""Summary statistics for an app run."""total_objects:inttotal_objects_successful:int