# T9 SchemaTree: after expanding analytics schema and events table
# Tables and columns lazy-fetched only for the expanded path.

- DuckLake
  - analytics
    - events  (1,500,000 rows)
      - id  BIGINT
      - user_id  BIGINT
      - event_type  VARCHAR
      - ts  TIMESTAMP
    - users  (87,421 rows)
    - sessions  (9,812,004 rows)
  - raw
  - reporting
