package api import "products/app/db" type GetProductsResponse struct { Products []db.Product `json:"products"` }