def properties_count_query
    Rails.cache.fetch "GlobalStats#properties_count/#{Date.current.iso8601}", expires_in: 24.hour do
      ActiveRecord::Base.connected_to(role: :reading) do
        Property.all.count