package models type DBDocCountResponse struct { DocCount int `json:"doc_count"` }