Return table metadata.
Layer Name
Return table metadata
Table Reader. Attributes: id (str): Layer's name. bounds (list): Layer's bounds (left, bottom, right, top). minzoom (int): Layer's min zoom level. maxzoom (int): Layer's max zoom level. tileurl (str, optional): Layer's tiles url. type (str): Layer's type. schema (str): Table's database schema (e.g public). geometry_type (str): Table's geometry type (e.g polygon). geometry_column (str): Name of the geomtry column in the table. properties (Dict): Properties available in the table.