//! Vista bridge for the REST API backend.
//!
//! Construct a `Vista` from a typed `Table<RestApi, E>` via
//! `RestApi::vista_factory().from_table(...)`. The factory harvests
//! schema metadata (columns, id field, references) and wraps the
//! erased table in a `RestApiTableShell` that the universal Vista
//! surface drives.
//!
//! REST APIs are read-only at this stage — the shell advertises only
//! `can_count`.
pub use ;
pub use RestApiTableShell;
pub use ;
use crateRestApi;