Structure
RowsResponse
A response model for CouchDB query results organized in rows. This structure is generic, allowing it to represent documents of any type conforming to CouchDBRepresentable. It conforms to Codable and Sendable for serialization and thread safety.
struct RowsResponse<T> where T : CouchDBRepresentable