def booking_count
    # TODO refactor includes
    TimeBooking.visible.
        includes(:project, {:time_entry => [{:issue => :fixed_version}, :activity]}, {:time_log => :user}).
        where(statement).