package dto // User response for exposing to the front-end // :3 type UserResponse struct { Id int Name string JobPosition string Active bool Admin bool }