api/response_feature_entity.go (8 lines of code) (raw):

package api type ListFeatureEntitiesResponse struct { TotalCount int `json:"total_count"` FeatureEntities []*FeatureEntity } type GetFeatureEntityResponse struct { FeatureEntity *FeatureEntity }