public async Task <APIResult> GetsOnly() { return(new APIResult() { Result = 0, Data = await productQueries.GetsOnly() }); }