Understanding "top level API" or "top level endpoints" in Effect-TS API groups
Quick question: I struggle to find any information on what a "top level api" or "top level endpoints" mean when constructing api groups, like in the example here https://github.com/Effect-TS/effect/blob/b9e475de2f3dfa1e01daa5640cf7948ae38ca7ec/packages/platform-node/examples/api.ts#L76 - I cannot find anything similar wrt to OpenAPI. What does adding the topLevel: true option do effectively (e.g.
class TopLevelApi extends HttpApiGroup.make("topLevel", { topLevel: true })).